﻿/**基本スタイル**/
html {
	overflow-x: hidden;
	overflow: scroll;
	overflow: -moz-scrollbars-vertical;
}
body,tr,td {
	font-size : 13px;
	font-family: 'メイリオ', 'MS UI Gothic';
	color: #000000;
	line-height: 1.2;
}
select,input {
	font-size : 13px;
	font-family: 'MS UI Gothic';
	color: #000000;
}

body {
	background-position: 50%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url('../images/all_bg_m.gif');
	background-repeat: repeat;
}

form {
	margin:3px 0 5px 0;
}

h1, h2, h3 {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}

h1{
	margin-left:8px;
	font-weight:normal;
}

img{
	vertical-align:bottom;
	border:none;
}

/*テキストエリアのデザイン*/
textarea{ font-size : 13px; }

/*リンクのデザイン*/
a:link {
	font-size: 13px;
	color: #000000;
	text-decoration : none;
}
a:visited {
	font-size: 13px;
	color: #000000;
	text-decoration : none;
}
a:active {font-size: 13px; color:#333333;text-decoration : none;}
a:hover {
	font-size: 13px;
	color: #FF0000;
	text-decoration: underline;
}

/****ヘッダー部分とメニュー部分など全体的なレイアウト****/
/*** 幅910 左メニュ幅190 右メイン幅700 ****/
#m_menu {
	padding: 0px;
	height: 49px;
	margin: 0px auto 0px auto;
	width: 930px;
	overflow: hidden;
}
#m_menu ul {
	margin: 0px;
	padding: 0px;
	height: 49px;
	overflow: hidden;
}
#m_menu li {
	display: inline;
	list-style-type: none;
	height: 49px;
	overflow: hidden;
}
#m_menu li a {
	height: 49px;
	display: block;
	float: left;
	text-indent: -9877em;
	overflow: hidden;
}
#m_menu li#m_menu01 a {
	background: url('../images/head_menu.gif') no-repeat 0px 0px;
	width: 186px;
}
#m_menu li#m_menu02 a {
	background: url('../images/head_menu.gif') no-repeat -186px 0px;
	width: 186px;
}
#m_menu li#m_menu03 a {
	background: url('../images/head_menu.gif') no-repeat -372px 0px;
	width: 186px;
}
#m_menu li#m_menu04 a {
	background: url('../images/head_menu.gif') no-repeat -558px 0px;
	width: 186px;
}
#m_menu li#m_menu05 a {
	background: url('../images/head_menu.gif') no-repeat -744px 0px;
	width: 186px;
}
#m_menu li#m_menu01 a:hover {
	background:url('../images/head_menu.gif') no-repeat 0px -49px;
}
#m_menu li#m_menu02 a:hover {
	background:url('../images/head_menu.gif') no-repeat -186px -49px;
}
#m_menu li#m_menu03 a:hover {
	background:url('../images/head_menu.gif') no-repeat -372px -49px;
}
#m_menu li#m_menu04 a:hover {
	background:url('../images/head_menu.gif') no-repeat -558px -49px;
}
#m_menu li#m_menu05 a:hover {
	background:url('../images/head_menu.gif') no-repeat -744px -49px;
}

#whole_container{
	width: 910px;
	background-color: #ffffff;
	margin: 0px auto 0 auto;
	padding: 0px;
}
#siteHead{
	width: 910px;
	height: 90px;
	background: #ffffff url(../images/top-bg.gif) no-repeat;
	margin: 0px auto 4px auto;
	padding: 0px;
	text-align: left;
}
#siteHead h1{
	padding: 2px 0px 0px 0px;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	width: 895px;
	text-align: center;
	height: 15px;
}

#siteHead strong{
	font-weight:normal;
}

#topLogo{
	padding: 0px;
	float: left;
	margin-top: 15px;
	overflow: hidden;
}
#topLogo a{
	display: block;
	text-indent: -9999px;
	width: 330px;
	height: 53px;
}

#siteHead td{
	background-color: #ffffff;
}

#siteHead a{
	color:#555555;
}

#member_table {
	padding: 0px;
	margin: 0px auto 8px auto;
	width: 910px;
	height: 32px;
}
#member_table table{
	padding: 0px;
	margin: 0px;
	color: 333333;
	background-image: url('../images/kaiin_bg.gif');
	width: 910px;
	height: 32px;
	background-repeat: no-repeat;
}
#member_table td{
	padding: 0px 10px 0px 10px;
	color: #333333;
	height: 32px;
}
#member_table a{
	color: #333333;
}

#container{
	width: 910px;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	text-align:left;
}

#container hr{
	clear: both;
	width: 98%;
	color: #dddddd;
	height:1px;
	border-width:1px 0 0 0;
	margin: 0;
}

#menu{
	width: 190px;
	margin: 5px 0 0px 0;
	padding: 0px;
	background-image: url('../images/l_sidemenu_mid_bg.gif');
	background-repeat: repeat-y;
}

#content{
	float: right;
	width: 713px;
	margin: 0px;
	padding: 0;
}

/*Star Html Hack*/
* html #menu{width: 190px;}
*:first-child+html #menu{width: 190px;}
* html #content{margin-top: 12px;}
*:first-child+html #content{margin-top: 12px;}
/*Star Html Hack*/

#footerLink {
	clear: both;
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	font-size: 90%;
	color: #555555;
	text-align:center;
	padding: 7px 0 7px 0;
	margin: 0;
}

#footerLink a{
	font-size: 90%;
	color: #555555;
}

/*********** #kensaku styles ***********/
#footer {
	clear: both;
	font-size: 90%;
	color: #555555;
	text-align: center;
	padding: 8px 0 0px 0;
	margin: 0;
	background-image: url('../images/footer-bg.gif');
	background-repeat: no-repeat;
	width: 910px;
	height: 30px;
}

.menu_kensaku{
	margin-top: 3px;
	padding: 5px 10px 3px 8px;
	background-color: #eeeeee;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.top_kensaku{
	width: 160px;
	margin: 15px 0 0 737px;
	padding: 2px 0 1px 10px;
}

/*********** #menu styles ***********/

#menu ul a:link, 
#menu ul a:visited {
	display: block;
	text-decoration: none;
	margin-left: 0px;
}
#menu ul {list-style: none; margin: 0; padding: 0;}
#menu li {
	background: 8px 5px;
	margin-top: 3px;
	padding-bottom: 2px;
}
#menu li.main {
	background-color: #FDD6D5;
	margin-top: 10px;
}

#menu img{
	width: 168px;
}

.menuLinks{
	margin: 0px;
	padding: 0px;
}
.menuLinks iframe{
	margin: 3px 0px 0px 8px;
}
.menuLinks h2{
	color : #444444;
	padding: 7px 0px 0px 0px;
	background-image: url('../images/l_sidemenu_head_bg.gif');
	background-repeat: no-repeat;
	height: 27px;
	width: 190px;
	text-align: center;
}

.menuLinks h3{
	margin-top: 3px;
	color :#555555;
	background-color: #eeeeee;
	padding: 5px 0px 4px 8px;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}
.menuLinks p {
	margin: 0px;
	padding: 0px 7px 0px 7px;
}

.menuLinks a:link{
	padding: 3px 0px 2px 8px;
	margin: 1px 2px 2px 8px;
}

.menuLinks a:visited{
	padding: 3px 0px 2px 8px;
	margin: 1px 2px 2px 8px;
}

.menuLinks a:hover{
	color: #CC0000;
	background: #FFECEC url(../images/link2.gif) no-repeat 8px 5px;
	padding: 3px 0px 2px 16px;
	margin: 1px 2px 2px 1px;
}
.menu_top {
	background-position: bottom;
	margin: 0px;
	padding: 0px;
	background-image: url('../images/l_sidemenu_top_bg.gif');
	background-repeat: no-repeat;
	width: 190px;
	height: 6px;
	background-color: #FFFFFF;
}
.menu_foot {
	margin: 0px;
	padding: 0px;
	background-image: url('../images/l_sidemenu_foot_bg.gif');
	background-repeat: no-repeat;
	width: 190px;
	height: 6px;
	background-color: #FFFFFF;
}

/*********** .imageLinks styles ***********/

.imageLinks{
	margin: 0px;
	padding: 8px;
}

.imageLinks h3{
	background-color: #cccccc;
	padding: 2px 0px 2px 8px;
}

#side_bana_box {
	width: 190px;
	margin: 5 0 5 0;
	padding: 0px;
}
#side_bana_box ul {
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	width: 100%;
}
#side_bana_box li {
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	width: 190px;
}
#side_bana_box li a {
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	width: 190px;
	height: 76px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
}
#side_bana_box li#original {
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	width: 190px;
	background-image: url('../images/bana_original.gif');
	height: 76px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
}
#side_bana_box li#teiki {
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	width: 190px;
	background-image: url('../images/bana_teiki.gif');
	height: 76px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
}
#cate_list_area {
	margin: 0px auto 0px auto;
	width: 600px;
}
.cate_listbox {
	padding: 0px;
	margin: 0px 20px 0px 20px;
	width: 250px;
	text-align: left;
}
.cate_listbox#left {
	float: left;
}
.cate_listbox#right {
	float: right;
}
.cate_listbox ul {
	margin: 0px;
	padding: 0px;
	width: 250px;
}
.cate_listbox li {
	list-style-type: none;
}
.cate_listbox li.main {
	margin: 10px 0px 5px 0px;
	width: 250px;
	font-weight: bold;
}
.cate_listbox li.main a {
	padding: 5px 0px 5px 10px;
	border-style: solid;
	border-width: 1px 1px 1px 5px;
	border-color: #CCCCCC;
	margin: 0px;
	width: 235px;
	background-image: url('../images/all_bg.gif');
	display: block;
	text-decoration: none;
	color: #000000;
}
.cate_listbox li.main a:hover {
	color: #FF0000;
	text-decoration: none;
}
.cate_listbox li.sub a {
	margin: 7px 0px 7px 16px;
	padding: 0px 0px 0px 7px;
	background-position: 0px 4px;
	width: 227px;
	display: block;
	text-decoration: none;
	background-image: url('../images/listm.gif');
	background-repeat: no-repeat;
}
.cate_listbox li.sub a:hover {
	background-color: #FFCCCC;
	text-decoration: none;
	color: #FF0000;
}
