@charset "shift_jis";
/*CSS*/

/*---ページ共通設定---*/
* {
	margin:0;
	padding:0;
}

body { text-align:center; }

strong { font-weight:normal; }

img { border:none; }

a { color:#000CFF; }
a:hover { color:#FB0059; }


/*---コンテンツ格納コンテナ---*/
#container {
	background:url(im-s/main.gif) repeat-y center center;
	text-align:left;
	width:740px;
	margin:0 auto;
}


/*---ヘッダー---*/
#header {
	background:url(im-s/header.jpg) no-repeat;
	width:740px;
	height:102px;
}

#header p{
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	margin-left:5px;
}

#header p.titleimg { margin-top:5px; }


/*---メインビジュアル---*/
#mainvisual {
	background:url(im-s/mainvisual.jpg) no-repeat;
	width:740px;
	height:276px;
}

#mainvisual ul {
	list-style:none;
	padding:32px 0 0 36px;
}

#mainvisual li {
	font-size:18px;
	font-weight:bold;
	margin-bottom:5px;
}

#mainvisual li a {
	color:#000000;
	text-decoration:none;
	line-height:40px;
	text-indent:48px;
	display:block;
	width:220px;
	height:35px;
}

#mainvisual li a:hover { color:#0090FF; }


/*---メニューボックス---*/
#menubox {
	width:255px;
	margin-bottom:20px;
	float:left;
}

#menubox a:hover { color:#FB0059; }

#menubox h2 {
	color:#000000;
	font-size:16px;
	text-align:center;
	background:#F3F3F3;
	margin:20px;
	padding:10px;
}

#menubox p{
	font-size:12px;
	line-height:18px;
	margin:20px 20px 10px 25px;
}

#menubox ul.sabumenu {
	list-style:square;
	width:205px;
	margin:5px 20px 10px 25px;
}

#menubox ul.sabumenu li {
	font-size:14px;
	margin:2px 0 2px 35px;
}

#menubox ul.sabumenu li a { color:#000000; text-decoration:none; }

.img1 {
	color:#01AF12;
	font-size:14px;
	font-weight:bold;
	background:url(im-s/img1.gif) no-repeat;
	padding-left:18px;
}


/*---メインコンテンツ---*/
#contents {
	float:left;
	line-height:1.3em;
	width:465px;
	margin:0 0 20px 10px;
}

#searchbox-frame {
	background:url(im-s/searchbox-frame.gif) no-repeat;
	height:150px;
	padding-top:20px;
}

#searchbox-frame p {
	font-size:12px;
	line-height:14px;
	margin:5px 25px;
}

#searchbox {
	width:405px;
	height:60px;
	background:url(im-s/searchbox.gif) no-repeat;
	margin:10px 0 0 30px;
	padding:20px 0 0 15px;
}

#searchbox h2 {
	color:#000000;
	font-size:12px;
	line-height:25px;
	float:left;
}

#searchbox form {
	margin-left:10px;
	float:left;
}

.headline {
	color:#000000;
	font-size:16px;
	background:url(im-s/headline.gif) no-repeat;
	width:395px;
	height:30px;
	padding:13px 0 0 50px;
}

table#topcat {
	width:400px;
	margin:10px 0 10px 40px;
}

#topcat td {
	font-size:12px;
	width:100px;
	padding:5px 0;
}

#contents #topcat a { text-decoration:none; }
#contents #topcat a:hover { color:#FB0059; }


cp {
	font-size:12px;
	margin:10px 10px 10px 50px;
}

.cp2 {
	font-size:14px;
	margin:20px 30px;
}

.cp4 { margin:10px 10px 10px 20px; }


/*---フッター---*/
#footer {
	clear:both;
	color:#000000;
	text-align:center;
	background:#FFFFFF;
	border-top:15px solid #71760D;
}

#footer ul {
	padding-top:8px;
	margin:0px;
}

#footer ul li {
	display:inline;
	font-size:12px;
}

#footer ul a { color:#0D7934; text-decoration:none; margin-right:5px; }
#footer ul a:hover { color:#0090FF; }

#footer p {
	font-size:12px;
	line-height:24px;
}

#footer p a { color:#000000; text-decoration:none; }


/*---その他の設定---*/
.fbold { font-weight:bold; }

.fred { color:#FF3366; }


/*---カテゴリーページ用追加分---*/

/*ナビゲーションバー*/
#navi { margin-left:20px; }

hr {
	width:95%;
	margin:15px auto;
	text-align:center;
}	

.rightside {
	display:block;
	text-align:right;
	margin-right:10px;
}

#contentsitem { text-align:left; }


/*---個別ページテーブル用追加分---*/
.kobetutb {
	color:#000000;
	width:90%;
	margin:10px auto;
}

#log { margin-left:20px; }

.sogolink {
	color:#000000;
	font-size:16px;
	width:430px;
	margin:10px 30px;
}

.sogolink p { margin:5px 0 20px 0; }

.sougolink {
	margin:10px 0;
	padding-left:20px;
}