@charset "shift_jis";
/*CSS*/

/*---ページ共通設定---*/
* {
	margin:0;
	padding:0;
}

body {
	background:#666666 url(img_gc/bodyback.gif);
	text-align:center;
}

/*---コンテンツ格納コンテナ---*/
#container {
	background:#FFFFFF;
	text-align:left;
	width:740px;
	margin:0 auto;
}

strong { font-weight:normal; }

em { font-style:normal; }

img { border:none; }


/*---ヘッダー---*/
#header { width:740px; }

#header ul {
	width:740px;
	list-style:none;
}

#header li {
	float:left;
	font-size:12px;
	text-align:center;
}

#header ul li a {
	color:#ffffff;
	background:#64dde5 url(img_gc/headmenuback.gif) no-repeat;
	text-decoration:none;
	display:block;
	width:144px;
	height:16px;
	margin-right:5px;
	padding-top:4px;
}

#header a:hover { color:#000000; }

#header ul li.end a { margin-right:0; }


/*サーチフォーム*/
#searchbox { clear:both; }

#searchbox form {
	position:relative;
	height:27px;
}

#searchbox p.subbox {
	color:#666666;
	font-size:12px;
	font-weight:bold;
	background:none;
	width:90%;
	height:27px;
	position:relative;
	left:10px;
}

#searchbox h2 {
	color:#333333;
	font-size:12px;
	position:absolute;
	right:140px;
	top:11px;
}

#searchbox p {
	background:url(img_gc/searchback.gif) left top no-repeat;
	width:104px;
	height:22px;
	position:absolute;
	top:5px;
	right:32px;
}

.searchword {
	font-size:90%;
	background:#ebebeb;
	border:none;
	width:100px;
	height:16px;
	padding:0;
	position:absolute;
	top:4px;
	right:1px;
}

.searchbtn {
	background:#CCCCCC url(img_gc/searchbtn.gif) left top no-repeat;
	border:none;
	width:18px;
	height:20px;
	position:absolute;
	top:6px;
	right:10px;
}

input {
	margin:0;
	padding:0;
}


/*---メインビジュアル---*/
#mainvisual {
	clear:both;
	background:#CCCCCC url(img_gc/mainv.jpg) no-repeat;
	width:740px;
	height:200px;
	margin-bottom:15px;
}

#mainvisual p.titleimg { padding:60px 0 0 20px; }


/*---メニューボックス---*/
#menubox {
	float:left;
	width:200px;
	padding-top:10px;
}

#menubox a:hover { color:#5ddde5; }

ul.menu {
	list-style:none;
}

ul.menu li a {
	color:#000000;
	font-size:14px;
	text-indent:30px;
	line-height:30px;
	background:#ffffff url(img_gc/menuitem.gif) no-repeat;
	text-decoration:none;
	display:block;
	width:190px;
	height:30px;
}

h2.ktmenuhead {
	font-size:14px;
	width:170px;
	height:25px;
	margin-top:10px;
	padding:5px 0 0 15px;
}

ul.ktitem {
	list-style:none;
	margin:0 0 10px 30px;
}

ul.ktitem li { margin:5px 0; }

ul.ktitem li a { color:#000000; }

#menubox p{
	font-size:small;
	line-height:18px;
	margin:10px 10px 10px 20px;
	padding:0;
}


/*---メインコンテンツ---*/
#contents {
	float:left;
	width:535px;
	padding:10px 5px 0 0;
}

#contents p{
	line-height:18px;
	margin:10px 10px 10px 20px;
	padding:0;
}
.cp {
	font-size:small;
	margin:15px 5px;
}

.cp2 {
	font-size:small;
	margin:15px 5px;
}

.headline {
	font-size:16px;
	background:url(img_gc/headlinetop.gif) no-repeat;
	width:480px;
	height:35px;
	margin:10px 0 5px 10px;
	padding:10px 0 0 30px;
}

.partline { margin-top:20px; }

#contents .sogolink{
	width:470px;
	margin:10px 10px 10px 20px;
	padding:0;
}

#contents .sogolink1{
	width:470px;
	margin:10px 10px 10px 20px;
	padding:0;
}

table#topcat {
	width:460px;
	margin:10px auto;
}

#topcat td {
	background:url(img_gc/ktmark.gif) no-repeat 5px center;
	text-indent:28px;
	width:230px;
	padding:5px 0;
}

#topcat td.kte { background:none; }

table#topcat a { color:#000000; text-decoration:none; }	
table#topcat a:hover { color:#5ddde5; }		


/*--- プライバシーポリシー分 ---*/
#contents h3{
	margin:30px 20px 10px 20px;
	padding:0;
}

#contents ol{
	margin:10px 20px 10px 40px;
	padding:0;
}

#contents li{
	margin:5px 0;
	padding:0;
}


/*---追加文章分(2009.1.28)---*/
.midashi{
	color:#009900;
	font-size:medium;
	font-weight:bold;
	margin:10px 0;
	padding:0;
}

.top_text{
	font-size:small;
	line-height:16px;
	margin:15px 5px 50px 5px;
	padding:0;
}


/*---フッター---*/
#footer {
	clear:both;
	color:#FFFFFF;
	text-align:center;
	background:#CC6699 url(img_gc/footerback.gif);
	margin-top:15px;
	padding:3px 0;
}

#footer a { color:#FFFFFF; text-decoration:none; }
#footer a:hover { color:#000000; }

#footer ul { margin:10px auto; }

#footer ul li {
	display:inline;
	font-size:12px;
}

#footer ul li a { margin:1px; }

#footer p { font-size:12px; }


/*---その他の設定---*/
.fbold { font-weight:bold; }
.fred { color:#FF3366; }


/*---カテゴリーページ用追加分---*/

/*ナビゲーションバー*/
#navi { font-size:small; margin-left:20px; }

hr {
	text-align:center;
	width:95%;
	margin:15px auto;
}	

.rightside {
	font-size:small;
	text-align:right;
	margin:5px;
}

#contentsitem { text-align:left; }


/*---個別ページテーブル用追加分---*/
.kobetutb {
	color:#000000;
	width:90%;
	margin:10px auto;
}

.sougolink { margin:10px 15px; }

#log { margin-left:20px; }