@charset "UTF-8";

<!-- 

/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/

/*-- BODY全体に関する設定 --*/
body {
font-size: 9pt;
font-family: "ＭＳ Ｐゴシック", Osaka,sans-serif;
background: #ffffff;
color: #6e6e6e;
letter-spacing: 1px;
margin: 0px auto 0px auto;
}


/*-- 表示ページ全体 --*/
.base{
width: 720px;
margin: 0px auto 0px auto;
color: #6e6e6e;
}


h1 {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 35px;
font-size:11pt;
color:red;
}


h2 {
font-size:9pt;
color:#3399ff;
margin-top:20px;
margin-bottom:5px;
}


h3 {
font-size:9pt;
color:#3399ff;
margin-top:20px;
margin-bottom:5px;
}


.subtitle {
font-size:9pt;
font-weight:bold;
color:#3399ff;
margin-top:20px;
margin-bottom:5px;
}


.kiji {
margin: 0px 0px 0px 0px;
font: 9pt;
line-height: 14Pt;
}


.kiji2 {
margin: 10px 0px 0px 0px;
font: 9pt;
line-height: 14Pt;
}


.kiji3 {
margin: 30px 0px 0px 0px;
font: 9pt;
line-height: 14Pt;
}


strong{
}


/*--リンク--*/
a {text-decoration: underline;}
A:link{ color:blue}
A:visited{color:blueviolet;}
A:hover{color:orange;}

.line{ 
text-decoration: none; 
}

a.navi:link {
	color: #6e6e6e;
	text-decoration: none;
}
a.navi:visited {
	color: #6e6e6e;
	text-decoration: none;
}
a.navi:hover {
	color: #6e6e6e;
	text-decoration: none;
}

/**************************************************************************************
タイトルブロック設定
**************************************************************************************/
.header{
width: 720px;
margin: 0px 0px 20px 0px;
}

.header-box1{
width: 720px;
margin: 10px 0px 10px 0px;
padding: 0px 0px 0px 0px;
font-size:8pt;
background-color:#ffcc99;
}

.header-box2{
float: left;
width: 200px;
height: 200px;
margin: 0px 0px 8px 0px;
padding: 0px 0px 0px 0px;
}

.header-box3{
float: left;
width: 518px;
height: 200px;
margin: 0px 0px 8px 2px;
padding: 0px 0px 0px 0px;
}

.header-box4{
width: 720px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 14px 0px;
 background-image:url(../image/bar.png);
background-repeat: repeat-x;
background-position: left bottom;
font-size:8pt;
}


/**************************************************************************************
メニューブロック設定
**************************************************************************************/

.left{
width: 200px;
padding: 0px 0px 0px 0px;
float: left;
}

.menu-box1{
width: 200px;
height: 60px;
margin: 0px 0px 2px 0px;
padding: 0px 0px 0px 0px;
}

.menu-box2{
width: 200px;
height: 31px;
margin: 30px 0px 10px 0px;
padding: 0px 0px 0px 0px;
text-align: center;
}

.menu-box3{
width: 200px;
margin: 10px 0px 10px 0px;
padding: 0px 0px 0px 0px;
text-align: center;
}

.img{
border: none;
} 

/**************************************************************************************
メイン記事ブロック設定
**************************************************************************************/

.center{
 width: 520px;
 padding: 0px 0px 0px 0px;
 float: left;
}


.center-box1{
 width: 500px;
 height: 30px;
 background-image:url(../image/midasi1.jpg);
 background-repeat:no-repeat;
 margin: 0px 0px 5px 0px;
 padding: 5px 0px 0px 0px;
}


.center-box2{
 width: 460px;
 margin: 0px 0px 10px 20px;
 padding: 0px 0px 0px 0px;
}

.center-box3{
 width: 500px;
 height: 60px;
 margin: 30px 0px 10px 0px;
 padding: 0px 0px 0px 0px;
 text-align:center;
}

/*--文字の装飾--*/
.red{
color:red;
}

.green{
 border-style:solid;
 border-color:#00cc00;
 border-top-width:0px;
 border-bottom-width:1px;
 border-left-width:0px;
 border-right-width:0px;
}


/**************************************************************************************
フッタブロック設定
**************************************************************************************/

.footer{
clear: both;
}


.footer-box1{
width: 720px;
height: 30px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
text-align: center;
}


hr { 
width: 720px; 
height: 1px;
}


.so_go { 
width:50%;
 padding-left:0px;
 padding-right:0ex;
vertical-align:top;
}

.list{
list-style-type: disc;
} 

 -->