@charset "UTF-8";

/***********************************************/
/* maim.css                             */
/*  index.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

* {
	margin:0;
	padding:0;
}

html {
	width:100%;
	overflow-y:scroll;
	text-align:center;
}

body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000000;
	margin: 0;
	padding: 0;
	background-image: url(../../image/bg.gif);	
}



/*  Link Color   */

a:link {
	color:#003399;
	text-decoration:none;
}
a:visited {
	color:#333399;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:active {
	color:#CF0000;
}


h1,h2,h3,h4,h5,h6 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1em;
	font-weight: normal;
}

p {
	font-size:.95em;
	line-height:1.8em;
}


.gray{
	color:#5C5C5C;
}

.red{
	color:#FF0000;
}


.pink{
	color:#E80062;
}


.green{
	color:#12532D;
}


.brown{
	color:#681400;
}

.blue{
	color:#003366;
}

.orange{
	color:#FF6600;
}



.nonetext {
	font-size: 1px;
	line-height: 1px;
	text-indent: -99999px;
	overflow: hidden;
	outline: none;
}



/*  main_nevi  */
/***********************************************/


#header_img_area_waku {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	background-color: #FFF;
}

#header_img_area {
	margin-right: auto;
	margin-left: auto;
	padding: 20px 0 0 0;
	width: 950px;
	height: 75px;
	background-color: #FFF;
	border-top-style: solid;
	border-top-width: 5px;
	border-top-color: #D59DCA;
	text-align:left;
}


#header_text_area_waku{
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	background-color: #FFF;
}



#header_text_area{
	width: 900px;
	height: 15px;
	background-color: #E9D6E5;
	font-size:11px;
	padding:3px 25px 3px 25px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-bottom-color: #D59DCA;
	text-align:left;
}


#top_menu_area{
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	background-color: #FFF;
	padding: 15px 0px 15px 0px;
	margin-top: 55px;
	
}




/* --main_btn-- */


#main_navi_waku{
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	background-color: #FFF;
}

#main_navi {
	margin-right: auto;
	margin-left: auto;
	width:950px;
	background-color: #FFF;
	border-top-style: solid;
	border-top-width: 5px;
	border-top-color: #D59DCA;
	text-align:left;
}

#main_navi_wrapper {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width:950px;
	text-align: center;
	background-color: #FFF;
	height: 94px;
	padding:0px 0px 30px 0px;
	
}


#main_navi_wrapper ul li{
	float:left;
	list-style-type:none;
}

#main_navi_wrapper li a{
	display:block;

	
}

#main_navi_wrapper li a:hover{
	text-decoration:none;

}





/*  main img  */
/***********************************************/


#main_img {
	width:1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: center;
	padding:0px 0px 0px 0px;
	background-color:#FFF;
}





/*  TOP footer  */
/***********************************************/

#top_footer {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	height: 119px;
	text-align: left;
	background-color: #ffffff;

}



#top_footerinner {
	margin: 0px 25px 0px 25px;
	width: 950px;
	height: 119px;
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
}




#outline{
	width: 900px;
	margin: 10px 0px 10px 20px;
	padding: 5px 0px 5px 10px;
	color: #666;
	text-align: left;
	font-size: 12px;
	line-height: 20px;
	float: left;
}






/***********************************************/







