@charset "UTF-8";
/* 基本スタイル群 */
html {
	overflow-y:scroll;/*常にスクロールバーを表示*/
}
body {
	margin: 0px;
	padding: 10px;
	background-attachment: fixed;
	background-repeat: repeat-x;
	text-align: center;
	background-color:transparent;
}
#wrapper {
	width: 751px;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Arial", "Verdana", "sans-serif";
	background-attachment: fixed;
	background-repeat: repeat-x;
	overflow: visible;
	text-align: left;
}
#header {
	position: absolute;
	height: 70px;
	top: 10px;
	width: 749px;
}
#tag_k_header {
	/*WordPress Theme「k_place_baced_on_default」で使用中*/
		position:relative;

	height: 70px;
	width: 749px;
	margin: 10px auto 0px;
}
strong {
	font-family:"ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6";
}
a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	color: #663366;
	text-decoration: none;
}
a:hover {
	color: #003366;
	background-color: #D8EDFF;
	text-decoration: none;
}
a:active {
	color: #0000FF;
	text-decoration: none;
}
#contents {
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	background-color:white;
}
/* ナビゲーションバー領域 */

#navbar {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	margin: 40px 0 0 0;
	color: #333333;
	line-height: 1.5em;
}

#navbar.wp {
		/*WordPress Theme「k_place_baced_on_default」で使用中*/
		margin: 0;
}

#navbar ul {
	list-style-type: none;
	margin: 0;
	padding: 0px;
	list-style-position: inside;
	float:right;
}

#navbar.wp ul {
		/*WordPress Theme「k_place_baced_on_default」で使用中*/
		margin:40px 0 0;
}

#navbar li {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-right: 0.7em;
	margin-left: 0.7em;
}
#navbar ul ul {
	padding-left: 20px;
	list-style-type: none;
}
#navbar ul ul li {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#navbar ul ul li.rightend {
	border-right:none;
	margin-right: 0px;
	padding-right:0px;
}
h1#logotype {
	display:inline;
	float: left;
	border: none;
	margin:0;
	padding:0;
	text-indent: -9999px;
	height: 59px;
	width: 140px;
}
h1#logotype a {
	display:block;
	width:140px;
	height:59px;
	background-image:url(../shared_img/logotype.gif);
	background-position:0 0;
	background-repeat:no-repeat;
}
h1#logotype a:hover {
	background-color:transparent;
	background-position:0 -59px;
}


/* 右のメイン領域（#mainbox）の全ページ共通スタイル群 */
#wrapper #mainbox {
	padding: 0px;
	color: #333333;
	margin-top: 70px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/*#wrapper #mainbox #contents h2 {
	color: #333333;
	font-size: 14px;
	text-align: left;
	font-weight: normal;
	padding: 0px 0px 3px 10px;
	margin: 10px 0px 7px 0px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}*/

#wrapper #mainbox #contents p {
	color: #333333;
	font-size: 12px;
	line-height: 1.5em;
}
/* 右のメイン領域（#mainbox）内のヘッダー領域（#header）スタイル群	 */
/*#wrapper #mainbox #header {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#wrapper #mainbox #header img {
	margin-bottom: 5px;
}
#wrapper #mainbox #header span {
	font-size: 10px;
	font-weight: normal;
}*/

/* 右のメイン領域（#mainbox）内のコンテンツ領域はそれぞれの特集ページによって異なるIDセレクタを用いる為、それぞれの特集ページ用CSSファイルを参照 */



/* フッター領域（#footer） */
#footer {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	color: #666666;
	line-height: 2.5em;
}
#navbar img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*floatを「clear付き後続ブロック要素」無しに解除する「clearfix」テクニック*/
.clearfix:after {
	content: url(../shared_data/pixel.gif);
	display: block;
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
.clearfix {
	display: block;
}
/* Mac版IEのみに適用 \*//*/
.clearfixTech { overflow: hidden; }
/* */

