﻿* {
	margin:0;
	padding:0;
}

* body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-size:100%;
}

body {
    width:100%;
	margin:0 auto;
	text-align:center;
	background-image:url(img-common/header-back.gif);
	background-position:center top;
	background-repeat:repeat-x;
}

img {
	border:0;
}

/* 全体コンテナ */

#container {
    width:800px;
	margin:0 auto;
}

#container_box {
	margin-bottom:15px;
}

/* ヘッダ */

#header {
}

#title_logo {
	width:390px;
	margin-top:20px;
	text-align:left;
	float:left;
}

#nyukai_top {
	margin:10px 0;
	text-align:left;
	float:left;
}

.float_clear {
	clear:both;
}

/* 左カラム */

#left_col {
	width: 210px;
	margin-top:15px;
	margin-bottom:15px;
	float:left;
}

/* サイドメニュー */

ul.side_menu li{
	list-style-type:none;
	text-align:left;
	background-image:url(img-common/menu_back_a.gif);
	background-position:left top;
	background-repeat:no-repeat;
	border-bottom:1px solid #ffffff;
	font-size:80%;
}

ul.side_menu li.select{
	list-style-type:none;
	text-align:left;
	background-image:url(img-common/menu_back_b.gif);
	background-position:left top;
	background-repeat:no-repeat;
	border-bottom:1px solid #ffffff;
	font-size:80%;
}

ul.sub_menu {
	border-bottom:1px solid #ffffff;
}

ul.sub_menu li {
	list-style-type:none;
	text-align:left;
	background-image:url(img-common/menu_back_c.gif);
	background-position:10px top;
	background-repeat:no-repeat;
        padding-left:10px;
	font-size:80%;
}

ul.sub_menu li.select {
	list-style-type:none;
	text-align:left;
	background-image:url(img-common/menu_back_d.gif);
	background-position:10px top;
	background-repeat:no-repeat;
        padding-left:10px;
	font-size:80%;
}

.side_menu a:link , .side_menu a:visited {
	padding:6px 10px 6px 35px;
	text-decoration:none;
	color:black;
	display:block;
}

.sub_menu a:link , .sub_menu a:visited {
	padding:6px 10px 6px 35px;
	text-decoration:none;
	color:black;
	display:block;
}

.side_menu a:hover {
	color:red;
	display:block;
	background-image:url(img-common/menu_back_b.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

.sub_menu a:hover {
	color:red;
	display:block;
	background-image:url(img-common/menu_back_d.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

/* サイド課別メニュー */

#left_guide {
	margin-top:10px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	font-size:80%;
	text-align:left;
	line-height:200%;
	border:1px solid #dddddd;
}

.guide_section {
	display:block;
	background-image:url(img-common/guide_back_b.gif);
	background-position:left center;
	background-repeat:no-repeat;
}

.guide_section span {
	font-weight:bold;
}

.guide_section a:link , .guide_section a:visited {
	padding-left:30px;
	text-decoration:none;
	color:black;
	display:block;
}

.guide_section a:hover {
	color:black;
	display:block;
	background-image:url(img-common/guide_back_a.gif);
	background-position:left center;
	background-repeat:no-repeat;
}

/* サイド関連リンク */

#left_link {
	margin-top:5px;
	text-align:center;
}

#left_link img {
	margin-top:5px;
}

/* 右カラム */

#right_col {
	width: 580px;
	margin-top:15px;
	margin-left:10px;
	margin-bottom:15px;
	float:left;
}

/* トップ写真 */

#top_photo {

}

/* トピックス */

#topics_top {
	width:556px;
	height:15px;
	margin-top:10px;
	padding-left:10px;
	padding-right:5px;
	padding-top:8px;
	padding-bottom:8px;
	font-size:80%;
	text-align:left;
	font-weight:bold;
	border-left:8px solid #009999;
	border-top:1px solid #dddddd;
	border-right:1px solid #dddddd;
	background-image:url(img-common/topics_top_back.jpg);
	background-position:center bottom;
	background-repeat:repeat-x;
}

#topics_top span {
	float:left;
}

#topics_top a:link , #topics_top a:visited {
	font-weight:normal;
	float:right;
	text-decoration:none;
	color:black;
}

#topics_top a:hover {
	text-decoration: underline;
	color:red;
}

ul.top_list{
	list-style-type:none;
        margin-left:-10px;
}

ul.top_list a {
	display:block;
}

ul.top_list a:link , ul.top_list a:visited {
	text-decoration:none;
	color:black;
}

ul.top_list a:hover {
	text-decoration: underline;
	color:red;
}

/* イベント情報 */

#event_top {
	width:556px;
        height:15px;
	margin-top:10px;
	padding-left:10px;
	padding-right:5px;
	padding-top:8px;
	padding-bottom:8px;
	font-size:80%;
	text-align:left;
	font-weight:bold;
	border-left:8px solid #f98cb6;
	border-top:1px solid #dddddd;
	border-right:1px solid #dddddd;
	background-image:url(img-common/event_top_back.jpg);
	background-position:center bottom;
	background-repeat:repeat-x;
}

#event_top span {
	float:left;
}

#event_top a:link , #event_top a:visited {
	font-weight:normal;
	float:right;
	text-decoration:none;
	color:black;
}

#event_top a:hover {
	text-decoration: underline;
	color:red;
}

ul.top_list img{
        vertical-align: middle;
}

/* ご利用案内 */

#guide_top {
	width:561px;
        height:15px;
	margin-top:10px;
	padding-left:10px;
	padding-top:8px;
	padding-bottom:8px;
	font-size:80%;
	text-align:left;
	font-weight:bold;
	border-left:8px solid #ff7f00;
	border-top:1px solid #dddddd;
	border-right:1px solid #dddddd;
	background-image:url(img-common/guide_top_back.jpg);
	background-position:center bottom;
	background-repeat:repeat-x;

}

/* 各段フレーム */

.top_right_frame {
	width:578px;
	padding-top:8px;
	text-align:left;
	border-left:1px solid #dddddd;
	border-right:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
}

/* 関連リンク */

#right_link {
	margin-top:10px;
}

#right_link li{
	list-style-type:none;
	margin:3px 6px 3px 6px;
	float:left;
}

/*  */

#right_col h1 {
        padding:15px 0 15px 15px;
        text-align:left;
        font-size:120%;
	background-image:url(img-common/h1.gif);
	background-position:right center;
	background-repeat:no-repeat;
        margin-bottom:15px;
        color:#330099;
}

#right_col h2 {
        padding:15px 0 15px 15px;
        text-align:left;
        font-size:100%;
	background-image:url(img-common/h2.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
        margin-bottom:10px;
        color:#330099;
}

#right_col h3 {
        padding:10px 0 10px 15px;
        text-align:left;
        font-size:80%;
        color:#330099;
}

#right_col p {
        text-align:left;
        font-size:80%;
        line-height:180%;
        padding-left:15px;
        margin-bottom:10px;
}

#right_col table {
        font-size:small;
        margin-left:15px;
        margin-bottom:10px;
}

#right_col td {
        line-height:1.5em;
        margin:0;
        padding:5px;
}

#right_col ul {
        text-align:left;
        font-size:80%;
        line-height:180%;
        padding-left:15px;
        margin-bottom:10px;
}

#right_col ol {
        text-align:left;
        font-size:80%;
        line-height:180%;
        padding-left:15px;
        margin-bottom:10px;
}

#right_col li {
        margin-left:15px;
}

/* フッター */

#footer {
	padding:5px 0 5px 0;
	text-align:center;
	font-size:80%;
	line-height:150%;
	width:800px;
	border-top:2px solid #99CCFF;
}

#footer a:link , #footer a:visited {
	text-decoration:none;
	color:black;
}

#footer a:hover {
	text-decoration: underline;
	color:red;
}

.red {
	color:red;
}

