@charset "UTF-8";
/*-------------------------------------------------------------------基本設定*/
/*-----------------------------------------------------------------------<h->*/

/*ロゴ*/

/*ページタイトル*/
h2 {
	width:930px;
	margin:0px auto;
	padding:0px;
}

/*---------------------------------------------------------------------------*/
/*関連リンク・関連記事*/

h3 , h5 {
	padding:5px;
	font-size:108%;
	color:#FFF;
	margin-top:30px;
	background-color:#28a900;
	font-weight:bold;
}



h3.first {
	margin:36px auto 0;
}



/*下線*/
.bb {
	border-bottom:1px solid #CCC;
}



/*ボックス*/
.h5Txt {
	margin:0 auto 30px;
	padding:10px 10px 10px 10px;
	border:1px solid #000099;
}
/*著作権*/
.cp {
	padding:12px 0 0 0;
	color:#FFF;
	font-size:85%;
	border-top:1px solid #CCC;
}
/*プロフィール著者名*/
.name {
	padding-bottom:6px;
	margin-left:10px;
}


/*---------------------------------------------------------------------------*/
/*段組み基本*/
.column, .column1, .column2 {
	width: 930px;
	margin: 0 auto;
	color: #121212;
	zoom: 1;
	padding-bottom: 0px;
}

/*段組み基本:回り込みクリア*/
.column1:after, .column2:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow:hidden;
}
/*DW*/
.column1 + * {
	clear: both;
}
/*DW*/
.column2 + * {
	clear: both;
}
/*段組み基本 段落P*/
.column p, .column0 p, .column1 p, .column2 p, .column1read1 p{
	padding:0 0 20px;
	font-size:108%;
	line-height:1.8;
}

/*---------------------------------------------------------------------------*/
/*脚注フォントサイズ*/
.column1 .imgBoxRight span,.imgBoxRight2 span, .centerBox1 span, .Tbl3 span {
	display: block;
	padding: 4px;
	font-size: 93%;
	line-height: 1.2;
	color:#CC0000;
}



/*フォントサイズ小*/
p em {
	font-size:85%;
	color:#999;
}
/*----------------------------------------------------------基本設定:サイト幅*/
/*---------------------------------------------------------------------------*/

/*ヘッダー*/
#header {	width:930px;
	margin:0 auto;
}
#header img{
	float:left;
}

#wrapper{
	background: url(_image/bg01.jpg) no-repeat;
	background-position: top center;
}
/*--------------------------------------------------------基本設定:コンテンツ*/
/*---------------------------------------------------------------------------*/
/*コンテンツ*/
#contents {
	width:930px;
	margin:0px auto;
	padding:0px;
	background: url(_image/bg00.jpg) center top repeat-y;
}
/*----------------------------------------------------------基本設定:フッター*/
/*---------------------------------------------------------------------------*/

/*フッター*/
#footer {	width:930px;
	margin:0 auto;
	padding:12px 0 12px;
	font-size:77%;
	color:#121212;
	text-align:center;
}
/*----------------------------------------------------------------------------*/	
/*画像右寄せ*/
column1 .inner {
	display:inline;
}
.mainBlock0{
padding:10px 30px 30px;
}

.mainBlock{
padding:30px;
}


/*-------------------------------------------------------------------基本設定*/
/*---------------------------------------------------------------リンク色設定*/

/*文字色*/
a:link {
	color:#CC0000;
	text-decoration:underline;
	font-weight:bold;
}
a:visited {
	color:#CC0000;
	text-decoration:underline;
	font-weight:bold;
}
a:hover {
	color:#CC0000;
	text-decoration:none;
	font-weight:bold;
}
a:active {
	color:#CC0000;
	text-decoration:none;
	font-weight:bold;
}


.minheight {
	min-height: 100px;
	height: auto !important;
	height: 100px;
}
/*--------------------------------------------------製品ラインナップ用テーブル*/
/*----------------------------------------------------------------------------*/

/*ボックス*/
.h3Txt {
	margin:0 auto;
	padding:10px 0px 0px 10px;
	border:1px solid #28a900;
}
/*テキストエリア*/
.h3Txt p{
margin:0px 0px 10px 10px ;
padding:0px;
}

h4{
color:#000000;
background-color:#fff100;
padding:4px;
font-size:125%;
font-weight:bold;
}

/*画像幅280px*/
.column1 .imgBoxRight {
	width:300px;
	float:right;
}
/*画像ボーダー3*/
.column1 .imgBoxRight img {
	margin:0 0 4px 18px;
	border:1px solid #CCCCCC;
}
/*脚注ボックス3*/
.column1 .imgBoxRight span {
	display:block;
	margin:0 0 0 18px;
	padding:0 0 24px 0;
}

/*画像幅280px*/
.column1 .imgBoxRight2 {
	width:220px;
	float:right;
}
/*画像ボーダー3*/
.column1 .imgBoxRight2 img {
	margin:0 0 4px 18px;
}
/*脚注ボックス3*/
.column1 .imgBoxRight2 span {
	display:block;
	margin:0 0 0 18px;
	padding:0 0 24px 0;
}

.centerBox1 {
	text-align:left;
	margin:20px auto;
}
