@charset "utf-8";
/* -------------------------------------------------------
	 hender 
	 ------------------------------------------------------- */


.headconts {
	height:126px;
	background:url(../img/gnavi_bg.gif) 50% 100% no-repeat;
}
#header {
	position:relative;
	width:900px;
	margin:0 auto;
}
h1 {
	position:absolute;
	top:18px;
	left:23px;
	z-index:2;
}
h1 a {
	display:block;
	height:34px;
	width:235px;
	background-image:url(../img/logo.jpg);
}
#head_support {
	position:absolute;
	right:0px;
	top: 22px;
}
/* sitemap */
#sitemap {
	margin:5px 10px 0 0;
	float:right;
}
/* fontsize */
#fontsize {
	float:right;
	background:url(../img/head_sep.gif) 2px 5px no-repeat;
	padding:0 0 0 10px;
}
#fontsize li {
	float:left;
	margin:5px 2px 0 2px;
	font-size:1px;
}
#fontsize li a {
	display:block;
	background-image:url(../img/btn_fontsize.gif);
	height:22px;
	width:22px;
}
/* selected */
a#selected.small {
	background-position:0px -23px;
}
a#selected.medium {
	background-position:-25px -23px;
}
a#selected.large {
	background-position:-50px -23px;
}
#selected2 a.small {
	background-position:0px -23px;
}
#selected2 a.medium {
	background-position:-25px -23px;
}
#selected2 a.large {
	background-position:-50px -23px;
}
/* hover */
a.small:hover {
	background-position:0px -23px;
}
a.medium:hover {
	background-position:-25px -23px;
}
a.large:hover {
	background-position:-50px -23px;
}
a.small {
	background-position:0px 0px;
}
a.medium {
	background-position:-25px 0px;
}
a.large {
	background-position:-50px 0px;
}
/* search */



#search {
	float:right;
	background:url(../img/head_sep.gif) 12px 5px no-repeat;
	padding:4px 0 0 30px;
}
#searchbtn {
	height:22px;
	width:43px;
}
/* global navigation */



#global_nav {
	position:absolute;
	top:50px;
	margin:0 0 0 -1px;
	height:76px;
	background:url(../img/gnavi_bg2.gif) 50% 0% no-repeat;
}
#global_nav li {
	position:relative;
	float:left;
}
/* -------------------------------------------------------
	  footer
	 ------------------------------------------------------- */
#foot_bg {
	background:url(../img/foot_bg.jpg) 50% 100% no-repeat;
	clear:both;
	height:245px;
}
#footer {
	position:relative;
	width:900px;
	margin:0 auto;
	text-align:center;
}
#footer_nav {
	width:516px;
	margin:0 auto;
	padding-top:55px;
}
#footer_nav li {
	float:left;
	background:url(../img/separator.gif) 5px 0px no-repeat;
}
#footer_nav li.hide {
	background-position:9999px 9999px;
}
#footer_nav li a {
	margin:5px 3px 0 13px;
}
#footer_sep {
	clear:both;
	padding-top:11px;
}
#footer_logo {
	padding-top:15px;
}
#copy {
	padding-top:65px;
}
/* ----------------------
	etc
	----------------------*/
body {
	font-family:"Meiryo", "MS P Gothic", "Osaka", Verdana, Arial, Helvetica, sans-serif;
	line-height:150%;
	color:#333;
	font-size:75%;
}
th {
	color:#3e7e17;
	vertical-align:middle;
	text-align:left;
}
td {
	vertical-align:middle;
}
a {
	text-decoration:none;
	color:#3388ff;
	cursor:pointer;
}
a:hover {
	text-decoration:underline;
	color:#006600;
}
a img.alph {
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	zoom:1;/* IE で filter を使うときには zoom:1; を指定する */
}
a:hover img.alph {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	zoom:1;/* IE で filter を使うときには zoom:1; を指定する */
}
#scroll_nav li a {
	display: inline-block;
}
/* banner */
#banner_wrapper {
	margin:10px 0 0 0;
}
#banner_wrapper .top {
	height:13px;
	background:url(../img/bannerwrap_top.gif) 0 0 no-repeat;
	font-size:0px;/* IE6ホワイトスペースバグ回避 */
}
#banner_wrapper .middle {
	width:240px;
	height:auto;
	background:url(../img/bannerwrap_middle.gif) repeat-y;
	font-size:0px;/* IE6ホワイトスペースバグ回避 */
	padding:8px 0 8px 0px;
	_padding:8px 0 5px 0px; /* cssハック IE6だけ反映 (個人的には非推奨) */
}

#banner_wrapper .middle ul{
	text-align:center;
}

#banner_wrapper .middle li {
	line-height: 5px;
	margin:0 0 5px 0;
}
#banner_wrapper .middle li.last {
	margin:0;
}

#banner_wrapper .middle li a{
	display:inline-block;
}
#banner_wrapper .bottom {
	height:13px;
	background:url(../img/bannerwrap_bottom.gif) 0 100% no-repeat;
	font-size:0px;/* IE6ホワイトスペースバグ回避 */
}
/* icons */
.icon_nousei {
	background:url(../img/tabs_icon_nousei.gif) 50% 50% no-repeat;
	width:36px;
	height:16px;
	margin:0 0 0 5px;
}
.icon_event {
	background:url(../img/tabs_icon_event.gif) 50% 50% no-repeat;
	width:36px;
	height:16px;
	margin:0 0 0 5px;
}
.icon_einou {
	background:url(../img/tabs_icon_einou.gif) 50% 50% no-repeat;
	width:36px;
	height:16px;
	margin:0 0 0 5px;
}
.icon_youth {
	background:url(../img/tabs_icon_youth.gif) 50% 50% no-repeat;
	width:36px;
	height:16px;
	margin:0 0 0 5px;
}
.icon_female {
	background:url(../img/tabs_icon_female.gif) 50% 50% no-repeat;
	width:36px;
	height:16px;
	margin:0 0 0 5px;
}
.icon_topic {
	background:url(../img/tabs_icon_topic.gif) 50% 50% no-repeat;
	width:36px;
	height:16px;
	margin:0 0 0 5px;
}
.icon_imp {
	background:url(../img/tabs_icon_imp.gif) 50% 50% no-repeat;
	width:36px;
	height:16px;
	margin:0 0 0 5px;
}

.icon_youth_female{
	background:url(../img/tabs_icon_youth_female.gif) 50% 50% no-repeat;
	width:36px;
	height:16px;
	margin:0 0 0 5px;
}

.text_center {
	text-align:center;
}
.storemap_table {
	width:588px;
	margin:0.5em 0 0.5em 0;
	border:1px solid #d6d4c5;
	border-collapse:collapse;
	border-spacing:0;
}
#contents .storemap_table thead th {
	background:#f1fed6;
	color:#7aa125;
	text-align:center;
}
#contents .storemap_table th {
	border:1px solid #d6d4c5;
	text-align:center;
	padding:0.5ex 1ex;
	background:#F1FED6;
	color:#3E7E17;
	white-space:nowrap;
}
.storemap_table td {
	border:1px solid #d6d4c5;
	padding:0.5ex 1ex;
	background:#F8FEF8;
	color:#333333;
}
.storemap_table td.pic {
	width:260px;
	text-align:center;
	vertical-align:middle;
	padding:4px;
}
#contents .storemap_table.ex th {
	background:#F8FEF8;
	text-align:left;
	border:1px solid #E2EFE2;
}
#contents .storemap_table.ex thead th {
	background:url(../../about/img/table_bg.gif) top left no-repeat;
	text-align:center;
	height:20px;
	_padding:4px;
}
#contents .storemap_table.ex td {
	background:#FFFFFF;
	border:1px solid #E2EFE2;
}

.storemap_table02 {
	width:280px;
	margin:0.5em 0 0.5em 0;
	border:1px solid #d6d4c5;
	border-collapse:collapse;
	border-spacing:0;
}
#contents .storemap_table02 thead th {
	background:#f1fed6;
	color:#7aa125;
	text-align:center;
}
#contents .storemap_table02 th {
	border:1px solid #d6d4c5;
	text-align:center;
	padding:0.5ex 1ex;
	background:#F1FED6;
	color:#3E7E17;
	white-space:nowrap;
}
.storemap_table02 td {
	border:1px solid #d6d4c5;
	padding:0.5ex 1ex;
	background:#F8FEF8;
	color:#333333;
}

.topicbox {
	margin:10px 0;
	border:2px solid #edc2a3;
	padding:1ex 1em;
	background:#fffbfa;
	color:#8e4d1f;
}
.topicbox_green {
	margin:10px 0;
	border:2px solid #70AF6D;
	padding:1ex 1em;
	background:#F1FEED;
	color:#003300;
}
.align_right {
	text-align:right;
}
.breadcrumb {
	margin:0 0 10px 0;
	font-size:0.8em;
	color:#888888;
	border-bottom: dotted 1px #CCCCCC;
}
.breadcrumb li {
	display:inline;
	margin:0 5px 0 0;
}
.pagetop {
	position:relative;
	margin:15px 0 0 0;
	width:146px;
	height:26px;
	left:444px;
}
.sheet {
	padding:20px;
	border:1px solid #666;
}
.list_all {
	text-align:right;
}
.btn_info {
	margin:5px 0 15px 0;
}
.btn_info a {
	display:inline-block;
}
table#scroll_nav {
	width:100%;
	padding-top:20px;
	margin-top:20px
}
table#scroll_nav tr td {
	padding-top:5px;
	width:196px;
}
table#scroll_nav tr td a {
	background: url(../img/pagelink_arrow.gif) 0 50% no-repeat;
	padding:5px 0 5px 18px;
}
table tr td.number, table tr td.ques, table tr td.btnans {
	padding:8px 0;
}
.caution {
	color:#FF0000;
}

.accent{
	color:#FF0000;
	font-size:1.1em;
}


#contents_wrapper #contents .none, #contents_wrapper #contents .none td{
	border:0px solid #ffffff;
}

table.noborder{
	border:none;
}

table.noborder th,
table.noborder td{
	border:none;
	text-align:left;
	vertical-align:top;
}
