/* 基本タグの初期化 */

body {
	margin:0;
	font-size:small;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background-color:#FFF;
}

h1,h2,h3,h4,form,p {
	font-size:12px;
	margin:0;
	padding:0;
}

img {
	margin:0;
	border:none;
}

p{
	line-height:1.3;
}

ul,ol{
	margin: 0 0 0 15px;
	padding: 0;
	list-style-type: disc;
	list-style-position: outside;
}


/* 全てのページに共通する定義（原則追加変更不可）*/

#wrapper {
	text-align: left;
	padding: 10px 0 10px 0;
	width: 930px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* ROOF

--------------------------------------------------------------*/

#ROOF{
	width:930px;
	height:45px;
	margin:0;
	padding:0;
	list-style:none;
	background-color:#EAEAEA
}

#ROOF ul{
	width:925px;
	padding:0;
	margin:2px 0 0 2px;
}

#ROOF ul li{
	display: inline;
	margin:0px;
	padding:0px;
}

#ROOF a{
	height:25px;
}

#ROOF img{
	height:40px;
	padding:0px;
}


/* MAIN */

#MAIN{
	width:900px;
	text-align:left;
	float: right;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-left: 10px;
}

#contents{
	width:600px;
	float:right;	
}

#HEADER {
	width:930px;
	height:150px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006;
}

#TEXT{
	text-align:right;
}


#H1AREA{
	margin:0;
	padding:0;
}

#leftcontents{
	width:210px;
	float: left;
}

#rightcontents{
	width:630px;
	float: right;
	margin-top: 0;
	margin-right: 20px;
	margin-left:15px;
	margin-bottom: 0;
	margin-left: 10px;
}

/* フロート用 */
.float {
	float: left;
	padding-left: 20px;
}

/* フロート解除 */
.floatend {
	padding-left: 20px;
	clear: both;
}

/* イメージのエリア */
.tempimg {
	margin:10px 0 10px 0;
	padding:0 20px 0 25px; 
	float:auto;
}

/* クリア*/

.floatClear {
	display:block;
	clear:both;
	width:auto;
	height:1px;
	overflow:hidden;
	margin:0 0 -1px 0;
	padding:0;
	font-size:1px;
	background:transparent;
}

/* TOPICPASS

--------------------------------------------------------------*/
#navi{
	width:900px;
}

ul#TOPICPASS {
	width:930px;
	float:left;
	margin: 0;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;	
} 

ul#TOPICPASS li {
	margin: 0 8px 0 0;
	padding: 0 0 0 8px;
	display: inline;
	background: url(../img/pic_navi.gif) no-repeat 0 50%;
	color: #039;
	font-size: 80%;
	font-weight: bold;
}

ul#TOPICPASS li.first {
	background-image: none;
	color: #039;
}





/* マージン：上方向

--------------------------------------------------------------*/

.mt0 {
	margin-top:0px !important;
}

.mt2 {
	margin-top:2px !important;
}

.mt3 {
	margin-top:3px !important;
}

.mt5 {
	margin-top:5px !important;
}

.mt7 {
	margin-top:7px !important;
}

.mt9 {
	margin-top:9px !important;
}

.mt8 {
	margin-top:9px !important;
}

.mt10 {
	margin-top:10px !important;
}

.mt13 {
	margin-top:13px !important;
}

.mt15 {
	margin-top:15px !important;
}
.mt16 {
	margin-bottom: 20px;
	margin-top: 0px;
}


.mt20 {
	margin-top:20px !important;
}
.mt21 {
	margin-bottom: 20px;
}


.mt25 {
	margin-top:25px !important;
}

.mt30 {
	margin-top:30px !important;
}

.mt35 {
	margin-top:35px !important;
}

.mt40 {
	margin-top:40px !important;
}

.ml10{
	margin-left:15px !important;
}

.ml15{
	margin-left:15px !important;
}

/* 行揃え */
.taRight {
	text-align: right;
}

.taLeft {
	text-align: left;
}

.taCenter {
	text-align: center;
}

/* 縦位置 */

.vat {
	vertical-align:top;
}

.vam {
	vertical-align:middle;
}

.vab {
	vertical-align:bottom;
}

/* indent*/
.indent{
	padding-left:1em;
	text-indent:-1em;
}

/* 基本リンク色 */

a:link, a:visited, a:active {
	color:#039;
	text-decoration:underline;
	/*font-weight:bold;*/
}

a:hover {
	color:#69F;
	text-decoration:underline;
	/*font-weight:bold;*/
}


/* 基本色 */

.error{
	color:#FF0037;
}


/* FOOTER

--------------------------------------------------------------*/

#FOOTER{
	width:930px;
	padding:0;
	text-align:center;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
}

#FOOTER #LINK{
	padding:5px 0 10px 0;
	font-size:80%;
}

#FOOTER #LINK span{
	padding:0 5px;
}

#FOOTER #COPYRIGHT{
	margin:10px 0 0 0;
	padding:3px 0;
	color:#666;
	font-size:80%;
}

#FOOTER #CORP{
	margin:10px 0;
	font-size:80%;
}

#FOOTER #LINK a,

#FOOTER #COPYRIGHT a,

#FOOTER #CORP a{
	font-weight:normal;
}

.pagetop{
	margin:20px 0 10px 0;
	text-align:right;
}

/*　メニュー　*/
#menu{
	width:200px;
}

#menu #link a,{
	font-weight:normal;
	color:#630;
}

#menu01 {
	line-height: 3em;
	height: 40px;
	width: 210px;
	text-align:left;
	text-indent: 20px;
	padding: 0px;
	margin-bottom:1px;
	background-image: url(../img/menu01.gif);
	background-repeat: no-repeat;	
}
#menu01_01l {
	line-height: 1.2em;
	width: 190px;
	height: 43px;
	text-align:left;
	/*margin-bottom:1px;*/
	background-image:url(../img/menu01_01L.gif);
	padding-top: 8px;
	padding-right: 0px;
	padding-left: 20px;
	background-repeat: no-repeat;
}
#menu01_01 {
	line-height: 2em;
	width: 210px;
	height: 30px;
	text-align:left;
	text-indent: 20px;
	/*margin-bottom:1px;*/
	background-image:url(../img/menu01_01.gif);
	padding: 0px;
}
#menu01_02 {
	line-height: 1.3em;
	width: 210px;
	height: 25px;
	font-size:12px;
	text-align:left;
	text-indent: 35px;
	padding: 0px;
	background-image:url(../img/menu01_03.gif)
}
#menu01_03 {
	width: 210px;
	height: 25px;
	font-size:12px;
	text-align:left;
	text-indent: 20px;
	padding: 0px;
	margin-bottom:1px;
	background-image: url(../img/menu01_04.gif);
	line-height: 1em;
}

#menu02 {
	line-height: 2em;
	height: 30px;
	width: 210px;
	text-align:left;
	text-indent: 20px;
	padding: 0px;
	margin-bottom:1px;
	background-image: url(../img/menu02.gif);
	background-position: center;
}
#menu02_01 {
	line-height: 3.0em;
	width: 210px;
	height: 30px;
	text-align:left;
	text-indent: 20px;
	padding: 0px;
	/*margin-bottom:1px;*/
	background-image:url(../img/menu02_01.gif)
}
#menu02_02 {
	line-height: 1.3em;
	width: 210px;
	height: 25px;
	font-size:12px;
	text-align:left;
	text-indent: 35px;
	padding: 0px;
	background-image:url(../img/menu02_03.gif)
}
#menu02_03 {
	line-height: 1.3em;
	width: 210px;
	height: 25px;
	font-size:12px;
	text-align:left;
	text-indent: 20px;
	padding: 0px;
	margin-bottom:1px;
	background-image: url(../img/menu02_04.gif);
}

#menu03 {
	line-height: 2.2em;
	width: 210px;
	height: 30px;
	text-align:left;
	text-indent: 20px;
	padding: 0px;
	margin-bottom:1px;
	background-image: url(../img/menu03.gif);
}
#menu03_01l {
	line-height: 1.2em;
	width: 190px;
	height: 43px;
	/*margin-bottom:1px;*/
	background-image:url(../img/menu03_01L.gif);
	padding-top: 8px;
	padding-left: 20px;
	padding-right: 0px;
	background-repeat: no-repeat;
	text-align: left;
}

#menu03_01 {
	line-height: 2.2em;
	width: 210px;
	height: 30px;
	text-align:left;
	text-indent: 20px;
	padding: 0px;
	/*margin-bottom:1px;*/
	background-image:url(../img/menu03_01.gif)
}

#menu03_02 {
	line-height: 1.3em;
	width: 210px;
	height: 25px;
	font-size:12px;
	text-align:left;
	text-indent: 35px;
	padding: 0px;
	background-image:url(../img/menu03_03.gif)
}

#menu03_03 {
	line-height: 1.3em;
	width: 210px;
	height: 25px;
	font-size:12px;
	text-align:left;
	text-indent: 35px;
	padding: 0px;
	margin-bottom:1px;
	background-image: url(../img/menu03_04.gif);
}

#menu04 {
	line-height: 3em;
	height: 40px;
	width: 210px;
	text-align:left;
	text-indent: 20px;
	padding: 0px;
	margin-bottom:1px;
	background-image: url(../img/menu04.gif);
	background-position: center;
	list-style-type: none;
}
#menu04_01 {
	line-height: 2em;
	width: 210px;
	height: 30px;
	text-align:left;
	text-indent: 20px;
	padding: 0px;
	/*margin-bottom:1px;*/
	background-image:url(../img/menu03_01.gif)
}
#menu04_02 {
	line-height: 1em;
	width: 210px;
	height: 25px;
	font-size:12px;
	text-align:left;
	text-indent: 35px;
	padding: 0px;
	background-image:url(../img/menu03_03.gif)
}
#menu04_03 {
	line-height: 1em;
	width: 210px;
	height: 25px;
	font-size:12px;
	text-align:left;
	text-indent: 20px;
	padding: 0px;
	margin-bottom:1px;
	background-image: url(../img/menu03_04.gif);
}

#menu05 {
	line-height: 1.3em;
	height: 30px;
	width: 210px;
	text-align:left;
	text-indent: 20px;
	padding: 0px;
	margin: 0px;
	background-image: url(../img/menu05.gif);
	background-position: center;
}

/*　見出し　*/
#m_title {
	color: #00C;
	font-weight:bold;
	font-size:16px;
	line-height: 1.5em;
	height: 30px;
	width: 630px;
	text-indent:40px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	background-image:url(../img/title_back.gif);
	}

.list_ind{
	/*text-indent:-2em;*/
	list-style-type: circle;
	list-style-position: outside;
	margin-left:40px;
	line-height:1.5em;
}

.bold01 {
	font-weight:bold;
	font-size:14px;
	color: #993333;
	margin: 20px 0 5px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #630;
	}
	
.bold02 {
	color: #F00;
	}
	
.bold03 {
	color: #000;
	font-weight:bold;
	font-size:14px;
	margin: 20px 0 5px 0;
	}
	
/*本文見出し*/
.midasi01{
	color:#009;
	font-weight:bold;
}

.midasi02{
	color: #00C;
	font-weight:bold;
	font-size:12px;
	line-height: 1.5em;
	height: 23px;
	width: 600px;
	text-indent:20px;
	margin-left:10px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	background-image:url(../img/title_back02.jpg)
	
}

.hon_bold_r{
	font-size:16px;
	font-weight:bold;
	color:#F00;
}

/* 行間 */
.lh15{
	line-height:1.5em
}

.lh20{
	line-height:2em
}

.table_line{
	border: 1px solid #CCC;	
}.bold {
	font-weight: bold;
}
.linr_g {
	background-image: url(../img/line_g.jpg);
	background-repeat: repeat-y;
}

