@charset "UTF-8";

/* -------------------------------
スタイルの初期化 */

* { margin:0; padding:0; }

BODY,TEXTAREA,INPUT,SELECT { font-family:メイリオ,'Hiragino Kaku Gothic Pro',sans-serif; font-size:0.84em; line-height:1.25em; color:#404040; }
BODY { background:url(../img/bg.gif) repeat-x #cccccc; margin-bottom:10px; }

IMG { border:0; }
UL { list-style-type:none; }
sup { position: relative; vertical-align: baseline; top: -0.9em; font-size: 0.5em;}

/* FORM系オプション*/
FORM { display:inline; }
INPUT,SELECT,TEXTAREA { font-size:1em; }
INPUT[type="text"],INPUT[type="password"],INPUT[type="text"] { height:20px; padding:0 2px; margin-right:0.1em; }
INPUT[type="submit"] { height:24px; display:inline; margin:0; }
INPUT[type="checkbox"] { height:20px; margin-right:0.1em; }
INPUT[type="radio"] { margin-right:0.1em; }
SELECT { height:24px; margin-top:1px; }
TEXTAREA { padding:2px; }
OPTGROUP { font-style:normal; }

A { color:#791145; }
A:hover { color:#9f5e2b; }

/* -------------------------------
背景・外枠 */

#wrapper01 {
	width:778px;
	margin:0 auto;
	background:url(../img/wp_bg.gif) repeat-x #b7b7b7;
}
#wrapper02 {
	width:768px;
	margin:0 auto;
	padding:0px 1px;
	overflow:hidden;
	background:url(../img/side_bg.gif) right repeat-y #ffffff;
}
#wrapper02_nobg {
	width:768px;
	margin:0 auto;
	padding:0px 1px;
	overflow:hidden;
	background:#ffffff;
}

/* -------------------------------
ヘッダー */

#header {
	width:768px;
	margin:0 auto;
	overflow:hidden;
	padding-top:4px;
	border-bottom:solid 1px #d9d9d9;
	background:url(../img/header_bg.gif) bottom repeat-x #ffffff;
}
#copy {
	padding-left:10px;
	font-size:0.84em;
}
#logo {
	width:408px;
	float:left;
}
#logo img {
	margin:10px 0 0 12px;
}
#inquiries {
	width:310px;
	float:right;
	padding-top:15px;
}

/* -------------------------------
メインメニュー */

#menu {
	width:768px;
	padding:1px 0;
	overflow:hidden;
	background:#ffffff;
}
#menu li {
	float:left;
}
#menu li img {
	vertical-align:top;
}

/* -------------------------------
トップイメージ・ページタイトル */

#top_image {
	padding-bottom:5px;
	background:url(../img/top_image_bg01.gif) bottom no-repeat #ffffff;
}

/* -------------------------------
メイン サイドバー有り*/

#left {
	width:547px;
	float:left;
	padding:10px 0 16px 9px;
}

/* -------------------------------
サイドバー */

#right {
	width:200px;
	margin-left:568px !important;
	padding-top:10px;
	margin-left:565px;
}
#right h2 {
	width:100%;
	margin-bottom:4px;
}

#useful {
	width:200px;
	margin-bottom:20px;
}
#useful h3 {
	margin-bottom:6px;
	padding-left:4px;
	font-size:1em;
	color:#791145;
	border-bottom:solid 1px #DC5498;
}
#useful ul {
	width:100%;
	margin-bottom:20px;
}
#useful li {
	padding:2px 0;
}
#useful li a {
	display:block;
	padding-left:12px;
	background:url(../img/side_arrow01_off.gif) 4px 0.3em no-repeat;
	text-decoration:none;
	color:#404040;
}
#useful li a:hover {
	background:url(../img/side_arrow01_on.gif) 4px 0.3em no-repeat;
	color:#9f5e2b;
}
#useful div {
	width:192px;
	margin:0 2px;
	overflow:hidden;
	padding:2px;
	background:url(../img/line_dash01.gif) bottom repeat-x;
}
#useful div p.left {
	display:inline;
	float:left;
	font-size:0.84em;
}
#useful div p.right {
	display:inline;
	float:right;
	font-size:0.84em;
}
#useful div a {
	color:#404040;
	text-decoration:none;
}
#useful div a:hover {
	color:#9f5e2b;
}

/* -------------------------------
メイン サイドバーなし*/

#main {
	width:750px;
	margin:10px auto 20px;
}

/* -------------------------------
フッター */

#footer {
	clear:both;
	width:768px;
	margin:0 auto;
	padding:6px 0;
	font-size:0.84em;
	color:#ffffff;
}
#footer a {
	padding-left:12px;
	background:url(../img/footer_arrow_off.gif) 0% 50% no-repeat;
	text-decoration:none;
	color:#791145;
}
#footer a:hover {
	background:url(../img/footer_arrow_on.gif) 0% 50% no-repeat;
	color:#9f5e2b;
}
#copyright {
	text-align:right;
}
