@charset "utf-8";
/*---------------------------
http://s-scent.com
- Theme name:  MF style
- Modified by: Studio Scent
- Last modify: 2010.03.07
- Licence: MIT Licence
---------------------------*/

/*-------------------------

  Elements

---------------------------*/

/* FontSizeSetting */
body, h1, h2, h3, h4, h5, h6, p, pre, button, caption, input, option, select, textarea, dl, ol, ul, table, tr, td, th, form, blockquote, dd, dt, address {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	line-height: 170%;
}
/* Basic */

body {
	margin: 0px;
	padding: 0px;
	background:#999999;
}
img {
	border: none;
	vertical-align: bottom;
}
.img_L {
	margin-right: 1em!important;
	float: left;
}

.img_R {
	margin-left: 1em!important;
	float: right;
}

p {
	margin:0 0 1em 0;
	padding:0;
	line-height:1.5ems;
}

blockquote {
	margin: 1em 0 1em 0;
	padding: 15px;
	border: 1px solid #ddd;
	color: #444;
}
hr {
	margin: 0px;
	padding: 0px;
	visibility: hidden;
	line-height: 0px;
}
.clear {
	clear: both;
	line-height: 0px;
	margin: 20px;
	padding: 0px;
}
/* Link */

a {
    outline: none;
 }


A:link {
	text-decoration:none;
	color: #61034B;
	font-weight:bold;
}
A:visited {
	text-decoration:none;
	color: #61034B;
	font-weight:bold;
}
A:hover {
	text-decoration:underline;
	color: #61034B;
	font-weight:bold;
}

h1{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom:1em;
	padding: 15px 30px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	line-height: 1.5;
	font-size: 1.5em;
	color: #333;
	background-color: #ddd;
}


h2 {
    margin: 1.2em 0 1.2em 0;
	padding: 0.2em 1em;
	font-size: 1.2em;
	border-left: 5px solid #F4CD20;
	border-bottom: 1px dotted #ccc;
}

h3 {
	margin: 1.2em 0 1.2em 0;
	padding: 0.2em 1em;
	border-bottom: 4px solid #ddd;
	font-size: 1.3em;
	color: #364C55;
}
h4 {
	margin: 1.2em 0 1.2em 0;
	padding: 0.2em 1em;
	font-size: 1.2em;
}
h5 {
	margin: 1.2em 0 1.2em 0;
	padding: 0.2em 1em;
	font-size: 1.1em;
}

/* レイアウト */

#wrapper {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
}
#stage {
	width: 900px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
}
/* head */
#header {
	background-image: url(img/image1.png);
	background-repeat: no-repeat;
	height: 130px;
	width: 900px;
}
/* logo */

#head_logo {
	float: left;
	height: 130px;
	width: 208px;
}
#head_logo A {
	height: 130px;
	width: 208px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}
/* head_menu */

#head_menu {
	background-color: #364C55;
	line-height: 1;
	width:900px;
	height:30px;
	border-top:solid 3px #BF9D74;
	border-bottom:solid 3px #eee;
}
#head_menu ul {
	list-style-type:none;
}
#head_menu ul li {
	font-size:14px;
	letter-spacing:1px;
	float:left;
	width:149px;
	height:30px;
	position:relative;
}
#head_menu ul li a {
	color:#ffffff;
	text-decoration:none;
	display:block;
	font:14px;
	width:149px;
	height:30px;
	line-height:30px;
	text-align:center;
}
#head_menu ul li a:hover {
	background-color: #460026;
	color:#F4CD20;
}
#head_menu ul li.off {
	overflow:hidden;
	color:#FFF;
	width:149px;
}
#head_menu ul li.off ol.sub {
	left:0px;
	top:-999px;
}
#head_menu ul ol.sub {
	position:absolute;
	left:0px;
	top:30px;
	width:149px;
	border:1px solid #eee;
	text-align:center;
	list-style-type:none;
	filter: Alpha(opacity=80); /* IE系 */
	opacity:0.8; /* Mozzila系 */
}
#head_menu ul li.on {
	width:149px;
}
#head_menu ul>li.on {
	overflow:visible;/*×*/
}
#head_menu ul ol.sub li {
	float:none;
	width:149px;
	height:30px;
	line-height:30px;
	text-align:center;
	float:none;
	filter:alpha(opacity=82); /*IE*/
	-moz-opacity:0.82; /*FF*/
}
#head_menu ul ol.sub li a {
	background-color:#FFFFFF;
	text-decoration:none;
	color:#000000;
	vertical-align:middle;
	font-size:12px;
	font-weight:bold;
	height:30px;
	line-height:30px;
	text-align:center;
}
#head_menu ul ol.sub li a:hover {
	background-color:#460026;
	color:#F4CD20;
}
.line {
	clear:left;
	margin:10px 0 0 0;
}
/* mainimg */
#main_img {
	margin:0;
}
/* footer */

#footer {
	clear: both;
	background-color: #364C55;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 15px;
}
#footer_left {
	width: 820px;
	float: left;
}
#footer_right {
	height: 20px;
	width: 39px;
	float: right;
}
#footer_right A {
	background-image: url(img/for_top.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 39px;
	display: block;
	overflow: hidden;
	float: right;
	text-indent: -9999px;
}
#footer_right A:hover {
	background-image: url(img/for_top2.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 39px;
	display: block;
	overflow: hidden;
	float: right;
	text-indent: -9999px;
}
#footer_01 {
	padding: 5px;
	color: #FFF;
}
#footer_01 A {
	color: #FFF;
}
#footer_01 A:hover {
	color: #F4CD20;
}
#footer_02 {
	color: #FFF;
	font-size: 90%;
}
#copyright {
	color: #eee;
	float: right;
}
/* content */
#contents {
	clear: both;
	margin-top: 10px;
}
#main {
	float: left;
	padding:5px 10px 5px 30px;
	width: 66%;
	display: inline; /* for IE6 */
}
#sub {
	margin:0px;
	padding:5px;
	float: right;
	clear: right;
	width: 240px;
	display: inline; /* for IE6 */
}

/* main customize
---------------*/
#main ul{
   margin:5px 0 0 0;
   padding:5px;
   list-style:inside url(img/disk.gif);  
}

#main li{
   margin:0 0 0 5px;
   padding-left:10px;
   border-bottom:1px solid #fff;
   line-height:1.6;
}


/* top_main customize
---------------*/
#top_main{
    float: left;
	padding:5px 5px 20px 20px;
	width: 95%;
	display: inline; /* for IE6 */
}

#top_main ul{
   margin:5px 0 0 0;
   padding:0;
   list-style:none;
}

#top_main li{
   margin:0 0 0 5px;
   padding-left:10px;
   border-bottom:1px solid #fff;
   line-height:1.5;
   background:url(img/bg_list.png) 0 50% no-repeat;
}
.top_box{
    width: 260px;
	margin:0 15px 20px 0;
	padding: 5px;
	float: left;
	display: -moz-inline-box; /*for Firefox 2*/
    display: inline-block; /*for modern*/
    /display: inline; /*for ie5～7*/
    /zoom: 1; /*for ie5～7*/
}
dl {
	padding: 0;
	border-left: 5px solid #ddd;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee!important;
	width: 100%;
}

dt {
	margin: 0;
	padding: 0.5em 0 0.1em 0.5em;
	border-top: 1px solid #eee;
	width: 13em;
	float: left;
	color: #333;
}

dd {
	margin: 0 0 0 12em;
	padding: 0.5em 1em;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	font:10px/1.5;
	color: #2D2D2D;
}
/* sub customize
---------------*/
#sub h2 {
   background:#3C3C3C;
   color:#fff;
   padding:2px 5px 0px 5px
}

#sub ul{
   margin:5px 0 0 0;
   padding:0;
   list-style:none;
}

#sub li{
   margin:0 0 0 5px;
   padding-left:10px;
   border-bottom:1px solid #fff;
   line-height:1.5;
   background:url(img/bg_list.png) 0 50% no-repeat;
}


/* sidemenu
---------------*/

#sideMenu {
	float: left;
}
/* sideMenu01 */
#sideMenu01 {
	width: 230px; /* 画像の幅 */
	text-indent: -9999px; /* textを飛ばす */
	outline: none; /* クリック時の枠線を消す */
	background-image: url(img/sidemenu001.png);
	background-repeat: no-repeat;
	border-bottom: none;
	height: 49px;
	overflow: hidden;
}
#sideMenu01 A {
	width: 230px;
	height: 49px;
	display: block;
	background-image: url(img/sidemenu001.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	outline: none;
}
#sideMenu01 A:hover {
	background-image: url(img/sidemenu001_1.png);
	background-repeat: no-repeat;
	text-indent: -9999;
	height: 49px;
	width: 230px;
	display: block;
}
/* sideMenu02 */


#sideMenu02 {
	background-image: url(img/sidemenu002.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 49px;
	width: 230px;
	margin-top:5px;
}
#sideMenu02 A {
	background-image: url(img/sidemenu002.png);
	background-repeat: no-repeat;
	text-indent: -9999;
	height: 49px;
	width: 230px;
	display: block;
	margin-top:5px;
	outline: none;
}
#sideMenu02 A:hover {
	background-image: url(img/sidemenu002_1.png);
	background-repeat: no-repeat;
	text-indent: -9999;
	height: 49px;
	width: 230px;
	display: block;
	margin-top:5px;
}
/* sideMenu03 */


#sideMenu03 {
	background-image: url(img/sidemenu003.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 49px;
	width: 230px;
	margin-top:5px;
}
#sideMenu03 A {
	background-image: url(img/sidemenu003.png);
	background-repeat: no-repeat;
	text-indent: -9999;
	height: 49px;
	width: 230px;
	display: block;
	margin-top:5px;
	outline: none;
}
#sideMenu03 A:hover {
	background-image: url(img/sidemenu003_1.png);
	background-repeat: no-repeat;
	text-indent: -9999;
	height: 49px;
	width: 230px;
	margin-top:5px;
}
/* sideMenu04 */


#sideMenu04 {
	background-image: url(img/sidemenu004.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 49px;
	width: 230px;
	margin-top:5px;
}
#sideMenu04 A {
	background-image: url(img/sidemenu004.png);
	background-repeat: no-repeat;
	text-indent: -9999;
	height: 49px;
	width: 230px;
	display: block;
	margin-top:5px;
	outline: none;
}
#sideMenu04 A:hover {
	background-image: url(img/sidemenu004_1.png);
	background-repeat: no-repeat;
	text-indent: -9999;
	height: 49px;
	width: 230px;
	display: block;
	margin-top:5px;
}
/* sideMenu05 */


#sideMenu05 {
	background-image: url(img/sidemenu005.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 49px;
	width: 230px;
	margin-top:5px;
}
#sideMenu05 A {
	background-image: url(img/sidemenu005.png);
	background-repeat: no-repeat;
	text-indent: -9999;
	height: 49px;
	width: 230px;
	display: block;
	margin-top:5px;
	outline: none;
}
#sideMenu05 A:hover {
	background-image: url(img/sidemenu005_1.png);
	background-repeat: no-repeat;
	text-indent: -9999;
	height: 49px;
	width: 230px;
	display: block;
	margin-top:5px;
}

/* sidelink */

#sideMenu {
	float: left;
	margin-bottom:10px;
}
/* sidelink01 */
#sidelink01 {
	width: 230px; /* 画像の幅 */
	text-indent: -9999px; /* textを飛ばす */
	outline: none; /* クリック時の枠線を消す */
	background-image: url(img/sidelink001.png);
	background-repeat: no-repeat;
	border-bottom: none;
	height: 49px;
	overflow: hidden;
}
#sidelink01 A {
	width: 230px;
	height: 49px;
	display: block;
	background-image: url(img/sidelink001.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	outline: none;
}
#sidelink01 A:hover {
	background-image: url(img/sidelink001_1.png);
	background-repeat: no-repeat;
	text-indent: -9999;
	height: 49px;
	width: 230px;
	display: block;
}
/* sidelink02 */


#sidelink02 {
	background-image: url(img/sidelink002.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 49px;
	width: 230px;
	margin-top:5px;
}
#sidelink02 A {
	background-image: url(img/sidelink002.png);
	background-repeat: no-repeat;
	text-indent: -9999;
	height: 49px;
	width: 230px;
	display: block;
	margin-top:5px;
	outline: none;
}
#sidelink02 A:hover {
	background-image: url(img/sidelink002_1.png);
	background-repeat: no-repeat;
	text-indent: -9999;
	height: 49px;
	width: 230px;
	display: block;
	margin-top:5px;
}
/* sidelink03 */


#sidelink03 {
	background-image: url(img/sidelink003.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 49px;
	width: 230px;
	margin-top:5px;
}
#sidelink03 A {
	background-image: url(img/sidelink003.png);
	background-repeat: no-repeat;
	text-indent: -9999;
	height: 49px;
	width: 230px;
	display: block;
	margin-top:5px;
	outline: none;
}
#sidelink03 A:hover {
	background-image: url(img/sidelink003_1.png);
	background-repeat: no-repeat;
	text-indent: -9999;
	height: 49px;
	width: 230px;
	margin-top:5px;
}
/* sidelink04 */


#sidelink04 {
	background-image: url(img/sidelink004.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 49px;
	width: 230px;
	margin-top:5px;
}
#sidelink04 A {
	background-image: url(img/sidelink004.png);
	background-repeat: no-repeat;
	text-indent: -9999;
	height: 49px;
	width: 230px;
	display: block;
	margin-top:5px;
	outline: none;
}
#sidelink04 A:hover {
	background-image: url(img/sidelink004_1.png);
	background-repeat: no-repeat;
	text-indent: -9999;
	height: 49px;
	width: 230px;
	display: block;
	margin-top:5px;
}

/* topbox */
#box_new1{
	width: 270px;
	float: left;
}
#box_new2{
	width: 580px;
	float: right;
}
#box_1{
	width: 180px;
	float: left;
}
#box_2{
	width: 390px;
	float: right;
	line-height:1.8em;
}


.sf {
	font-size: small;
}

table#table-01 {
    width: 100%;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
	font: 10px/1.5;
	margin:30px 0;
}

table#table-01 th {
    padding: 10px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-size: small;
    line-height: 120%;
}
table#table-01 td {
    padding: 10px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
}
