/* free css ========================
   
   1.tag and common item
   2.header
   3.layout body
   4.menu
   5.footer
   6.content-area
   ======================== free css */

/* 1.tag and common item ======================== */


*, html {
   margin: 0;
   padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-align:center;
	clear: both;
	background-image:url(img.gif)
}

a {
text-decoration:
underline;color:#29485c;
}

a:hover{color:#73c7ff;}
a img { border: 0; }

br.f-clear{
clear:both;
font-size:0px;
line-height:0px;
}

div#wrap {
	width:748px;
	text-align:left;
	margin:0 auto;
	position: relative;
}

div#wrap .cross {
	float:left;
	width:300px;
	height:300px;



	padding-top: 50.px;
	background-image: url(contents.jpg);
	background-repeat: no-repeat;
	margin: 30px 10px;
	padding: 50px 0 0 0;
}

li{list-style-type:none;}

/* 2.header ======================== */

div#header {
	padding:50px 0;
	text-align: center;
	background-image: url(reef.gif);
	width: 748px;
	margin-bottom: 10px;
}

div#header h1, h1 a{
	display:inline;
	color:#FFFFFF;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
	padding-left: 20px;
}


div#header h2{
display:inline;
margin-left:55px;
padding-bottom:15px;
color: #FFFFFF;
font-size: 10px;
font-weight: normal;
}

/* 3.layout body ======================== */

div#layout-body {
	float:right;
	line-height:140%;
	width: 500px;
}

div#layout-body div.content-area {
	padding:0 0 15px 0;
	margin:5px;
}

/* 4.menu ======================== */

div#menu-body {
	width:220px;
	line-height:120%;
	float:left;
	left: 3px;
}

div#menu-body div.menu-content-area{
	background-color: #FFCC66;
	padding: 5px 0;
}

div#menu-body div.menu-content-area p{
	text-align:center;
	margin: 0 10px;
	font-weight: bold;
	font-size: 12px;
	line-height: 200%;
	letter-spacing: 1px;
	text-align:center;
	color: #FFFFFF;
	background-color: #996633;
}

div#menu-body div.menu-content-area ul{
padding: 0 10px;
}

div#menu-body div.menu-content-area ul li{
list-style-type:none;
margin:1em 0;
}

div#menu-body div.menu-content-area ul li a{
	text-decoration:none;
	color:#996633;
	border-bottom: solid 1px;
}
div#menu-body div.menu-content-area ul li a:hover{
	color: #990000;
	border-bottom: 1px solid;
}
/* 5.footer ======================== */

div#footer {
	padding:10px 20px;
	text-align:left;
	color:#fff;
	background-color: #993333;

}

div#footer a{
font-size:10px;
color:#fff;
text-decoration:none;
}

div#footer a:hover{text-decoration:underline;}

/* 6.content-area ======================== */
div#layout-body div.content-area h3{
	padding:0 5px;
	margin:20px 10px 10px 10px;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 200%;
	background-color: #996633;
	clear: both;
}

div#layout-body div.content-area p{
	margin:15px 10px;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	color: #333333;
	display: block;
	background-color: #FFCC66;
}

div#layout-body div.content-area p a{
	text-decoration:none;
	color: #990000;
	border: 1px dotted;
	border-color: #CC0033;
}
div#layout-body div.content-area p a:hover{
	color:#000;
	;
	border: 1px dotted;
	border-color: #333333;
}
div#layout-body div.content-area ul li{
	list-style-type:none;
	float: left;
	margin: 0 10px;
	width: 80px;
}
div#layout-body div.content-area ul {
	width: 100%;
	clear: both;
	margin: 0;
	padding-top: 10px;
}
#wrap #layout-body .content-area #pr  {
	padding: 10px;
	background-image:url(pr.gif);
	background-repeat:no-repeat;
}
#wrap .cross ul {
	padding-left: 10px;
}
#wrap .cross li {
	padding: 5px;
}
