@charset "UTF-8";
/* CSS Document */

/* =========== IE用印刷設定CSS =========== */
@media print{

body {
_zoom: 80%; /*WinIE only */
}
}

* {
	margin: 0;
	padding: 0;
	color: #4A4A4A;
	}

img {
	border: none;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

body  {
	text-align: center;
	color: #333333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 90%;
	background-image: url(../img/common/back.gif);
	line-height: 140%;
}
#container {
	position: relative;
	width: 750px;
	background: #FFFFFF; 
	border: 1px solid #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
} 

/* ヘッダー*/
#header {
	background-image: url(../img/common/had.gif);
	background-repeat: no-repeat;
} 
#header h1 {
	font-weight: bolder;
	float: right;
	padding-right: 25px;
	font-size: 110%;
	color: #054581;
	padding-bottom: 10px;
	clear: right;
	padding-top: 10px;
}
#container #header #header_link {
	float: right;
	margin-right: 10px;
	font-size: 80%;
	margin-top: 15px;
}

#container #header #header_link li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
}

#container #header img {
	float: left;
}


/* パンクズ*/
#container #pankuzu {
	font-size: 80%;
	margin-top: 10px;
	margin-bottom: 10px;
}


/* グローバルナビ*/
#g_navi {
	width: 750px;
	clear: right;
	height: 34px;
}

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


#g_n li a{
	display:block;
	text-indent: -9999px;
	overflow: hidden;
	height: 34px;
	width: 125px;
}

li.g01 a {
	background: url(../img/common/g_navi.gif) no-repeat 0px 0px;
}
li.g02 a {
	background: url(../img/common/g_navi.gif) no-repeat -125px 0px;
}

li.g03 a {
	background: url(../img/common/g_navi.gif) no-repeat -250px 0px;
}

li.g04 a {
	background: url(../img/common/g_navi.gif) no-repeat -375px 0px;
}
li.g05 a {
	background: url(../img/common/g_navi.gif) no-repeat -500px 0px;
}

li.g06 a {
	background: url(../img/common/g_navi.gif) no-repeat -625px 0px;
}


li.g01_active a, li.g01 a:hover {
	background: url(../img/common/g_navi.gif) no-repeat 0px -34px;
}
li.g02_active a, li.g02 a:hover {
	background: url(../img/common/g_navi.gif) no-repeat -125px -34px;
}

li.g03_active a, li.g03 a:hover {
	background: url(../img/common/g_navi.gif) no-repeat -250px -34px;
}

li.g04_active a, li.g04 a:hover {
	background: url(../img/common/g_navi.gif) no-repeat -375px -34px;
}
li.g05_active a, li.g05 a:hover {
	background: url(../img/common/g_navi.gif) no-repeat -500px -34px;
}

li.g06_active a, li.g06 a:hover {
	background: url(../img/common/g_navi.gif) no-repeat -625px -34px;}


/* フッター*/
#container #footer {
	margin-bottom: 30px;
}
#container #main_contents {
	margin-right: 15px;
	margin-left: 15px;
}

/* 小見出し*/
.sub_title {
	font-weight: bold;
	margin-bottom: 0.5em;
	background-color: #CCC;
	color: #FFF;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-top: 1em;
}
.sub_title02 {
	font-weight: bold;
	margin-bottom: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 0.3em;
}
sub_title03 {
	font-weight: bold;
	margin-bottom: 0.2em;
}
.sub_title04 {
	font-weight: bold;
	margin-bottom: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 0.1em;
}


.bl01 {
	font-weight: bold;
	color: #369;
	margin-top: 1em;
}
.main_title img {
	margin-left: 0.2em;
}

.pk01 {
	font-weight: bold;
	color: #F35F91;
	margin-top: 1em;
}
.width {
	margin-right: 100px;
}
.red li {
	margin-left: 3em;
	list-style-image: url(../img/common/red_list.gif);
}
.p_01 {
	margin-left: 1em;
	margin-top: 1em;
}
.right_box {
	margin-left: 160px;
}


