@charset "utf-8";


/*-----------------------------------------------------------------
基本設定
-----------------------------------------------------------------*/
p,h1,h2,h3,h4,ul,li,position,form {
	margin:0;
	padding:0;
}
img { border: 0; }

p { letter-spacing: 0; }

textarea { font-size: 100%; } /* テキストエリア内文字サイズのブラウザ間での差異をなくす */

address { font-style: normal; }

body{
	margin:0;
	padding:0;
	text-align: center;
	background-color: #fffbf0;
	color: #545453;
	font-family: "ＭＳ Ｐゴシック", Osaka,"Arial","ヒラギノ角ゴ Pro W3";
	font-size: 75%;
	line-height: 1.7em;
	border-top: #d13369 solid 5px;
}

/*-----------------------------------------------------------------
見出し
-----------------------------------------------------------------*/
h1 {
	font-weight: normal;
}
h2 {
	font-weight: normal;
}
h3 {
	font-weight: normal;
}

/*-----------------------------------------------------------------
リンク
-----------------------------------------------------------------*/
a:link { color: #d13369; }
a:visited { color: #d13369; }
a:hover { color: #cccccc; }

#footer_rig a:link { color: #727272; text-decoration: none; }
#footer_rig a:visited { color: #727272; text-decoration: none; }
#footer_rig a:hover { color: #d13369; text-decoration: none;}

.top_06 a:link { color: #545453; text-decoration: none; }
.top_06 a:visited { color: #545453; text-decoration: none; }
.top_06 a:hover { color: #d13369; text-decoration: none;}

/*-----------------------------------------------------------------
テキスト系
-----------------------------------------------------------------*/
#contents_main p {/* テキストの両端揃え */
	text-align: justify;
	text-justify: inter-ideograph;
}
p {
	letter-spacing: 0.1em;
}
.font01 {
	font-size: 140%;
}
.align-center {
	text-align: center;
}

/*-----------------------------------------------------------------
カラー
-----------------------------------------------------------------*/
.color_01 {
	color: #FF0033;
}

/*-----------------------------------------------------------------
マージン・パディング
-----------------------------------------------------------------*/
.magin_top05 {
	margin-top: 5px;
}
.magin_top10 {
	margin-top: 10px;
}
.magin_top15 {
	margin-top: 15px;
}
.magin_bo03 {
	margin-bottom: 3px;
}
.magin_bo05 {
	margin-bottom: 5px;
}
.magin_bo10 {
	margin-bottom: 10px;
}
.magin_bo15 {
	margin-bottom: 15px;
}
.magin_bo20 {
	margin-bottom: 20px;
}
.magin_bo40 {
	margin-bottom: 40px;
}
.magin_t10b10 {
	margin: 10px 0;
}
.magin_l16 {
	margin-left: 16px;
}
.magin_t20b20 {
	margin: 20px 0;
}

/*-----------------------------------------------------------------
グローバルナビゲーション
-----------------------------------------------------------------*/
#global_menu {
	width: 950px;
	height: 31px;
	margin-bottom: 14px;
}
#global_menu ul, #global_menu li {
	list-style: none;
}
#global_menu li {
	float: left;
	height: 31px;
	text-indent: -9999px;
}
#global_menu li a {
	display: block;
	overflow: hidden;
	height : 31px;
}
#nav01 { background: url(../img/common/global-navi_01_off.gif) no-repeat; width: 158px; }
#nav01 a:hover { background: url(../img/common/global-navi_01_on.gif) no-repeat; }
#nav01_on { background: url(../img/common/global-navi_01_on.gif) no-repeat; width: 158px; }

#nav02 { background: url(../img/common/global-navi_02_off.gif) no-repeat; width: 158px; }
#nav02 a:hover { background: url(../img/common/global-navi_02_on.gif) no-repeat; }
#nav02_on { background: url(../img/common/global-navi_02_on.gif) no-repeat; width: 158px; }

#nav03 { background: url(../img/common/global-navi_03_off.gif) no-repeat; width: 158px; }
#nav03 a:hover { background: url(../img/common/global-navi_03_on.gif) no-repeat; }
#nav03_on { background: url(../img/common/global-navi_03_on.gif) no-repeat; width: 158px; }

#nav04 { background: url(../img/common/global-navi_04_off.gif) no-repeat; width: 158px; }
#nav04 a:hover { background: url(../img/common/global-navi_04_on.gif) no-repeat; }
#nav04_on { background: url(../img/common/global-navi_04_on.gif) no-repeat; width: 158px; }

#nav05 { background: url(../img/common/global-navi_05_off.gif) no-repeat; width: 158px; }
#nav05 a:hover { background: url(../img/common/global-navi_05_on.gif) no-repeat; }
#nav05_on { background: url(../img/common/global-navi_05_on.gif) no-repeat; width: 158px; }

#nav06 { background: url(../img/common/global-navi_06_off.gif) no-repeat; width: 160px; }
#nav06 a:hover { background: url(../img/common/global-navi_06_on.gif) no-repeat; }
#nav06_on { background: url(../img/common/global-navi_06_on.gif) no-repeat; width: 160px; }


/*-----------------------------------------------------------------
下層サイドナビゲーション
-----------------------------------------------------------------*/

.side_navi{
background-color:#f4f4f4;
border:1px solid #cccccc;
padding:1px;
margin-bottom:10px;
}

.side_navi dl{
margin:0;
padding:0;
}

.side_navi dd{ margin:0 8px; padding:10px 0 0 10px; height:30px; }

.bt_line{
background-image:url(../img/common/side_menu_dot_line.gif);
background-repeat:repeat-x;
background-position:bottom;
}

.side_navi dd img{ margin-right:7px; margin-left: 5px; }

.side_navi dd a{
text-decoration:none;
color:#545453;
}

.side_navi dd a:hover{
color:#d13369;
}

.gsl_mark{
margin:20px 0;
padding-left:15px;
}

.gsl_mark img{
margin-left:10px;
}

/*-----------------------------------------------------------------
下層タイトル
-----------------------------------------------------------------*/

.h2_title {
border-bottom: #d13369 1px solid;
padding: 0 5px 5px 0;
}
.h2_title_02 {
border-bottom: #d13369 1px solid;
padding: 30px 5px 5px 0;
margin-bottom: 20px;
}
.h2_title_03 {
border-bottom: #d13369 1px solid;
padding: 0 5px 5px 0;
margin-bottom: 20px;
}
.h2_title_04 {
border-bottom: #d13369 1px solid;
padding: 0 5px 5px 0;
margin: 40px 0 20px;
}

/*-----------------------------------------------------------------
テンプレート
-----------------------------------------------------------------*/
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	text-align: left;
}
#head_link {
	width: 950px;
	padding: 10px 0 5px;
	height: 13px;
}
#head_link ul {
	width: 235px;
	float: right;
}
#head_link li {
	width: 95px;
	padding-left: 20px;
	list-style: none;
	float: left;
}
#head {
	width: 950px;
	margin-bottom: 20px;
	zoom: 1;/*clearfixハック*/
}
#head:after { /*clearfixハック*/
	font-size: 1px;
	content: ".";
	display: block;
	height: 0px;
	clear: both;
}
#head + *{ /* clcearfixをDreamWeaverのデザインビューで表示させる */
    clear: both;
}
#head_left {
	float: left;
	width: 440px;
	
}
#head_rig {
	float: right;
	width: 370px;
	text-align: right;
}
#contents {
	width: 950px;
	zoom: 1;/*clearfixハック*/
}
#contents:after {/*clearfixハック*/
	font-size: 1px;
	content: ".";
	display: block;
	height: 0px;
	clear: both;
}
#contents + *{ /* clearfixをDreamWeaverのデザインビューで表示させる */
    clear: both;
}
#contents_main {
	width: 710px;
	padding-top:15px;
	float: left;
}
#contents_sabu {
	width: 220px;
	float: right;
}
.cont_sabu_01 {
	margin: 15px 0 0;
	text-align: center;
	font-size: 90%;
	color: #d13369;
}
.cont_sabu_02 {
	margin: 5px 0 0;
	text-align: center;
	color: #d13369;
}
.cont_sabu_03 {
	margin: 7px 0;
}
.cont_sabu_04 {
	text-align: left;
	line-height: 1.3em;
	margin: 0 0 0 30px;
}
.cont_sabu_05 {
	width: 220px;
	margin: 10px 0 10px;
	zoom: 1;/*clearfixハック*/
}
.cont_sabu_05:after {/*clearfixハック*/
	font-size: 1px;
	content: ".";
	display: block;
	height: 0px;
	clear: both;
}
.cont_sabu_05 + *{ /* clearfixをDreamWeaverのデザインビューで表示させる */
    clear: both;
}
.cont_sabu_05_left {
	width: 90px;
	float: left;
}
.cont_sabu_05_rig {
	width: 119px;
	float: right;
	text-align: left;
}
#footer_bac {
	width: 100%;
	background-color: #f6f6f6;
	border-top: 1px #c5c5c5 solid;
	border-bottom: 1px #c5c5c5 solid;
	padding: 20px 0;
	margin: 80px 0 5px;
	text-align: center;
}
#footer {
	width: 950px;
	position: relative;
	margin: 0 auto;
	text-align: left;
	zoom: 1;/*clearfixハック*/
}
#footer:after {/*clearfixハック*/
	font-size: 1px;
	content: ".";
	display: block;
	height: 0px;
	clear: both;
}
#footer + *{ /* clearfixをDreamWeaverのデザインビューで表示させる */
    clear: both;
}
#footer_left {
	width: 320px;
	float: left;
	font-size: 95%;
	color: #727272;
	line-height: 1.4em;
	margin-top: 10px;
}
#footer_rig {
	width: 250px;
	float: right;
	color: #727272;
	zoom: 1;/*clearfixハック*/
}
#footer_rig:after {/*clearfixハック*/
	font-size: 1px;
	content: ".";
	display: block;
	height: 0px;
	clear: both;
}
#footer_rig + *{ /* clearfixをDreamWeaverのデザインビューで表示させる */
    clear: both;
}
#footer_rig_left { width: 120px; float: left; margin-top: 14px; }
#footer_rig_rig { width: 130px; float: right; margin-top: 14px; }
.footer_rig_list {
	list-style: none;
}
.footer_rig_list li {
	background: url(../img/common/ico_maru.gif) no-repeat;
	padding: 0 0 14px 15px;
	line-height: 1.1em;
}
.footer_top_up {
	width: 167px;
	position: absolute;
	right: 0px;
	top: -48px;
}
#footer_center {
	width: 220px;
	position: absolute;
	margin: 10px 0 10px;
	text-align: center;
	top: 25px;
	left: 340px;
	zoom: 1;/*clearfixハック*/
}
#footer_center:after {/*clearfixハック*/
	font-size: 1px;
	content: ".";
	display: block;
	height: 0px;
	clear: both;
}
#footer_center + *{ /* clearfixをDreamWeaverのデザインビューで表示させる */
    clear: both;
}
#footer_center_left {
	width: 85px;
	float: left;
	margin-top: 15px;
}
#footer_center_rig {
	width: 114px;
	float: right;
	margin-top: 15px;
}
#footer_copyright {
	width: 950px;
	margin: 12px auto;
	text-align: right;
	clear: both;
}
#page_title {
	margin: 20px 0 10px;
	height: 190px;
}
#pankuzu {
	margin:10px 10px 10px 0;
}


/*-----------------------------------------------------------------
テーブル
-----------------------------------------------------------------*/
.tab_01 {
	width: 100%;
	margin-bottom: 10px;
}
.tab_01 th {
	width: 35%;
	padding: 10px;
	border-bottom: 1px #a9a9a9 dotted;
	border-right: 1px #a9a9a9 dotted;
	color: #545453;
	font-weight:normal;
}
.tab_01 td {
	width: 75%;
	padding: 10px 10px 10px 20px;
	border-bottom: 1px #a9a9a9 dotted;
}
.tab_02 {
	width: 100%;
	margin-bottom: 60px;
}
.tab_02 .td_left {
	width: 50%;
	text-align: right;
	padding: 10px 30px 20px 10px;
	border-bottom: 1px #a9a9a9 dotted;
}
.tab_02 .td_rig {
	width: 50%;
	padding: 10px 10px 20px 30px;
	border-bottom: 1px #a9a9a9 dotted;
}
.tab_03 {
	text-align: center;
	margin: 150px 0;
}
.tab_04 {
	border-top: 1px #a9a9a9 dotted;
}
.tab_05 {
	margin-top: 20px;
}
.tab_06 { border: 1px #cccccc solid; padding: 15px; background-color: #f4f4f4; color: #666666; margin: 20px 0; }


/*-----------------------------------------------------------------
フォーム関係
-----------------------------------------------------------------*/
.form01 {
	width: 70px;
	height: 18px;
}
.form02 {
	width: 260px;
	height: 18px;
}
.form03 {
	width: 40px;
	height: 18px;
}
.form04 {
	width: 380px;
	height: 120px;
	font-size: 100%;
	line-height: 2em;
}


/*-----------------------------------------------------------------
その他
-----------------------------------------------------------------*/
.img_vertical {
	vertical-align: middle;
}


/*-----------------------------------------------------------------
プリント用CSS
-----------------------------------------------------------------*/
@media print {
#footer_bac {
	overflow /**/: hidden;
}

}

