/*--------------------------------------------------------------
Copyright WEB MAGIC.
http://www.webamgic.jp/
---------------------------------------------------------------*/



body {
text-align: center;
background-color:#FFFFFF;/*全体の背景色-----------------*/
font-family: Osaka,Verdana,Arial,Helvetica,sans-serif;
font-size:12px;/*基本の文字サイズ-----------------*/
/*line-height:170%;
color:#444444;;/*基本の文字色-----------------*/
margin-top:20px;/*コンテンツボックスを上から少し離しています-----------------*/
margin-bottom:20px;
margin-left:0;
margin-right:0;
}



/*テキストリンクの色*/
a:link    {text-decoration:underline;color:#1378b5;} 

/*訪問済みのリンクの色*/ 
a:visited {text-decoration:underline;color:#1378b5;}  

/*クリック時のリンクの色*/
a:active  {text-decoration:underline;color:#1378b5;}  

/*マウスの上にカーソルがあるときのリンクの色*/
a:hover   {text-decoration:underline;color:#1378b5;}  



 /*上部メニューテキストリンクの色*/
#menu a:link     {color:#444444;text-decoration:none;} 

/*上部メニューテキストリンク・訪問済みのリンクの色*/
#menu a:visited  {color:#444444;text-decoration:none;}  

/*上部メニューテキストリンク・クリック時のリンクの色*/ 
#menu a:active   {color:#1378b5;text-decoration:underline;}

/*上部メニューテキストリンク・マウスの上にカーソルがあるときのリンクの色*/  
#menu a:hover    {color:#1378b5;text-decoration:underline;}  


 /*サイトタイトルテキストリンクの色*/
h1 a:link     {color:#1378b5;text-decoration:none;} 

/*サイトタイトル訪問済みのリンクの色*/
h1 a:visited  {color:#1378b5;text-decoration:none;}  

/*サイトタイトルクリック時のリンクの色*/ 
h1 a:active   {color:#1378b5;text-decoration:underline;}

/*サイトタイトルマウスの上にカーソルがあるときのリンクの色*/  
h1 a:hover    {color:#1378b5;text-decoration:underline;}  


h1,h2,h3 {
margin:0px;
padding:0px;
font-weight:normal;
}


/*pタグ空白消去*/
p {
margin:0px;
padding:0px;
}


/*IMGボーダー非表示*/
img  {
border: none;
vertical-align:top;
}



/*TABLEボーダー非表示*/
table  {
}


/*IE--BRバグ回避*/
br  {
letter-spacing:normal;
}


/*リスト空白消去*/
ul,ol,li  {
margin:0px;
padding:0px;
list-style:none;
}


 /* メインタイトルのフォントサイズ,色*/
h1    {
font-size:26px;       /*タイトル部分文字サイズ-----------------*/
text-decoration:none;
color:#C23E0D;
font-weight:bold;
} 



#pagebody{
width:930px;
margin:0 auto;
background-color:#666666; /*太い外枠の色-----------------*/
padding:1px;
text-align:left;
margin-bottom:4px;
}


#container{
background-color:#ffffff;
padding:0px;
width:930px;
text-align:left;
}


#menu{
text-align:right;
margin-bottom:35px;
}

#wrapper{
position:relative;
float:left;
width:930px; /*トップページの画像とタイトル下の横線指定-----------------*/
margin-bottom:8px;
}

#wrapper2{
position:relative;
width:880px;
margin-bottom:20px;
}


#mainpict{
float:left;
width:926px;
text-align:left;
}


#title{
float:right;
width:340px;
text-align:right;
height:40px;
margin-top:10px;/*左側のイメージ画像の高さから40を引いた数を入れてください*/
padding-right:8px;
line-height:normal;
}


#k_mainpict{
float:left;
width:190px;
text-align:left;
}

#k_title{
float:right;
width:340px;
text-align:right;
height:40px;
margin-top:150px;/*左側のイメージ画像の高さから40を引いた数を入れてください*/
padding-right:8px;
line-height:normal;
}

#comment{
background-color:#ACE4FF; /*トップページENTER部分の背景色-----------------*/
text-align:right;
padding:8px;
margin-bottom:30px;
}


#k_pagetitle{
background-color:#d2dfe6; /*下層ページページタイトル部分の背景色-----------------*/
text-align:left;
padding:8px 12px;
margin-bottom:8px;
font-size:14px;
font-weight:bold;
}


.toptext{
	padding:20px 5px;
	width:400px;
	text-align:left;
	float: left;
}


.toptext2{
	padding:20px 5px;
	width:400px;
	text-align:left;
	float: right;
}


.text_2parts{
position:relative;
float:left;
width:786px;
padding-bottom:15px;
border-bottom:#006aaa solid 1px; /*下層ページの下部の横線指定-----------------*/
margin-bottom:8px;

}


.text_left{
float:left;
text-align:left;
width:355px;
padding:18px;
}


.text_right{
float:right;
text-align:left;
width:355px;
padding:18px;
margin-right: -3px; /*IE6のバグ対策消さぬこと*/
}


.text_wide{
padding:22px;
width:742px;
}

#page_guide{
position:relative;
float:left;
width:786px;
}


.page_left{
float:left;
text-align:left;
width:300px;
padding:4px;
}


.page_right{
float:right;
text-align:right;
width:300px;
padding:4px;
}



#copyright{
clear:both;
text-align:center;
font-size:10px;
margin-bottom:25px;
}

#copyright a:link {color:#444444;}
#copyright a:visited  {color:#444444;}
#copyright a:hover {color:#444444;}
#copyright a:active  {color:#444444;}

/* .clearfix
---------------------------------------------------------------------------------------- */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	font-size: 0.1em;
}

.clearfix {
	display: inline-block;
}

/*\*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/**/

.b {
	font-weight: bold;
}

#formbox1 {
	width: 100%; margin-right: auto; margin-left: auto; max-width: 930px; background-color: rgb(255, 255, 255);
}
.formbgimg {
	width: 100%; height: 600px; margin-top: -2px; margin-right: auto; margin-left: auto; max-width: 760px; background-image: url(images/satei.gif); background-repeat: no-repeat; background-color: rgb(255, 255, 255);
}
.formbgimg .formbox {
	padding: 40px 20px 10px; width: 100%; margin-right: auto; margin-left: auto; max-width: 640px;
}
#formbox1 .formbox form .formtable01 {
	width: 47%; font-size: 0.85em; float: left;
}
#formbox1 .formbox form .formtable02 {
	width: 45%; font-size: 0.85em; float: right;
}
#formbox1 .formbox form .formtable01 tr th {
	padding: 3px 3px 5px; border: 1px solid rgb(255, 255, 255); border-image: none; width: 100px; color: rgb(255, 255, 255); background-color: rgb(27, 151, 207);
}
#formbox1 .formbox form .formtable02 tr th {
	padding: 3px 3px 5px; border: 1px solid rgb(255, 255, 255); border-image: none; width: 100px; color: rgb(255, 255, 255); background-color: rgb(27, 151, 207);
}
.formsateiimg {
	width: 100%; max-width: 436px;
}
.formbuttonimg {
	width: 100%; margin-top: 20px; margin-right: auto; margin-left: auto; max-width: 427px;
}
.formbuttonimg a:hover {
	opacity: 0.7; -moz-opacity: 0.7;
}

.clearfloat {
	clear: both;
}
#syorui {
	padding: 5px;
	border: 1px solid rgb(90, 141, 207);
	border-image: none;
	margin-right: 90px;
	margin-left: 90px;
	background-color: rgb(225, 243, 251);
	text-align: left;
}
#syorui3 {
	padding: 5px;
	border: 1px solid rgb(90, 141, 207);
	border-image: none;
	margin-right: 90px;
	margin-left: 90px;
	background-color: rgb(225, 243, 251);
}
#syorui4 {
	padding: 5px;
	border: 1px solid rgb(90, 141, 207);
	border-image: none;
	margin-right: 110px;
	margin-left: 110px;
	background-color: rgb(225, 243, 251);
}
#syorui2 {
	padding: 5px; border: 1px solid rgb(3, 161, 226); border-image: none; margin-right: 30px; margin-left: 30px; background-color: rgb(225, 243, 251);
}
#syorui2 p {
	margin: 20px;
}
#syorui ul li {
	padding: 5px; margin-bottom: 5px; border-bottom-color: rgb(153, 153, 153); border-bottom-width: 1px; border-bottom-style: dotted; list-style-position: inside;
}
.line01 {
	font-size: 1.2em; display: block;
}
#syorui h2 {
	width: 100%; max-width: 274px;
}

#syorui ul li ol li {
	border-bottom-style: none; list-style-position: outside;
}
