@charset "shift_jis";



body {		
	font-family:  "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 65%;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background : #ffffff ;
}
h1,h2,h3,h4,p,ul,li{		
	margin: 0px;
	padding: 0px;
}
ul{		
	list-style-type: none;
}
img {		
	border: none;
}
a {
	text-decoration: none;
}
a:link {
	color: #000;
	background: transparent; 
}
a:visited {
	color: #000;
	background: transparent; 
}
a:hover {
	color: #333;
	text-decoration: underline;
        background:#bcddff;
}
a:active {
	color: #333;
        text-decoration:none;


}

.concl{		
				
				
				
		border-width : 3px;border-style : ridge;border-color : inherit;

		padding-top : 15px;

		padding-bottom : 15px;
}


/*ヘッダー
------------------------------------------------------------------*/
#header h1 {		
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	padding-right: 50px;
	height: 20px;
	line-height: 30px;
}

#header #main-img {		
	padding-top: 12px;
}







/*フッター
------------------------------------------------------------------*/
#footer {		
	clear: both;
	background : url(img/footer_bg.gif) no-repeat center bottom;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	padding-top: 50px;
}

#footer ul li {		
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px solid #CCCCCC;
}

#footer .menutop {		
	border-left: 1px solid #CCCCCC;
}



/*clearfix
------------------------------------------------------------------*/
#contents:after {
		content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#contents {
		display: inline-block; 
}

/* Hides from IE-mac \*/
*html #contents { height: 1%; }
#contents {
		display: block; 
}
/* End hide from IE-mac */

