/* トップページ */

/* 属性無効 */
*{
	margin:0;
	padding:0;
}

/* リンク */
/*#body a {
	text-decoration: none;
}*/
a:link {
	color: #FFFFFF;
	text-decoration: none;
} 
a:visited {
	color: #CCCCCC;
	text-decoration: none;
} 
a:hover {
	color: #FB2241;
	text-decoration: underline;
} 
a:active {
	color: #FB2241;
	text-decoration: underline;
}

/* フォント */
h1,h2,h3,h4,h5 {
	padding:0;
	margin:0;
	font-weight:normal;
	font-size:12px;
}
.font_10px{
	font-size:10px;
}
.font_12px{
	font-size:12px;
}
.font_14px{
	font-size:14px;
}
.font_16px{
	font-size:16px;
}
.font_18px{
	font-size:18px;
}
.font_red {color: #FB2241}

.no_display{
	display: none;
}

/* 画像 */
img {
	border:none;
}

/* フォーム */
textarea {
	border: 1px solid #D5D5D5;
}

/* レイアウト */
body {
	width : 100%;
	color:#FFFFFF;
	font-size:12px;
	line-height:150%;
	margin: 0px 0px 0px 5px;
	background-color: #000000;
}
.head_border{
	background-image: url(../images/head_border.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 13px;
	width: 800px;
}

#body {
	width:800px;
	background-color: #000000;
}

#body_index {
	width:800px;
	background-color: #000000;
	background-image: url(../images/bg_index.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#header_index{
	width: 800px;
	float: left;
	margin-top: 10px;
}

#header_index h1{
	display: none;
}

#header{
	width: 800px;
	float: left;
	background-color: #000000;
	height: 120px;
}

#header h1{
	display: none;
}

/*#navigation {
	width : 800px;
	background-color: #022E9B;
	clear: both;
}*/

#main {
	text-align: left;
	width: 800px;
	background-color: #000000;
	display: block;
	float: left;
}
#contents {
	margin: 0;
	text-align: left;
	float: left;
	width: 620px;
	background-color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#left {
	float:left;
	width:170px;
	text-align: center;
	color: #FFFFFF;
}


#side_menu {
	float:right;
	width:170px;
	font-size: 12px;
	margin: 0px;
	background-color: #000000;
	padding-bottom: 20px;
	padding-right: 0px;
	background-image: url(../images/bg_left.gif);
	background-repeat: repeat;
}

#center {
	margin:0 0px 10px 175px;
	padding-left: 0px;
	text-align: center;
}

#footer_box{
	width: 800px;
}

#footer {
	width : 800px;
	clear : both;
	text-align: center;
	font-size: 11px;
	padding-top: 5px;
	background-color: #666666;
	padding-bottom: 5px;
	color: #FFFFFF;
}


#footer a:link{
	color: #FFFFFF;
}

#footer a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:visited {
	color: #FFFFFF;
}


.copyright {
	text-align: right;
	padding: 10px 5px 0px;
	color: #000000;
	width: 790px;
	height: 20px;
	background-color: #CCCCCC;
}

.copyright a {
	color: #000000;
	text-decoration: none;
}


.foot_bar{
	background-image: url(../images/bg_foot.gif);
	background-repeat: repeat-x;
	height: 9px;
	width: 800px;
}

.cate_low_class{
	width: 800px;
	background-color: #000000;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}

.cate_low_class a{
	margin-right: 3px;
	margin-left: 2px;
}


.clear {
	clear: both;
}

/* バナー */
.banner {
	margin-bottom: 10px;
}

/* トップメニュー */
/* 
.topmenu {
	margin: 0;
	padding :0;
	list-style-type : none;
	width:100%;
	font-size:12px;
}
.topmenu li{
	display : inline;
	padding :0;
	margin:0px;
	float: left;
}
.topmenu #menu01 a {
	text-align: center;
	padding:5px 0px 0px;
	display:block;
	height: 22px;
	color: #FFFFFF;
	width: 80px;
	background-image: url(../images/topmenu_bg.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-decoration: none;
}
.topmenu #menu01 a:hover{
	background-image: url(../images/topmenu_bg_on.jpg);
	background-repeat: repeat-x;
}
.topmenu #menu02 a {
	text-align: center;
	padding:5px 0px 0px;
	display:block;
	height: 22px;
	color: #FFFFFF;
	width: 215px;
	background-image: url(../images/topmenu_bg.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	text-decoration: none;
}
.topmenu #menu02 a:hover{
	background-image: url(../images/topmenu_bg_on.jpg);
	background-repeat: repeat-x;
}
.topmenu #menu03 a {
	text-align: center;
	padding:5px 0px 0px;
	display:block;
	height: 22px;
	color: #FFFFFF;
	width: 220px;
	background-image: url(../images/topmenu_bg.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	text-decoration: none;
}
.topmenu #menu03 a:hover{
	background-image: url(../images/topmenu_bg_on.jpg);
	background-repeat: repeat-x;
}
.topmenu #menu04 a {
	text-align: center;
	padding:5px 0px 0px;
	display:block;
	height: 22px;
	color: #FFFFFF;
	width: 97px;
	background-image: url(../images/topmenu_bg.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	text-decoration: none;
}
.topmenu #menu04 a:hover{
	background-image: url(../images/topmenu_bg_on.jpg);
	background-repeat: repeat-x;
}
.topmenu #menu05 a {
	text-align: center;
	padding:5px 0px 0px;
	display:block;
	height: 22px;
	color: #FFFFFF;
	width: 80px;
	background-image: url(../images/topmenu_bg.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	text-decoration: none;
}
.topmenu #menu05 a:hover{
	background-image: url(../images/topmenu_bg_on.jpg);
	background-repeat: repeat-x;
}
.topmenu #menu06 a {
	text-align: center;
	padding:5px 0px 0px;
	display:block;
	height: 22px;
	color: #FFFFFF;
	width: 101px;
	background-image: url(../images/topmenu_bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #CCCCCC;
	text-decoration: none;
}
.topmenu #menu06 a:hover{
	background-image: url(../images/topmenu_bg_on.jpg);
	background-repeat: repeat-x;
}

*/

/* サイドメニュー */
/* メニュー */
#right_menu_block{
	background-color: #FFFFFF;
}

#side_menu_tit{
	text-align: left;
	text-indent: 30px;
	vertical-align: middle;
	height: 33px;
	width: 170px;
	background-image: url(../images/img_side_tit.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 6px;
	font-size: 14px;
	font-weight: bold;
}

#side_menu_list{
	width: 160px;
	padding-left: 10px;
}



.sidemenu {
	margin: 0;
	padding :0;
	list-style-type : none;
}
.sidemenu ul{
	padding :0;
	margin:0;
}
.menu a{
	background-image: url(../images/list_mark.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 150px;
	padding-top: 4px;
	font-size: 13px;
	font-weight: bold;
	padding-left: 10px;
	text-decoration: none;
	color: #FFFFFF;
	margin-bottom: 8px;
	height: 21px;
}

.menu a:hover{
	background-image: url(../images/list_mark2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 150px;
	padding-top: 4px;
	font-size: 13px;
	font-weight: bold;
	padding-left: 10px;
	text-decoration: none;
	color: #CCCCCC;
	margin-bottom: 8px;
	height: 21px;
}


.menu2 a{
	display: block;
	width: 134px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-top: 4px;
	font-size: 13px;
	font-weight: bold;
	padding-left: 6px;
	text-decoration: none;
	color: #FFFFFF;
	margin-bottom: 8px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #000000;
	margin-left: 16px;
}


.menu2 a:hover{
	display: block;
	width: 134px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-top: 4px;
	font-size: 13px;
	font-weight: bold;
	padding-left: 6px;
	text-decoration: none;
	color: #FFFFFF;
	margin-bottom: 8px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #000000;
	margin-left: 16px;
}




/*.sidemenu .b_ttl  {
	text-align: left;
	display:block;
	height: 25px;
	color: #666666;
	width: 165px;
	background-image: url(../images/side_ttl_blue.jpg);
	background-repeat: no-repeat;
	font-size: 14px;
	padding: 5px 0px 0px 5px;
}
.sidemenu .b_menu a {
	text-align: left;
	display:block;
	height: 25px;
	width: 150px;
	background-image: url(../images/side_ttl_blue_sub.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 20px;
	text-decoration: none;
}
*/

/* PR */
#side_menu .pr  {
	text-align: left;
	height: 25px;
	color: #FFFFFF;
	width: 160px;
	background-image: url(../images/side_ttl_pr.jpg);
	background-repeat: no-repeat;
	font-size: 14px;
	padding: 5px 0px 0px 10px;
}
.pr_frame p {
	margin-bottom: 10px;
}
.pr_frame {
	width: 140px;
	margin-top: 0px;
	padding: 5px;
	border: 1px solid #000000;
	background-color: #000000;
}
