@charset "shift_jis";
/*CSS*/

/*---ページ共通設定---*/
* {
	margin:0;
	padding:0;
}

body {
	background:#E4E4E4;
	text-align:center;
}

strong { font-weight:normal; }

a { color:#000CFF; }
a:hover { color:#FB0059; }

img { border:none; }


/*---コンテンツ格納コンテナ---*/
#container {
	text-align:left;
	background:#FFFFFF;
	width:740px;
	margin:0 auto;
}


/*---ヘッダー---*/
#header { width:740px; }

#header p.title {
	color:#000000;
	font-size:12px;
	font-weight:bold;
	padding:10px 0 0 5px;
}

#header p.titleimg { margin:0; }


/*---メインビジュアル---*/
#mainvisual {
	background:url(im-s/mainvisual.jpg) no-repeat;
	width:740px;
	height:265px;
}

ul#headmenu {
	font-size:18px;
	font-weight:bold;
	list-style:none;
	padding:21px 0 0 0;
}

ul#headmenu a {
	color:#000000;
	line-height:41px;
	text-indent:48px;
	text-decoration:none;
	display:block;
	width:249px;
	height:41px;
	margin-bottom:4px;
}

ul#headmenu a:hover { color:#0090FF; text-decoration:none; }


/*---メニューボックス---*/
#menubox {
	float:left;
	background:#E58B8B;
	width:245px;
	margin-top:20px;
}

#menubox a:hover { color:#FB0059; }

#menubox p {
	font-size:small;
	line-height:1.2em;
	background:#FFFFFF;
	width:204px;
	margin:10px 0 10px 10px;
	padding:10px;
}

.box {
	font-size:small;
	background:#FFFFFF;
	width:204px;
	margin:10px 0 10px 10px;
	padding:10px;
}


#menubox h2 {
	color:#000000;
	font-size:16px;
	background:#F3F3F3;
}

ul#sabumenu {
	font-size:14px;
	line-height:16px;
	list-style:square;
	padding-left:35px;
}

ul#sabumenu a {	color:#000000; text-decoration:none; }


/*---メインコンテンツ---*/
#contents {
	float:left;
	width:495px;
	padding-top:10px;
}

.cp {
	font-size:12px;
	margin:10px 10px 0 50px;
}

.cp2 {
	font-size:14px;
	margin:20px 30px;
}

.cp4 { margin:10px 0 10px 30px; }

#searchbox {
	width:374px;
	height:98px;
	background:url(im-s/searchbox.gif) no-repeat;
	margin-left:30px;
	padding:25px 0 0 30px;
}

#searchbox h2 {
	color:#000000;
	font-size:14px;
	height:25px;
	margin-left:30px;
}

#searchbox form { height:22px; }

.headline {
	color:#000000;
	font-size:16px;
	background:url(im-s/headline.gif) no-repeat;
	width:395px;
	height:40px;
	margin-left:20px;
	padding:13px 0 0 50px;
}

#topcat {
	width:400px;
	margin:10px 0 10px 40px;
}

#topcat td {
	font-size:12px;
	width:100px;
	padding:5px 0;
}

#topcat a { text-decoration:none; }	
#topcat a:hover { color:#FB0059; }


/*---フッター---*/
#footer {
	clear:both;
	color:#000000;
	text-align:center;
	background:url(im-s/footer.gif) no-repeat;
}

#footer a { color:#000000; text-decoration:none; }
#footer a:hover { color:#0090FF; }

#footer ul {
	padding-top:20px;
	margin-bottom:5px;
}

#footer ul li {
	display:inline;
	font-size:12px;
}

#footer ul li a { margin-right:5px; }

#footer p {
	font-size:12px;
	line-height:20px;
}


/*---その他の設定---*/
.fbold { font-weight:bold; }

.fred { color:#FF3366; }


/*---カテゴリーページ用追加分---*/

/*カテゴリメニュー*/
#menubox h2 {
	font-size:16px;
	text-align:center;
	background:#FFFFFF;
	width:190px;
	height:25px;
	margin:10px 0;
	padding-top:5px;
}


/*ナビゲーションバー*/
#navi { margin-left:20px; }

hr {
	width:95%;
	margin:15px auto;
	text-align:center;
}	

.rightside {
	display:block;
	text-align:right;
}


/*---個別ページテーブル用追加分---*/
.kobetutb {
	color:#000000;
	width:90%;
	margin:10px auto;
}

#log { margin-left:20px; }

.sougolink { margin:20px 0 20px 40px; }

.sogolink {
	color:#000000;
	font-size:16px;
	width:430px;
	margin:10px 0 10px 30px;
}

.sogolink p { margin:5px 0 20px 0; }