@charset "UTF-8";

@import url("photo.css");


/* ブラウザスタイルの初期化 */

* {
	margin: 0;
	padding: 0;
	color: #333333;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.2em;
}



img {
	border: 0;
}


/* リンクテキスト (a) */

a:link {
	border-style: none;
	color: #4545f4;
	text-decoration: none;
}

a:visited {
	color: #b61f2e;
	text-decoration: none;
}

a:hover {
	color: #f86e6e;
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}


/* レイアウト全体 */

body {
	background-color: #bbb;
	background: url(../../common/bg_interview2.gif) repeat-y;
	margin: 0px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 13px;
	line-height: 1.2em;
}



#wrapper { 
	margin: 0;
	width: 750px;
}

#header {
	width: 750px;
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	text-align: right;
}



div#coverCat {
	clear: both;
	width: 750px;
	height: 150px;
	padding: 1px 0;
	margin: 1px 0 1px 0;
}


/* コンテンツエリア定義 */
#contents { 
	margin: 0px 0px 30px 0px;
	padding: 0px;
	width: 750px;
}

#rightcolumn { 
	width: 180px;
	float: right;
	color: #333;
	text-align: left;
	margin: 0px 15px 0px 0px;
	padding: 0px;
}


#leftcolumn { 
	width: 510px;
	float: left;
	color: #333;
	margin: 0px 0px 30px 15px;
	padding-right: 10px;
	text-align: left;
	border-right: 1px dashed #b27946;
}





/* ユーザー支援ナビゲーション*/

div#navSkip {
	height: 0px;
	overflow: hidden;
}


/* サイトロゴ */

#sitelogo{
	margin: 0;
	padding: 0;
	float: left;	
}


/* メンバーメニュー */

ul#memberMenu {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: right;
}

ul#memberMenu li{
	list-style: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
	height: 20px;
	display: inline;
	float: left;
}


/* 検索 */

#serchfield{
	font-size: 12px;
	line-height: 1em;
	margin-top: 0px;
	margin-right: 20px;
	position: relative;
}

#serchfield #as_q{
	width: 130px;
}

#submitBtn{
	position: relative;
	top: 4px;
}

div#memberSearch{
	width: 653px;
	height: 45px;
	float: right;
	text-align: right;
}

/* カテゴリーメニュー */

ul#categoryMenu {
	margin: 0px 0px 1px 0px;
	padding: 0px;
}

ul#categoryMenu li{
	list-style: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
	height: 26px;
	display: inline;
	float: left;
}


#preload{
	display: none;
}

/* 本文 */
h2 {
	font-weight: normal;
	margin: 40px 0 30px 0px;
	padding: 2px 0 10px 8px;
	font-size: 22px;
	line-height: 1.2em;
	color: #4d4236;
	letter-spacing: -1px;
	border-left: 1px solid #4d4236;
}

h2 .sub{
	font-weight: normal;
	font-size: 14px;
	color: #333;
	letter-spacing: 0px;
	
}

h3{
	font-weight:normal;
	margin: 65px 0 35px 0px;
	padding: 0px 0 2px 6px;
	font-size: 18px;
	line-height: 1.2em;
	color: #88501d;
	letter-spacing: -1px;
}


h3.start{
	margin-top: 0px;
}

h3 .sub{
	font-weight: normal;
	font-size: 13px;
	line-height: 1.2em;
	letter-spacing: 0px;
}

h3 .shoulder{
	display: block;
	margin: 0px 0 3px 0px;
	font-size: 13px;
	letter-spacing: 0px;
}


h4{
	font-weight: bold;
	margin: 30px 0 10px 0px;
	padding: 0px 0 0px 0px;
	font-size: 14px;
	line-height: 1.2em;
	color: #2f450d;
}



h2.storytitle{
	display: block;
	margin: 0px 0 20px 0;
	padding-bottom: 9px;
	padding-left: 10px;
	font-size: 22px;
	line-height: 1.2em;
	color: #88501d;
	font-weight: bold;
	border-left: 6px solid #88501d;
}

.storycontent p{
	margin: 0 0 20px 0;
	font-size: 13px;
	line-height: 1.6em;
}


.storycontent strong{
	display: block;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	color: #88501d;
	line-height: 1.2em;
	margin: 50px 0 20px 0;
	padding-left: 8px;
	padding-bottom: 14px;
	border-left: 2px solid #88501d;
}

.storycontent em{
	font-style: normal;
	color: #f00;
	text-decoration: underline;
}

.storycontent strike{
	font-style: normal;
	color: #1800ff;	
	font-size: 11px;
	text-decoration: none;
}

.actionNote {
	display: block;
	width: 300px;
	margin: 30px 0 30px 0;
	padding: 6px 0 10px 40px;
	font-size: 13px;
	background-image: url(../img/bg_toIndex.gif);
}

div.column {
	width: 450px;
	margin: 20px 0px 40px 20px;
	padding: 8px 16px 20px 16px;
	font-size: 12px;
	line-height: 1.6em;
	background-color: #eceae5;
}



/* サイドバー */

.sideMenuTitle{
	font-size: 10px;
	line-height: 1.6em;
	color: #888;
	margin: 0 0 10px 0px;
}

#recentEntry ul{
	width: 154px;
	margin: 4px 2px 10px 20px;
}

#recentEntry ul li{
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 1.4em;
}

#sideMeta ul{
	width: 154px;
	margin: 24px 2px 10px 20px;
}

#sideMeta ul li{
	margin-bottom: 0px;
	font-size: 10px;
	line-height: 1.4em;
	list-style-type: none;
}

#contents #sidebar a{
	color: #88501d;
}

#contents #sidebar a:visited{
	color: #88501d;
}

#contents #sidebar a:hover{
	color: #88501d;
	text-decoration: none;
	border-bottom: 1px dashed #88501d;
}

#contents #sidebar a .entrytitle{
	color: #88501d;	
}

/* @group KJ */

#news.kj .storycontent h2{
	clear: both;
}

#news.kj h5{
	padding: 0 0 2px 0;
	color: #88501d;
	border-bottom: solid 1px #8e5f2f;
}

#news.kj ul#kjlist{
	margin: 4px 0px 20px 0px;
}

#news.kj ul#kjlist li{
	font-size: 12px;
	line-height: 1.4em;
	padding-bottom: 2px;
	border-bottom: dotted 1px #888;
	list-style-type: none;
	margin-bottom: 3px;
	color: #555;
}

#news.kj ul#kjlist li#Gdangi{
	padding-bottom: 20px;
}

#news.kj ul#kjlist li#zenkai{
	padding-top: 20px;
}

#news.kj ul#kjlist li a{
	display: block;
}

#news.kj ul#kjlist li a:hover{
	color: #fff;
	text-decoration: none;
	background-color: #ffbe7e;
}


/* @end */


/* フッター */

#footer { 
	width: 900px;
	clear: both;
	color: #fff;
	margin: 0px;
	padding: 0px;
	height: 40px;
	position: relative;
	font-size: 11px;
}



/* ページエンド */

#pageend { 
	width: 950px;
	clear: both;
	color: #333;
	font-size: 11px;
	background: #c2c2c2 url(../img/pageend.gif);
	margin: 0px;
	padding: 0px;
	height: 35px;
	position: relative;
}

/* My Comment */

.actionQuote{
	width: 480px;
	background-color: #d9d9d9;
	padding: 6px 12px 18px 12px;
	font-size: 16px;
	line-height: 1.8em;
	margin: 8px 0 30px 0;
}
