@charset "utf-8";
/*___________ 基本設定 ___________ */

*  {
	margin: 0;
	padding: 0;
}
body {
	text-align:center;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	background: url(../img/) repeat-y center top;
	color: #333333;
	background-color: #fcfcfc;
}
#wrapper {
	width:900px;
	margin:0 auto;
	background-color: #fcfcfc;
	background: url("../img/wrapper_bg.jpg") no-repeat;
	text-align: left;
	border-width: 0 1px 6px 1px;
	border-color: #999999;
	border-style: solid;
}

/* ____ リンクテキスト ____ */
a {
	color: #dd0000;
	text-decoration: underline;
}
a:visited {
	color: #dd0000;
	text-decoration: underline;
}
a:hover,
a:focus {		/* for Netscape (Keyboard) */
	color: #ff3333;
	text-decoration: underline;
}


/*___________ レイアウト設計 ___________ */

#left {
	float: left;
	margin: 6px 0 0 75px;
	_margin: 6px 0 0 35px;
	width: 226px;
}
#right {
	float: right;
	margin: 50px 80px 0 0;
	_margin: 50px 40px 0 0;
	width: 500px;
}
img {
	margin: 0;
	padding: 0;
	vertical-align: top;
	line-height: 1;
	border: 0;
}
hr {
	margin: 10px 0 15px 0;
	color: #CCCCCC;
}
p {
	font-size: 12px;
	color: #666666;
	line-height: 140%;
}
/*___________ 【HEADER】 ___________ */

#ttl {
	height: 129px;
	background: url("../img/ttl_bg.png") no-repeat;
}
#ttl-text {
	font-size: 10px;
	color: #ee0000;
	padding: 20px 0 0 10px;
	line-height: 30px;
}
#ttl-text a {
	color: #fafafa;
	text-decoration: none;
}
#ttl-text a:hover {
	color: #ee0000;
}




#top_img {
	width: 500px;
	height: 220px;
	margin: 0 0 17px 0;
}


/*___________ 【MENU】 ___________ */
#navi {
	width: 226px;
	margin: 15px 0 0 0;
	line-height: 1;
}
.navi {
	list-style-type: none;
	background: url("../img/menu_bg.gif") no-repeat;
	padding: 7px 0 8px 25px;
	font-weight: bold;
	color: #FFFFFF;
}
#link {
	font-size:12px;
	margin: 10px 0 10px 0;
	line-height: 20px;
}
.sub-navi {
	background-color: #aa0000;
	color: #fffcfc;
	padding: 6px 0 6px 40px;
}
#navi a {
	color: #ffffff;
	text-decoration: underline;
	padding: 0 0 0 17px;
}
#navi a:visited {
	color: #ffffff;
	text-decoration: underline;
}
#navi a:hover,
a:focus {		/* for Netscape (Keyboard) */
	color: #ffffff;
	text-decoration: underline;
	background: url("../img/icon/icon_right_white_s.png") no-repeat 0 center
}




#info {
	padding: 30px 30px 0 30px;
}
.info-ttl {
	color: #dd0000;
	font-weight: bold;
}
#info p {
	margin: 13px 0 0 0;
}
/*___________ 【MAIN】 ___________ */
h1{
	text-align: right;
	margin: 0 3px 3px 0;
	font-weight: normal;
	font-size: 11px;
	color: #666666;
}
h2 {
	font-size: 19px;
	font-weight: bold;
	color: #dd0000;
}
h3{
	font-size: 15px;
	font-weight: bold;
	color: #dd0000;
}
/*___________ 【CONTENTS】基本設計 ___________ */
#content{
	padding: 20px;
	background-color: #FFFFFF;
	border-width: 1px;
	border-color: #CCCCCC;
	border-style: solid;
}
.content-left {
	float: left;
	margin: 0 0 20px 0;
}
.content-right {
	float: right;
	margin: 0 0 20px 0;
}
.box {
	width: 200px;
	border-width: 1px;
	border-color: #CCCCCC;
	border-style: solid;
	padding: 10px;
}
#content ul {
	margin: 5px 0 0 5px;
	list-style-position: inside;
	font-size: 13px;
	color: #666666;
	line-height: 160%;
}


/*___________ 【CONTENTS】表設計 ___________ */
table {
	font-size: 12px;
	margin: 10px auto 10px auto;
	padding: 0;
}
tr,th,td {
	padding: 8px;
}
th {
	color: #FFFFFF;
	background-color: #999999;
	font-weight: normal;
}
td {
	background-color: #FFFFFF;
	text-align: left;
	line-height: 130%;
}
/*___________ 【SIDE】 ___________ */



/*__________【info】____________*/

/*___________ 【FOOTER】 ___________ */
#footer {
	text-align: center;
	padding: 10px 0 5px 0;
}
#foot-menu {
	font-size: 12px;
}
#copyright {
	font-size: 12px;
	color: #888888;
	margin: 4px;
}

/*___________ 固定設定 ___________ */
/* ____ フロートボックス解除用。htmlでは<br class="clear" />で使用 ____ */
.clear {
	clear:both;
}
/* ____ テキスト設定 ____ */

.f11 {
	font-size: 11px;
	line-height:130%;
}
.f12 {
	font-size: 12px;
	line-height:140%;
}
.f14 {
	font-size: 14px;
	line-height:140%;
}
.f16 {
	font-size: 16px;
	line-height:140%;
}
.f18 {
	font-size: 18px;
	line-height:140%;
}
.f24 {
	font-size: 24px;
	line-height:140%;
}
.txt-r {
	text-align: right;
}
.center {
	text-align: center;
}
/* ____ 余白設定 ____ */
.ma20 {
	margin: 20px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt40 {
	margin-top: 40px;
}
.mt80 {
	margin-top: 80px;
}
.ml20 {
	margin-left: 20px;
}
/* ____ 画像設定 ____ */
.img-right{
	float: right;
	margin: 0 0 10px 25px;
}
.img-left{
	float: left;
	margin: 0 25px 10px 0;
}


