@charset "UTF-8";
/*******************************************
共通スタイルシート
*******************************************/




/*========================================
　初期化
========================================*/

* {
	margin:0;
	padding:0;
}
html {
	overflow-y:scroll;
}
img {
	border:0;
}
input, button, select, optgroup, option, textarea {
	position:relative;
	margin-right:2px;
	padding:2px 0;
	vertical-align:middle;
	color:#333;
	font-size:12px;
	line-height:1.4
}
input[type="radio"], input[type="checkbox"] {
	top:-2px;
}
select {
	_padding:0;
}/* Mozilla*/
body {
	font-size:12px;
	line-height:1.5;
	color:#333333;
	font-family:/* "メイリオ", Meiryo,*/ "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
a, a:visited {
	color:#0000FF;
}
a:hover {
	color:#FF0000;
}
ul, ol, dl {
	list-style:none;
}
table {
	border:0;
	border-collapse:collapse;
	border-spacing:0;
}
a:link, a:visited, a:hover, a:active {
	color:#940206;
}
/*========================================
　フォントなどの共通スタイル
========================================*/

.pd_b5 {
	padding-bottom:5px;
}
.pd_b10 {
	padding-bottom:10px;
}
.pd_b15 {
	padding-bottom:15px;
}
.pd_b20 {
	padding-bottom:20px;
}
.pd_b30 {
	padding-bottom:30px;
}
.pd_b40 {
	padding-bottom:40px;
}
.pd_b50 {
	padding-bottom:50px;
}
.mg_b5 {
	margin-bottom:5px;
}
.mg_10 {
	margin:10px 0;
}
.mg_b10 {
	margin-bottom:10px;
}
.mg_b15 {
	margin-bottom:15px;
}
.mg_b20 {
	margin-bottom:20px;
}
.mg_b30 {
	margin-bottom:30px;
}
.mg_b40 {
	margin-bottom:40px;
}
.mg_b50 {
	margin-bottom:50px;
}
/*========================================
　パンくず
========================================*/
#pkz{
	padding-bottom:15px;
}
/*========================================
　トップへ戻る
========================================*/
#toTop{
	clear:both;
	text-align:right;
	margin-top:50px;
	padding:15px 0 15px 0;
	background:url(../img/common/dot1.gif) repeat-x top;
}
.con_Top{
	text-align:right;
	margin-top:10px;
	padding:0 0 35px 0;
}
.con_Top2{
	text-align:right;
	margin-top:10px;
	padding:30px 0;
}
/*========================================
　アイコン・リンク矢印など
========================================*/
a.arrow1 {
	background:url(../img/common/icon_arrow1.gif) 0 0.2em no-repeat;
	padding:0 0 2px 8px;
}
a.arrow2 {
	background:url(../img/common/icon_arrow2.gif) 0 0.2em no-repeat;
	padding:0 0 2px 16px;
}
a.arrow3 {
	background:url(../img/common/icon_arrow3.gif) 0 0.2em no-repeat;
	padding:0 0 2px 16px;
}
a.arrow5 {
	background:url(../img/common/icon_arrow5.gif) 0 center no-repeat;
	padding:0 0 2px 8px;
}
/* TABLE   TABLE-0010
----------------------------------------*/
talbe.table01 {
}
table.table01 thead th,
table.table01 tbody th,
table.table01 tbody td {
	padding:4px;
	border:1px solid #CCC;
	font-weight:normal;

}
table.table01 thead th {
	background:##EDEDED;
}
table.table01 tbody th {
	background:#EDEDED;
}
table.table01 tbody td{
	text-align:center;
}
/* TABLE   TABLE-002
----------------------------------------*/
talbe.table02 {
}
table.table02 thead th,
table.table02 tbody th,
table.table02 tbody td {
	padding:4px;
	border:1px solid #CCC;
	font-weight:normal;

}
table.table02 thead th {
	background:##EDEDED;
}
table.table02 tbody th {
	background:#EDEDED;
	vertical-align:text-top;
}
table.table02 tbody td{
	text-align:center;
	vertical-align:text-top;
}
/* TABLE   TABLE-003
----------------------------------------*/
talbe.table03 {
}
table.table03 thead th,
table.table03 tbody th,
table.table03 tbody td {
	padding:4px;
	border:1px solid #CCC;
	font-weight:normal;

}
table.table03 thead th {
	background:##EDEDED;
}
table.table03 tbody th {
	background:#EDEDED;
}
table.table03 tbody td{
}


/*========================================
　レイアウト
========================================*/


/*--------------header--------------*/
#header {
	padding-bottom:20px;
	margin-bottom:15px;
	background:url(../img/common/bg_header.gif) repeat-x bottom;
}
#header #headerInner {
	width:930px;
	margin:0 auto;
	padding:23px 45px 0 45px;
}
#header #headerInner #headerL {
	float:left;
}
#header #headerInner #headerR {
	width:400px;
	float:right;
}
#header #headerInner #headerR #headerLinks {
	padding-bottom:15px;
	float:right;
}
#header #headerInner #headerR #headerLinks li {
	float:left;
	padding-left:13px;
}
#header #headerInner #headerR #searchArea{
	width:400px;
	text-align:right;
}

/*
#header #headerInner #headerR #searchArea dt {
	float:left;
	padding:0 5px 0 100px;
	width:230px;
}

#header #headerInner #headerR #searchArea dt input {
	height:13px;
	width:215px;
}
#header #headerInner #headerR #searchArea dd{
	float:left;
	width:60px;
}
*/
/*--------------main--------------*/
#contents {
	width:930px;
	padding:0 0 20px 0;
	margin:0 auto;
}
/*---------2010/07/09追加---------*/
ol{
	padding:0 0 0 20px;
	list-style-type: decimal;
}
ol li{
	margin:0 0 0 10px;
	padding:0 0 10px 0;
}
/*--------------ナビ--------------*/
#globalNavi {
	clear:both;
	padding-bottom:5px;
}
#globalNavi li {
	float:left;
	line-height:1;
}
#naviL li{
	line-height:1;
	padding-bottom:5px;
}

/*--------------footer--------------*/
#footer {
	clear:both;
	width:930px;
	margin:0 auto;
	padding:15px 0 0 0;
	background:url(../img/common/bg_footer.gif) repeat-x top;
}
#footer #footerL {
	float:left;
}
#footer #footerR {
	float:right;
}
#footer #footerR li {
	float:left;
	padding-left:15px;
	font-size:10px;
}
/*--------------clearfix--------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
/*--------------clearfix--------------*/

