/* free css ========================
   
   1.tag and common item
   2.header
   3.layout body
   4.menu
   5.footer

   ======================== free css */

/* 1.tag and common item ======================== */


*, html {
   margin: 0;
   padding: 0;
}

body {
margin: 0;
padding: 0;
font-size: 12px;
text-align:center;
background-color:#FFF;
}

a {
	text-decoration: underline;
	color: #FF0000;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}	


a img { border: 0; }

br.f-clear{
clear:both;
font-size:0px;
line-height:0px;
}

div#wrap {
	width:748px;
	text-align:left;
	margin:2px auto;
	background-color: #FFFFFF;
	background-image:url(AX148_L.jpg);
	background-repeat: no-repeat

}



/* 2.header ======================== */

div#header {
	background-color:#CC0033;
	margin:5px 0px 0 0px;
	padding-top: 5px;
}

div#header h1{
padding: 15px 0 10px 0;
padding-left: 35px;
}

div#header h1 a {
text-decoration: underline;
color:#FFFFFF;
font-size: 18px;
text-decoration: none;
font-weight: bold;}
div#header h1 a:hover{
text-decoration:underline;}

div#header h2{
margin-left:35px;
padding-bottom:15px;
color: #FFFFFF;
font-size: 10px;
font-weight: normal;
}

/* 3.layout body ======================== */

div#layout-body {
float:left;
/*float:left;  (menu -> left) */
width:480px;
line-height:140%;
}

div#layout-body div.content-area {
	padding:0 0 15px 0;
	margin:5px;
	color:#333333;
	border-top: 1px solid #fff;
	border-bottom:1px solid #FFF;
	marker-offset: auto;
	font-family: "lr SVbN", "Osaka|";
	display: marker;
}

/* 4.menu ======================== */

div#menu-body {
width:248px;
height:550px;
line-height:120%;
float:right;
background-image:url(AX073_L.jpg);
background-repeat: no-repeat;
background-position:10px ;
}

div#menu-body div.menu-content-area{
padding:5px 0;
background-color:#FFFFFF;
margin:0px 0px 0px 0;
}

div#menu-body div.menu-content-area p{
text-align:left;
margin: 0 auto;
padding-left:10px;
font-weight: bold;
font-size: 12px;
line-height: 200%;
color: #CC0033;
letter-spacing: 1px;
text-align:left;
text-transform:uppercase;
border-bottom:3px solid #000000;
}

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:#000;
border-left:3px solid #CC0033;
}
div#menu-body div.menu-content-area ul li a:hover{
	border-left:3px solid #000000;
	background-color:#FFFFCC;
	color: #CC0033;
	border-left:3px solid #CC0033;
}
/* 5.footer ======================== */

div#footer {
margin:20px 0px 5px 0px;
padding:10px 20px;
text-align:left;
background-color:#CCCC99;

}

div#footer a{
	font-size:10px;
	color:#000
}

div#footer a:hover {
	color: #fff;
	background-color: #CC0033;
}

/* 6.content-area ======================== */
div#layout-body div.content-area h3{
	border-bottom: 0px solid #FFCCFF;
	padding: 0 0 0 15px;
	color: #FFFFFF;
	text-decoration:underline  ;
	underline:1px dotted;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 200%;
	border-top: 0px solid #FFCCFF;
}

div#layout-body div.content-area p{
	margin:10px;
	border-bottom: 2px dotted;
	background-color: #D9D9B3;
}

div#layout-body div.content-area ul li{
list-style-type:none;
margin:10px;
}
