/*----------------------------------------------------
	Design by MOI Corporation
----------------------------------------------------*/



/*-----------------------------------------------------
Yahoo UI Library Font-size Adjustment
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
http://developer.yahoo.com/yui/license.txt
http://developer.yahoo.com/yui/fonts/

10px = 77%     11px = 85%     12px = 93%     13px = 100%
14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
22px = 167%    23px = 174%    24px = 182%    25px = 189%
26px = 197%
------------------------------------------------------*/ 

* {
	margin: 0;
	padding: 0;
}


html, body {
    height:100%;
}
body {
	background: url('../index/images/bg2.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	text-align: justify;
	font-family: 'ＭＳ Ｐゴシック', Osaka, Arial;
	font-size: 93%;
}


* html div#wrapper{
    height:100%;
}
div#wrapper{
    width: 100%;
    margin:0px auto;
    position:relative;
    min-height: 100%;
}
body > #wrapper {
        height: auto;
}

#wrapper {
	background:url('../index/images/light.jpg') no-repeat 50% 0px;
	width: 1034px;
	height: 370px;

}



h1 {
	font-size: 77%;
}


p, ul {
	margin-top: 1.5em;
	line-height: 123.1%;
	font-size: 93%;
}
li, td {
	font-size: 93%;
	line-height: 123.1%;
}

ul {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #000000;
}

a:hover {
	border: none;
}

a img { border: none; }

h1 a {
	border: none;
	text-decoration: none;
}

hr {
	display: none;
}


/*----------------------------------------------------
	Header
----------------------------------------------------*/
*html div#header {
	width: 850px;
	height: 361px;
	margin: 0 auto;
}

#header {
	width: 850px;
	height: 361px;
	margin: 0 auto;
}

#header img {
	vertical-align: top;
	font-size: small;
}

#header h1 {
	float: left;
	width: 173px;
	height: 46px;
	margin: 10px 0;
}

/*----------------------------------------------------
	fchange　文字変更
----------------------------------------------------*/

#fchange {
	margin: 20px 0 0 0;
	float: right;
	height: 26px;
	width: 105px;
}
#fchange a {
 cursor: pointer;
}

#fchange .fsize {
	float: right;
}
#fsmall a, #fmiddle a, #flarge a {
	display: block;
	margin-left: 10px;
	height: 26px;
	width: 25px;
}
#fchange .ftxt {
	display: none;
}

/* ボタンの表示状態
--------------------*/
#fsmall a {
	background-image: url('../common/s.png');
	background-repeat: no-repeat;
	background-position: right top
}
/*カレント*/
#fmiddle a {
	background-image: url('../common/m_o.png');
	background-repeat: no-repeat;
	background-position: right top
}
#flarge a {
	background-image: url('../common/l.png');
	background-repeat: no-repeat;
	background-position: right top
}
#fsmall a:hover {
	background-image: url('../common/s_o.png');
}
/*カレント
#fmiddle a:hover {
	background-image: url(../common/m_o.png);
}
*/
#flarge a:hover {
	background-image: url('../common/l_o.png');
}


/*----------------------------------------------------
	flash_contents　フラッシュ
----------------------------------------------------*/

#flash_contents {
	width: 850px;
	float: left;
	background: #000000;
	border-top: none;
}

/*----------------------------------------------------
	Page
----------------------------------------------------*/

#page {
	width: 850px;
	margin: 0 auto;
	background: #ffffff;
	border-top: none;
	text-align: left;
}


/*----------------------------------------------------
	sdmenu　サイドメニュー
----------------------------------------------------*/
div.sdmenu {
	padding-bottom:100px;
	margin-top: -2px;
	width: 190px;
	font-size: 85%;
	color: #fff
}
div.sdmenu div {
	background: url('../index/images/menu2.gif')  no-repeat;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url('../index/images/menu2.gif') no-repeat;
}
div.sdmenu div.collapsed {
	background: url('../index/images/menu.gif') no-repeat;
	height: 36px;
}
div.sdmenu div span {
	display: block;
	font-weight: bold;
	color: white;
	border-bottom: 1px solid #ddd; padding: 11px 10px 13px 20px;
	cursor: pointer;
	}
div.sdmenu div a {
	padding: 9px 10px;
	background: #fff;
	display: block;
	border-bottom: 1px solid #DCDBC2;
	color: #6F6E52;
    text-decoration: none;
}
div.sdmenu div a.current {
	background : #DBDAC2;
}
div.sdmenu div a:hover {
	background : #BAD405 url('../index/images/linkarrow.gif') no-repeat right center;
	color: #fff;
	text-decoration: none
}

/*----------------------------------------------------
	topicpath　パンくずリスト
----------------------------------------------------*/
#topicpath {
    margin:1px 0 3px 25px;
}
#topicpath li {
    padding-right:5px;
    padding-left:5px;
    display:inline;
    line-height:110%;
    list-style-type:none;
}
#topicpath li a {
    background:url('../index/images/path.gif') no-repeat right center;
}


/*----------------------------------------------------
	Content
----------------------------------------------------*/

#content {
	float: right;
	width: 650px;
	padding-left: 10px;
    padding-bottom:100px;
	margin: 0;
}

.content {
	margin-top: 4px;
	padding: 15px 10px 30px 15px;
	border-top: solid 1px #DCDBC2;
}


/*---------------------------------サイドバー部分*/
#sidebar{
width: 190px;
float: left;
margin: 0;
padding: 0;
}

/*----------------------------------------------------
	Footer
----------------------------------------------------*/

#footer {
	width: 100%;
	background: url('../index/images/footer2.gif') repeat-x top left;
	position:absolute;
	bottom:0px;
	height:100px;
	left: 0;
}


.footer {
	width: 850px;
	margin: 0 auto;
	font-size: 77%;
	text-align: left;
}


.inner {
	float: left;
	width: 250px;
	margin-top: -2px;
	margin-left: -25px;
}

.inner ul li {
	display: inline;
	padding-left: 12px;
	padding-right: 10px;
	background: url('../common/foot.gif') repeat-y;
	}
	
.inner ul li.first {
	padding-left: 0;
	background: none;
	}
	
.inner ul li a:link,
.inner ul li a:visited {
	color:#fff;
	text-decoration:underline;
	}
.inner ul li a:hover,
	#footer-Inner ul li a:active {
	color: #BAD405;
	text-decoration:none;
}



.rights {
	float: right;
	width: 400px;
	margin-top: 10px;
	margin-right: 20px;
	text-align: right;
    line-height:150%;
	color: #FFFFFF;
}