@charset "utf-8";
/*
	Site Name: 
	Description: initial setting
	Version: 
	Author: 
*/

/*
===== CONTENTS ===========================================

	1: universal reset 
	2: body and base setting
		: general params
		: acronyms and abbreviations styles
	3: form setting
	4: link setting

==========================================================
*/


/*
===== 1: universal reset =================================
*/

*{
	margin:0px auto;
	padding:0;
}

/*
===== 2: body and base setting ===========================
*/

body {
	margin: 0;
	/* background: #FFF1D7 ; */
	background: #FCE5C6;
	padding: 0;
	text-align:center;/* box centering */
	line-height:150%;
	color:#000001;
	font-size:small;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/* general params
--------------------*/
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	display: block;
	margin: 0;
	padding: 0;/* margin&padding reset */
	text-align: left;
	line-height: 150%;
}


table {margin : 0;empty-cells: show; }
hr,.areaAnchor,.anchor { display : none; }
img {
	border: none;/* img do not want a border */
	vertical-align: bottom;
}
li { list-style: none; }/* link do not want a dot */

/* acronyms and abbreviations styles 
-------------------------------------*/
acronym,abbr{cursor:help;}

/*
===== 3: form setting ===========================
*/
option{ padding-right:10px; }
*+html option{padding-right:0;}/* for IE7&Opera */
* html option{padding-right:0;}/* for IE6 */　　　


div#header_main{margin:0;padding:0;width:850px;height:113px;}


div#header_menu{
	margin:0;
	padding:0;
	width:850px;
	height:109px;
}

.parts{
	float:left;
}

.parts_r{
	float:right;
}



#bottom-cont{
	margin:0 41px 0 41px;
	padding:20px 0 0 0;
	width:768px;
	height:auto;
}



#footer_menu{
	margin:0 0 15px 0;
	border-bottom:1px solid #ffffff;
	width:850px;
	height:53px;
}

#footer_copy{
	float:left;
	margin-left:10px;
	width:auto;
	height:auto;
	text-align:left;
	line-height:120%;
	color:#fffffe;
	font-size:80%;
}

#footer_copy .shamei{
	margin-bottom:8px;
	line-height:120%;
	color:#fffffe;
	font-size:200%;
}

#footer_ad{
	float:right;
	margin-right:10px;
	width:auto;
	height:auto;
	text-align:right;
	line-height:120%;
	color:#fffffe;
	font-size:100%;
}

#footer_ad a:link,div#footer_ad a:visited{
	text-decoration:underline;
	color:#fffffe;
}

#footer_ad a:hover{
	text-decoration:none;
	color:#fffffe;
}


.float_l{
	float:left;
}

.float_r{
	float:right;
}

.clear_r{
	clear:right;
}

.clear{
	clear:both;
}

#main h1{
	margin-bottom:30px;
	padding:0;

}

#main .h1_t{
	margin:0 0 20px 0;
	padding:0;
	text-align:left;
	line-height:150%;
	font-size:115%;
}



#main h2{
	margin:0;
	padding:0;
	width:auto;
	text-align:center;
}

#main .h2_t{
	margin:15px 41px 20px 41px;
	padding:0;
	text-align:center;
}


#main h3{
	width:auto;
	height:auto;
}

.h3_t{
	margin:10px 10px 30px 5px;
	padding:0;
	text-align:left;
}


.table_pad03{
	padding:3px;
}

.table_pad05{
	padding:5px;
}

.margin_btm05{
	margin-bottom:5px;
}

div.tblareabtn {
    clear: both;
    margin: 15px 0 0 0;
    text-align: center;
}

div.tblareabtn a img{
	border:0px;		
}



