@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    border: 0;
    word-wrap: break-word;
}

body,div,h1,h2,h3,h4,h5,h6,div,p,ul,ol,li,dl,dt,dd,form,input,textarea,pre,fieldset,blockquote,table,thead,tbody,tfoot,caption,th,td,
section,article,aside,nav,menu,canvas,details,figure,figcaption,footer,header,hgroup,summary { margin: 0; padding: 0; }
ul, li, dl, dt, dd { list-style-type: none; line-height: 1.4em; }
a { color: #00c; text-decoration: underline; outline: 0; }
a:visited { color: #551a8b; text-decoration: underline; outline: 0; }
a:hover { color: #f00; text-decoration: none; outline: 0; }
a:active { color: #f00; text-decoration: none; outline: 0; }
hr { display:  none; }
em, address { font-style: normal; }
strong { font-weight: bold; }
.clear { clear: both; }
.fL { float: left; }
.fR { float: right; }
.img_fL { float: left; margin: 0 0 10px 0; }
.img_fR { float: right; margin: 0 0 10px 0; }
.left { text-align:  left; }
.right { text-align:  right; }
.center { text-align:  center; }
p { margin: 0 0 10px 0; line-height: 1.4em; }
img { border: 0; }

/*---------add----------*/

.box{ padding: 0 10px; }

/*---------end----------*/

section,article,aside,nav,menu,canvas,details,figure,figcaption,footer,header,hgroup,summary { display:  block; }
mark { background: rgba(255,255,255,0.2); }

/*------------clearfix-------------*/

.clearfix:after {
	content: ".";
	display:  block;
	clear: both;
	height:  0;
	visibility: hidden;
}
.clearfix { display:  inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height:  1% }
.clearfix { display: block;}
/* end MacIE5 */


/*---------------------------------------------------------------

	body

----------------------------------------------------------------*/

body {
	width : 100%;
	background:url(../img/back_all.gif) #060;
	text-align: left;
}
#body {
	margin : 0 auto;
	padding: 0px;
	width : 800px;
	background: #fff;
	color: #333333;
}
#header {
	float: left;
	background: #060;
	text-align: left;
	margin : 0px;
	width : 800px;
	height: 100px;
	color: #fff6d8;
}
#header h1 a {
	font-size:16px;
	font-weight:bold;
}
.title {
	padding-top: 10px;
	padding-left: 20px;
}
#main {
	float: left;
	font-size: 12px;
	margin-top : 10px;
	margin-bottom : 20px;
	padding-left: 20px;
	width : 780px;
}
#navigation {
	float : left;
	width : 758px;
	padding-bottom: 10px;
}
#contents {
	float : left;
	text-align: left;
	width: 760px;
}
#footer {
	clear : both;
	text-align: left;
	font-size: 12px;
	padding: 2px 0px 0px 20px;
	width : 780px;
	height: 20px;
	color: #fff6d8;
	background: #060;
}
#footer a {
	color: #fff6d8;
}
.clear {
	clear: both;
}
.btn {
	margin-bottom:-4px;
}
.input_border {
	border: 1px solid #666;
}
/* リンク */

a:link {
	color: #060;
	text-decoration: none;
}
a:visited {
	color: #060;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #690;
}
a:active {
	color: #690;
}
#header a:link {
	color: #ddfdcd;
	text-decoration: none;
}
#header a:visited {
	color: #ddfdcd;
	text-decoration: none;
}
#header a:hover {
	color: #690;
}
#header a:active {
	color: #690;
}
/* グローバルメニュー */

.menu_ttl {
	float: left;
	margin-top : 20px;
	padding:4px 0 0 0px;
	width : 180px;
	height: 26px;
	text-align: center;
	font-size:16px;
	font-weight:bold;
	color: #060;
}
.gl_menu {
	margin: 0px;
	padding: 5px 10px;
	float: left;
	width: 720px;
	list-style-type : none;
	font-size:12px;
	background: #ddfdcd;
	border: solid 1px #666;
}
.gl_menu li {
	text-align: left;
	float: left;
	display: block;
}
.gl_menu .menu {
	display : inline;
	padding :10px;
	margin-top:6px;
	margin-left:10px;
	width: 140px;
}
.gl_menu .menu a {
	background:url(../img/ico_arw2.gif) no-repeat;
	vertical-align: top;
	padding :0px 0px 0px 20px;
	height:16px;
	color: #033;
}
.gl_menu .menu a:visited {
	background:url(../img/ico_arw2.gif) no-repeat;
	color: #033;
}
.gl_menu .menu a:hover {
	background:url(../img/ico_arw2.gif) no-repeat;
	color: #6c3;
}
.gl_menu .menu a:active {
	background:url(../img/ico_arw2.gif) no-repeat;
	color: #6c3;
}
/* トップメニュー */

.top_menu {
	float: right;
	list-style-type : none;
	text-align: right;
	font-size:14px;
	margin: 0px;
	padding-top: 20px;
	height:12px;
}
.top_menu li {
	display : inline;
	margin-left: 10px;
}
.top_menu .menu a {
	background:url(../img/ico_arw.gif) no-repeat;
	vertical-align: top;
	text-align: left;
	text-decoration: none;
	padding-left: 20px;
	color: #ddfdcd;
}
.top_menu .menu a:visited {
	background:url(../img/ico_arw.gif) no-repeat;
	color: #ddfdcd;
}
.top_menu .menu a:hover {
	background:url(../img/ico_arw.gif) no-repeat;
	color: #9c6;
}
.top_menu .menu a:active {
	background:url(../img/ico_arw.gif) no-repeat;
	color: #9c6;
}
/* トップページ */

.top_img {
	float:left;
	background:url(../img/top.jpg) no-repeat center #000000;
	width:760px;
	height:180px;
}
/* 各枝ページ */



.contents_text {
	background: #ddfdcd;
	border: solid 1px #060;
	float:left;
	margin: 0px;
	padding: 10px;
	width: 738px;
	text-align: left;
	color: #333333;
}
/* 見出し */

.page_ttl {
	float:left;
	background: #060;
	font-size: 18px;
	font-weight: bold;
	padding: 2px 0px 0px 10px;
	width: 750px;
	height: 30px;
	color: #ddfdcd;
}
.finding {
	background: #060;
	float:left;
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
	padding: 2px 0px 0px 10px;
	width: 750px;
	height: 28px;
	color: #ddfdcd;
}
/* フォント */

h1, h2, h3, h4, h5 {
	padding:0;
	margin:0;
	font-weight:normal;
	font-size:12px;
}
.font_8px {
	font-size:8px;
}
.font_10px {
	font-size:10px;
}
.font_12px {
	font-size:12px;
}
.font_13px {
	font-size:13px;
}
.font_14px {
	font-size:14px;
}
.font_16px {
	font-size:16px;
}
.font_18px {
	font-size:18px;
}
.font_red {
	color: #c00;
}
/* コンテンツ部分

------------------------------------------------- */



/* 全ページ共通 */



.kaisou {
	background: #060;
	text-align: left;
	font-size: 10px;
	padding: 5px 20px 0px;
	width: 760px;
	color: #fff6d8;
}
.kaisou a {
	color: #fff6d8;
}
.txt_right {
	float: right;
	text-align: right;
}
.pad_left_10px {
	padding-left:10px;
}

