body {
text-align: justify;
background-color:#fcfaf5;/*サイトの背景色-----------------*/
font-family:"游ゴシック体","Yu Gothic",YuGothic,Meiryo,Osaka,Verdana,Calibri,Helvetica,sans-serif;
font-size:16px;/*基本文字サイズ-----------------*/
line-height:170%;
color:#111111;/*基本文字色-----------------*/
margin-top:20px;/*ヘッダと上限との間隔-----------------*/
margin-bottom:0px;
margin-left:0;
margin-right:0;
}



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

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

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

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



/*ヘッダー下メニュー・テキストリンクの色*/
#menu a:link    {font-size:18px;color:#111111;text-decoration:none;font-weight:normal;} 

/*ヘッダー下メニュー・訪問済みのリンクの色*/
#menu a:visited {font-size:18px;color:#111111;text-decoration:none;font-weight:normal;}  

/*ヘッダー下メニュー・クリック時のリンクの色*/
#menu a:active  {font-size:18px;color:#B61515;text-decoration:underline;font-weight:normal;}  

/*ヘッダー下メニュー・マウスの上にカーソルがあるときのリンクの色*/
#menu a:hover   {font-size:18px;color:#B61515;text-decoration:underline;font-weight:normal;}    


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  {
border:none;
}


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


/*リスト下余白あり*/
ul  {
margin:0px;
margin-bottom:40px;
padding:0px 10px 0px 10px;
list-style:none;
font-size:16px;
}

/*リスト下余白あり，番号あり*/
ol  {
margin:0px;
margin-bottom:35px;
padding:0px 15px 0px 15px;
/* list-style:circle; */
font-size:16px;
}


#pagebody{
width:840px;
margin:0 auto;
text-align:left;
}


/*ヘッダー指定---------------------------------------------------*/
#header{
background-color:#ffffff;/*ヘッダー背景色-----------------*/
background-image:url(images/title.png);/*ヘッダー画像-----------------*/
background-position:right bottom;
background-repeat:no-repeat;
padding:12px 20px 0px 20px;
height:337px;
}


/*ヘッダー下メニュー指定---------------------------------------------------*/
#menu{
display:block;
text-align:center;/*メニュー文字中央寄せ-----------------*/
background-color:#ffffff;/*背景色-----------------*/
border-top:#ff3a54 solid 2px;/*ヘッダーとの境界線の指定-----------------*/
padding:10px;
font-size: 22px;
line-height:100%;
}


#contents{
background-color:#ffffff;
border-left:#ffffff solid 1px;
border-right:#ffffff solid 1px;
border-bottom:#ffffff solid 1px;
margin-bottom:2px;
}




/*コンテンツエリアの余白-----------------*/
#main_area{
padding:15px 30px 20px 30px;
}


/*メニューの仕切り-----------------*/
.part{
color:#ff3a54;/*仕切りの色-----------------*/
}


/*コンテンツサブタイトル下のライン-----------------*/
.main{
border-bottom:#ff3a54 solid 2px;/*アンダーラインの指定（色・線種・太さ）------*/
margin-bottom:15px;
}


/*コンテンツサブタイトル文字とアンダーライン-----------------*/
.main_text{
border-bottom:#ffe0e4 solid 0px;/*アンダーラインの指定（色・線種・太さ）------*/
padding:2px;
color:#111111;/*タイトルの文字色--------------------------------*/
font-size:18px;
font-weight:bold;
}

/*普通のテキスト-----------------*/
.text{
margin-bottom:35px;
padding:0px 8px;
text-align:justify;
font-size:16px;
}

/*イメージ回り込みテキストの場合（文字大きめ）------------------*/
.text_img{
margin-bottom:15px;
text-align:justify;
font-size:18px;
}
.text_img img{
vertical-align:middle;
margin-right:15px;
}


#news{
margin-bottom:20px;
}


#news li{
margin-bottom:0.3em;
}


 /* コピーライト*/
#copyright{
text-align:center;
font-size:10px;
margin-bottom:25px;
color:#333333;
}


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