/* 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: 15px;
	text-align:center;
	background-image:url(img.gif);
}

a {
text-decoration:
underline;color:#FFFFFF;
}

a:hover{color:#D2B48C;}
a img { border: 0; }

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

div#wrap {
	width:850px;
	text-align:left;
	margin:0 auto;
	background-color: #D2B48C;
	border: 1px solid #D2B48C;
	background-image: url(bg.jpg);
}

div#wrap .cross {
	float:left;
	width:300px;
	height:300px;
	margin-left:80px;
	background-image: url(osusume.gif);
	background-repeat: no-repeat;
	margin-top: 20px;
}
.cross ul{
	margin-top: 20px;
}
li{
	list-style-type:none;
}

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

div#header {
	margin:5px 5px 0 5px;
	padding:30px 0;
}

div#header h1{
display:inline;
}

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

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

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;
/*float:left;  (menu -> right) */
width:500px;
line-height:140%;
}

div#layout-body div.content-area {
	padding:0 0 15px 0;
	margin:5px;
	background-image: url(img.jpg);
	background-repeat: repeat-y;
}

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

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

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

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

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{
	padding-left:5px;
	text-decoration:none;
	color:#FFFFFF;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
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: #9400DC;
	border-left-color: #9400DC;
}
/* 5.footer ======================== */

div#footer {
margin:0 5px 5px 5px;
padding:10px 20px;
text-align:left;
color:#8B4513;

}

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

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

/* 6.content-area ======================== */
div#layout-body div.content-area h3{
	padding:0 5px;
	margin:15px 10px;
	color: #8B4513;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 200%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #8B4513;
}

div#layout-body div.content-area p{
	margin:15px 10px;
}

div#layout-body div.content-area p a{
background-color:#D2B48C;
text-decoration:none;
}
div#layout-body div.content-area p a:hover{color:#8B4513;}
div#layout-body div.content-area ul li{
list-style-type:none;
margin:10px;
}

#pr{
background-image:url(pr.gif);
	background-repeat: no-repeat;
	margin-left: 20px;
	color: #00FFCC;
	}
	
#pr a{
	color: #00FFCC;
	
}
#pr ul{
	margin-left: 10px;
}

