/* 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 auto;
	padding: 0;
	font-size: 11px;
	text-align:center;
	background-color:#FFFFFF;
	background-image: url(maru.jpg);
	color: #999900;
	border-color: #FFFF00;

}

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;
	border-color: #FFCCFF;
	border: 1px solid #FFCCFF;
}

div#wrap {
	width:748px;
	text-align:left;
	margin:60px auto;
	background-color: #A90E35;

	border: 1px solid #;
	border-color: #FFCCFF;
	border: 1px solid #FFCCFF;
}



/* 2.header ======================== */

div#header {
	margin:10px 5px 0 5px;
	padding:20px 0;
	background-color: #fff;
	border: 1px solid #6666FF;
	border-color: #FFCCFF;
}

div#header h1{
display:inline;
}

div#header h1 a {
	text-decoration: none;
	color:#999900;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
	padding-left: 20px;
}

div#header h1 a:hover {
	text-decoration:underline;
	color: #999900;
}

div#header h2{
display:inline;
margin-left:55px;
padding-bottom:15px;
color: #6666FF;
font-size: 11px;
font-weight: normal;
}

/* 3.layout body ======================== */

div#layout-body {
	float:left;
	width:500px;
	line-height:140%;
	border-color: #FFFF00;
}

div#layout-body div.content-area {
padding:0 0px 30px 0;
margin:5px 5px;
background-color:#fff;
}

/* 4.menu ======================== */

div#menu-body {
width:245px;
line-height:120%;
float:left;
}

div#menu-body div.menu-content-area{
	margin:15px 5px 0px 5px;
	background-color: #FFF;
	border: 1px solid #FFCCFF;
	color: #003366;
	padding: 5px 10px;
	border-color: #FFFF00;
	border-top-color: #FFCCFF;
}

div#menu-body div.menu-content-area p{
text-align:center;
margin: 0 20px;
font-weight: bold;
font-size: 12px;
line-height: 200%;
letter-spacing: 1px;
text-align:center;
color: #333366;
}

div#menu-body div.menu-content-area ul{
	color: #FFFFFF;
}

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{
	padding-left:5px;
	text-decoration:none;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFCCFF;
	border-left-color: #FFCCFF;
	color: #A90E35;
}
div#menu-body div.menu-content-area ul li a:hover{
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFCCFF;
	border-left-color: #FFCCFF;
	color: #000000;
	
}
/* 5.footer ======================== */

div#footer {
	margin:0 2px 2px 2px;
	padding:10px 20px;
	text-align:left;
	border: 1px solid #6666FF;
	color: #003366;
	border-color: #FFCCFF;

}

div#footer a{
font-size:10px;
color:#fff;
text-decoration:underline;
}

div#footer a:hover{
	text-decoration:underline;
	background-attachment: fixed;
	color:	#FFFFFF;
}

/* 6.content-area ======================== */
div#layout-body div.content-area h3{
	padding:0 5px;
	margin:15px 5px;
	color: #254a00;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 200%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: ##6666FF;
	border-color: #FFCCFF;
}

div#layout-body div.content-area p{margin:15px 10px;
}

div#layout-body div.content-area p a{
background-color:#d0ecd0;
text-decoration:none;
}
div#layout-body div.content-area p a:hover{color:#A90E35;}
div#layout-body div.content-area ul li{
list-style-type:none;
margin:10px;
}
