/*
 :title "common stylesheet";
 :shortdesc "Common stylesheet for HTML pages of this site";
*/


/* ------------------------------------------------------------------------- */
/* base
/* ------------------------------------------------------------------------- */

*{
	padding: 0px;
	margin: 0px;
}

body{
	text-align: center;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック',sans-serif;
	min-width: 1000px;
}

img{
	border: none;
	vertical-align: middle;
}

a{
	color: #004738;
}


/* ------------------------------------------------------------------------- */
/* layout
/* ------------------------------------------------------------------------- */


#all{
	width: 1000px;
	margin: auto;
	color: #333;
	font-size: 14px;
	line-height: 1.5em;
}



/* header
---------------------------------------------------------- */
#header{
	width: 100%;
	padding: 10px 0;
	float: left;
	border-bottom: 5px solid #004738;
}

#header_in{
	width: 1000px;
	margin: auto;
	text-align: left;
}



/* logo */

#logo{
	display: block;
	width: 403px;
	height: 48px;
	float:left;
	background-image: url(../menu/etc/upper_main.gif);
	text-indent: -9999px;
	outline: none;
}





/* global_menu
---------------------------------------------------------- */

#global_menu{
	font-size: 15px;
	text-align: left;
	text-indent: 5px;
}


#global_menu ul{
	margin: auto;
	list-style: none;
}

#global_menu li{
	line-height: 50px;
	margin-bottom: 5px;
}

#global_menu a{
	display: block;
	padding: 5px;
	background-color: #B2D257;
	color: #004738;
	text-decoration: none;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#global_menu a:before{
	content: "> ";
}

#global_menu a:hover{
	background: #004738;
	color: #fff;
}

#global_menu .current a{
	background: #004738;
	color: #fff;
}


/* breadline
---------------------------------------------------------- */

#breadline{
	width: 100%;
	float: left;
	background-color: #DAE5B9;
	padding: 5px 0;
	color: #004738;
	font-weight: bold;
}

#breadline ul{
	width: 1000px;
	margin: auto;
	font-size: 14px;
}

#breadline ul li{
	display: inline-block;
	float: left;
}

#breadline a{
	padding-right: 25px;
	margin-right: 15px;
	background-image: url(image/icon_arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	color: #004738;
	font-weight: 100;
	text-decoration: none;
}

#breadline a:hover{
	text-decoration: underline;
}



/* container
---------------------------------------------------------- */

#container{
	float: left;
	width: 100%;
	padding-top: 10px;
}



/* secondary
---------------------------------------------------------- */

#secondary{
	width: 270px;
	float: right;
}


/* primary
---------------------------------------------------------- */

#primary{
	width: 700px;
	float: left;
}


/* pagetop
---------------------------------------------------------- */

#pagetop{
	display: none;
	}

.pagetop{
	width: 100%;
	float: left;
}

.pagetop a{
	display: block;
	width: 220px;
	float: right;
	margin-top: 10px;
	background-color: #004738;
	color: #fff;
	text-decoration: none;
	line-height: 30px;
	text-align: center;
}

.pagetop a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}


/* footer
---------------------------------------------------------- */

#footer{
	float: left;
	width: 100%;
	padding: 10px 0;
	background-color: #004738;
}

#footer #footer_in{
	width: 1000px;
	margin: auto;
	text-align: left;
	color: #fff;
	font-size: 12px;
	line-height: 1.5em;
}

#footer #footer_in .footer_logo{
	float: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 60px;
}


address{
	background-color: #B2D257;
	clear: both;
	padding: 5px 0;
	margin: auto;
	text-align: center;
	font-size: 10px;
	font-style: normal;
}


/* ------------------------------------------------------------------------- */
/* basic
/* ------------------------------------------------------------------------- */


/* title
---------------------------------------------------------- */


h2{
	clear: both;
	margin-bottom: 10px;
	border-bottom: 2px solid #004738;
	color: #004738;
	font-size: 30px;
	line-height: 1.5em;
}

h3{
	clear: both;
	width: 100%;
	padding-top: 40px;
	margin-bottom: 10px;
	border-bottom: 1px solid #004738;
	color: #004738;
	font-size: 20px;
	line-height: 1.5em;
}

h4{
	padding-top: 20px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #004738;
	color: #004738;
	font-size: 18px;
	line-height: 1.5em;
}

h5{
	padding-top: 10px;
	margin-bottom: 5px;
	color: #004738;
	font-size: 16px;
	line-height: 1.5em;
}


/* text
---------------------------------------------------------- */

#text{
	width: 100%;
	float: left;
	padding: 20px 0;
	text-align: left;
	}

.btn_basic{
	display: inline-block;
	padding: 0 10px 0 20px;
	background-color: #00337a;
	background-image: url(image/icon_arrow_white.png);
	background-repeat: no-repeat;
	background-position: left center;
	border-left: 10px solid #00337a;
	color: #fff;
	text-decoration: none;
	line-height: 30px;
	font-size: 14px;
}

.btn_basic:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

.color_blue{
	color: #2A54A0;
}

/* table */

table{
	border-collapse: collapse;
	font-size: 100%;
	margin: 10px 0;
}

table th,td{
	padding: 10px;
	text-align: left;
}

table th{
}

.basic_table th, .basic_table td{
	border: 1px solid #03244f;
}

.basic_table th{
	background-color: #eee;
}

.thw_30 th{
	width: 30%;
}


/* ul */

#text ul{
	margin-left: 1.5em;
	margin-bottom: 10px;
}

#text ul li, #text ol li{
	padding-bottom: 5px;
}


#text .basic_ul{
	margin: 0;
	margin-bottom: 10px;
}

.basic_ul li{
	padding-left: 15px;
	margin-left: 5px;
	background-image: url(image/icon_arrow.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	list-style: none;
}

/* ol */

#text ol{
	margin-left: 1.5em;
	margin-bottom: 10px;
}

.basic_ol{
	margin: 10px 0;
	font-size: 16px;
	line-height: 1.5em;
}

.basic_ol li{
	margin-bottom: 50px;
}

.basic_ol li li{
	margin: 0;
}


/* 注意 */

.focus{
	background-color: #eee;
	padding: 10px;
	margin: 10px 0;
}

.attention{
	background-color: #F9DFC0;
	padding: 10px;
	margin: 10px 0;
}


/* 配置 */

.img_m{
	margin: 10px 0;
}

.center{
	padding: 10px 0;
	text-align: center;
}

.center img{
	margin: auto;
}


/* ------------------------------------------------------------------------- */
/* basic
/* ------------------------------------------------------------------------- */

.top_tokutyou{
	margin: 10px;
	padding: 30px 30px 15px 30px;
	background-color: #eee;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.top_tokutyou li{
	margin-bottom: 15px;
}



/* END ---------------------------------------------------------*/
