@charset "utf-8";





/* --------プリント用CSS-------*/







/* --------基本設定-------(IE用のセンター寄せ→text-align: center;あり) */



body {

	text-align: center;

	color: #343434;

	padding: 0px;

	margin: 0px;

	font: 100% 'ＭＳ Ｐゴシック';

	background-image: none;

	background-color: #FFFFFF;

}



h1,h2,h3,h4,h5,h6,p,ol,ul,li,dl,dt,dd,form,fieldset,pre,blockquote {

	margin: 0px;

	padding: 0px;

	font-weight: normal;

}



img {

	border: 0;

}



.txtSmall {

	font-size: 84.5%;

}



.clear {

	clear: both;

}



td,th {

	vertical-align: top;

}



address {

	font-style: normal;

}



/* --------リンクカラー(メインエリア)-------- */



a:link {

	color: #697E8F;

	text-decoration: none;

}

a:visited {

	color: #697E8F;

	text-decoration: none;

}

a:active {

	color: #697E8F

	text-decoration: none;

}

a:hover {

	color: #697E8F;

	text-decoration: underline;

}



/* --------外枠部分指定-------- */



#container {

	margin: 0px auto;

	width: 650px;

	text-align: left;

	font-size: 78.58%;

}



/* --------ヘッダーエリア-------- */



#headerArea {

	display: none;

}



#headerArea #logo {

	padding-top: 18px;

	padding-left: 30px;

	width: 107px;

	position: absolute;

}



#headerArea ul li img {

	display: block;

}



/* --------ヘッダーエリア(右側)-------- */

#headerSideArea {

	margin-left: 320px;

	width: 570px;

	height: 96px;

	position: absolute;

}



/* --------ヘッダーナビエリア-------- */



#headerNaviArea {

	padding-top: 12px;

	position: absolute;

	z-index: 1;

}



#headerNaviArea li {

	list-style: none;

	float: left;

	padding-right: 21px;

}



/* --------ヘッダーエリア(右側)：検索-------- */



#headerSearchArea {

	position: absolute;

	left: 279px;

	margin-top: 8px;

}



#headerSearchArea select {

	float: left;

	width: 53px;

	margin-right: 2px;

}



#headerSearchArea input {

	float: left;

	width: 128px;

	_width: 134px;

}



#headerSearchArea p {

	float: left;

}



#headerSearchArea .adjust {

	margin-left: 2px;

	margin-right: 5px;

}



/* --------グローバルナビエリア-------- */



#globalNaviArea {

	width: 570px;

	height: 41px;

	position: absolute;

	margin-top: 55px;

}



#globalNaviArea li {

	list-style: none;

	float: left;

}



/* --------コンテンツエリア-------- */



#contentsArea {

	margin-left: 30px;

	margin-right: 30px;

	width: 650px;

}



#contentsArea:after {

	content: ".";

	display: block;

	height: 0;

	clear: both;

	visibility: hidden;

}



/* --------メインエリア-------- */



#mainArea {

	width: 650px;



	line-height: 1.4;

}

/* --------メインエリア（ジャンル）-------- */

#mainArea .genre {

	display: none;

}



/* --------メインエリア スタンダードなh2指定-------- */

#mainArea h2 {

	font-weight: bold;

	font-size: 125%;

	border-bottom: solid #CCCCCC 1px;

	padding-bottom: 5px;

	margin-bottom: 12px;

	_margin-top: 8px;

}

/* --------メインエリア スタンダードなh3指定-------- */

#mainArea h3 {

	color: #393939;

	font-weight: bold;

	font-size: 110%;

	border-bottom: solid #CCCCCC 1px;

	padding: 1px 0px 6px 0px!important;

	margin: 8px 0px 4px 0px;

}



/* --------メインエリア スタンダードなh4指定-------- */

#mainArea h4 {

	color: #393939;

	height: 14px;

	font-weight: bold;

	font-size: 100%;

	padding: 0px 0px 2px 0px;

	margin: 8px 0px 8px 0px;

	line-height: 1.2;

	border-bottom: solid #CCCCCC 1px;

}



/* --------メインエリア（詳細ページ）：サイドB--------firefoxで印刷時に右側が切れるので、margin-rightを追加 */

#mainArea #detailBox #sideB {

	width: 410px;

	float: right;

	margin-right: 6px;

}



/* --------サイドエリア-------- */



#sideArea {

	display: none;

}





/* --------メインエリア-------- */



#mainArea h1 {

	padding-bottom: 20px;

}





/* --------「Page Top」へ-------- */



.pageTop {

	display: none;

}





/* --------フッターエリア-------- */



#footerArea {

	display: none;

}





/* --------微調整用クラス-------- */



.marBottom10 {

	margin-bottom: 10px;

}



.marBottom20 {

	margin-bottom: 20px;

}



.marTop10 {

	margin-top: 10px;

}



.padBottom10 {

	padding-bottom: 10px;

}



.padTop10 {

	padding-top: 10px;

}

























/* --------textalign: right; のFirefoxはみ出しへの細かい調整用に追加------- */





#company .date {

	margin-right: 40px;

}



























