@charset "utf-8";
/* ===================================================================
CSS information

 file name  :common.css
 style info :コンテンツエリア関係 他
 
このスタイルシートの構成
 基本設定、レイアウト、横幅設定など
 汎用class
 #page
  #contents
   #main
   #sub
=================================================================== */

/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/
body {
	background: #F9F2E0 url(../images/share/body_bgimg.jpg) repeat center top;
}

a:link {
	color: #339933;
}

a:visited {
	color: #006600;
}

a:hover,
a:active {
	color: #FF6600;
	text-decoration: none;
}


/*----------------------------------------------------
	汎用class
----------------------------------------------------*/
.imgR {
	float: right;
	margin: 0 0 10px 10px;
}

.imgL {
	float: left;
	margin: 0 10px 10px 0;
}

a.opbtn:hover img,
.opbtn a:hover img {
	filter: alpha(opacity=50);
	opacity:0.50;
}

.mid {
	text-align: center;
}


.size15 {
	font-size: 1.5em;
}
.size20 {
	font-size: 2em;
}


/* 外部リンクは別窓用の指定 */
.externalIcon {
	padding-left: 5px;
	vertical-align: middle;
}

/* clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */



table.basicTable {
	border-collapse: collapse;
	margin: 20px auto;
}

table.basicTable th,
table.basicTable td {
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
	padding: 10px;
}

table.basicTable th {
	background-color: #E5E5E5;
	white-space: nowrap;
}

table.basicTable2 {
	border-collapse: collapse;
	margin: 20px auto;
}

table.basicTable2 th,
table.basicTable2 td {
	border: 1px solid lightgray;
	padding: 10px;
}

table.basicTable2 th {
	background-color: #E5E5E5;
	white-space: nowrap;
}


/*----------------------------------------------------
	#page
----------------------------------------------------*/
#page {
	text-align: left;
}


/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents {
	width: 1012px;
	margin: 0 auto;
	background: url(../images/share/section01_bgimg.gif) repeat-y center top;
	padding-top: 0px;
}

#contents #contents_inner:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}

#contents #contents_inner {
	background: url(../images/share/section01_bgimg_top.gif) no-repeat center top;
	padding: 16px 36px;
}

* html #contents {
	position: relative;
	z-index: 1;
}




/*----------------------------------------------------
	#main
		メイン
----------------------------------------------------*/
#main {
	float: left;
	width: 680px;
}

/* add 2011.02.27 */
#main h2{
	height: 30px;
	width: 630px;
	font-weight: bold;
	padding-top: 8px;
	color: #660;
	border: 1px dashed #C1B081;
	background-color: #EFEED8;
	padding-right: 20px;
	padding-left: 20px;
}
#main h3{
	background-image: url(../images/share/main_h3.jpg);
	background-repeat: no-repeat;
	height: 32px;
	padding-left: 40px;
	font-weight: bold;
	padding-top: 8px;
	color: #099;
	margin-top: 10px;
	margin-bottom: 10px;
}
#main h4{
	background-image: url(../images/share/main_h4.jpg);
	background-repeat: no-repeat;
	height: 32px;
	padding-left: 40px;
	font-weight: bold;
	padding-top: 8px;
	color: #099;
	margin-top: 10px;
	margin-bottom: 10px;
}

.title350 {
	height: 30px;
	width: 350px;
	font-weight: bold;
	padding-top: 8px;
	color: #660;
	border: 1px dashed #C1B081;
	background-color: #EFEED8;
	padding-right: 20px;
	padding-left: 20px;
}

/* -----------------------------------------------------------
	#sub
		サイドバー、サブ
----------------------------------------------------------- */
#sub {
	float: right;
	width: 231px;
}

table.noline td{
	border: 0px;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 5px;
}

