@charset "shift_jis";


/*Outside frame------------------*/
#container {
	width: auto;
	border: 1px solid #848484;	
	background: 
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}



/*Header--------------------------*/
#header {
	font-size: 10px;	
	font-weight: bold;	
	color: ;		
	background: 	
	height: auto;
}
#header h1 {
	font-size: 14px;	
	padding-left: 0px;
}
#header p {
	padding-left: 0px;
}



/*Menu-----------------------------*/
#menu {
	padding: 0px;
}
#menu ul {
	line-height: 40px;
	font-weight: bold;
	height: 40px;
	border-bottom: 1px solid #848484;
	background: #	/*Gradation*/
	border-top:  #;
}
#menu li {
	float: left;
}
#menu ul li a {
	display: block;
	width: 118px;
	text-align: center;
	border-right: 1px solid #;
	color: #;	/*Menu font*/
	text-decoration: none;
}
#menu ul li a:hover {
	background: #;	/*Overe the Cuesor Backgound*/
}
#menu .last {
	border-right-style: none;	/*Right side clear*/
}



/*scrollbar*/
html {
scrollbar-3dlight-color:#848484;
scrollbar-arrow-color:#FFFFFF;
scrollbar-darkshadow-color:#848484;
scrollbar-face-color:#848484;
scrollbar-highlight-color:#848484;
scrollbar-shadow-color:#848484;
scrollbar-track-color:#FBF5EF;
}


body {
	color: #0;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	text-align: center;
	background: #;	
	font: 90%/2  "‚l‚r ‚oƒSƒVƒbƒN";
}
hd1,hd2,hd3,p,ul,li{
	margin-right: auto;
	padding: 0px;
}

ul{
	list-style-type: none;
}
.color1 {
	color: #;
}
img {
	border: none;
}
.uline1 {
	background: ;
}



/*Link a:hover=Overe the Cuesor Backgound */
a {
	color: #6e6e6e;
}
a:hover {
	color: #DA2DB1;
}





/*Left side contents------------------------------------*/
#left {
	background: ;	
	width: 400px;
	vertical-align: top;
	
}



/*Right side contents------------------------------------*/




/*Center contents-----------------------------------------*/
#center {
	width:400px;
	vertical-align: top;
	background: #;
	
}





/*h2,h3 Link------------------------------------------------*/
#left h2,#right h3 {
	background: #;
	border: 1px solid #;
	font-size: 100%;
	text-align: center;
}
#left h2 a,#right h3 a {
	text-decoration: none;
}
#left h2 a:hover,#right h3 a:hover{
	text-decoration: underline;
}




/*Left contents high light----------------------------------*/
#left ul.menu {
	margin-bottom: 1em;
	text-align: center;	
}
#left ul.menu li a {
	color: #646060;	
	text-decoration: none;	/*Erase under line*/
	border-bottom: 1px dotted #ffffff;	/*Dotted line*/
	display: block;
	width: auto;
}
#left ul.menu a:hover {
	color: #DA2DB1;	/*Overe the Cuesor Backgound*/
	text-decoration: underline;	/*Under line*/
}

/*Right contents high light----------------------------------*/



/*footer-----------------------------------------------------*/
#footer {
	color: #848484;
	background: url() ;	
	text-align: center;
	border-top: 1px solid #848484;
}
#footer a {
	color: #848484;
}



/*Box Left right contents ------------------------------------*/
.box1 {
	border-right: 1px solid #848484;	
	border-bottom: 1px solid #333333;	
	border-left: 1px solid #848484;		
	padding: 5px;
	font-size: 85%;	
	text-align: center;
	background: #;
}



/*Box center body---------------------------------------------*/
.box2 {
	background: #ffffff;	
	padding: 5px;
	border: 5px solid #;	
	width: 98%;
	vertical-align: top;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.4;
	margin-bottom: 10px;
}
.box2 h3 {
	font-size: 100%;
}
.box2 .fl {
	float: left;
	margin-right: 5px;
}






/*clearfix-------------------------------------------------------*/
.cf:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.cf { display: inline-block; }

/* Hides from IE-mac \*/
*html .cf { height: 1%; }
.cf { display: block; }
/* End hide from IE-mac */
