﻿@charset "utf-8";


/*
ページ全体-----------------------------------------------------------*/

*{
margin:0;
padding:0;
}

body{
background-color:#ffffff;
background-image:url(body_back.gif);
background-repeat:repeat-y;
background-position:center;
background-attachment:scroll;
text-align:center;
font-family:MS UI Gothic,Sans-serif,Arial,Tahoma,Verdana,"ＭＳ Ｐゴシック","Comic Sans ms",sans,Osaka;
}

/* 英字フォント設定
=======================================================================================================*/
.english{
font-size:110%;
line-height:140%;
font-family:Sans-serif,MS UI Gothic,Arial,Tahoma,Verdana,"ＭＳ Ｐゴシック","Comic Sans ms",sans,Osaka;
}
/*=====================================================================================================*/


/* 画像の設定 */

img{
border:none;
}


/* 段落の設定 */

p{
font-size:80%;
text-align:justify;
text-justify:distribute;
color:#645a32;
line-height:170%;
}


/* 見出しの設定 */


h2{
font-size:95%;
font-weight:normal;
color:#645a32;
}


h3{
font-size:85%;
font-weight:normal;
color:#645a32;
margin-bottom:1.5em;
}


/* h1～h6の余計な空白削除 */

h1,h2,h3,h4,h5,h6 {
margin:0;
padding:0;
}


/* リンクの設定 */

a:hover{
text-decoration:none;
}


/* pの余計な空白削除 */

p{
margin:0;
padding:0;
}


/* リストの設定 */

ul{
list-style:none;
margin:0.5em 0 0 0;
}

li{
font-size:90%;
color:#645a32;
margin-bottom:0.7em;
}


#area{
background:#ffffff;
width:1000px;
height:auto;
margin:0 auto;
display:block;
}


/*
ヘッダー--------------------------------------------------------------*/

#header{
background: url() no-repeat;
width:1000px;
height:28px;
margin:0 auto;
}

#header h1{
font-size:80%;
font-weight:normal;
color:#73683e;
text-align:right;
padding:5px 5px 0 0;
}


/*
メインコンテンツ------------------------------------------------------*/


/* contentsレイアウトの設定 */

#wrapper{
background-color:#FFFFFF;
width:1000px;
height:auto;
}

div #top_image{
background-image: url(image.jpg);
background-repeat:no-repeat;
background-position:center top;
width:1000px;
height:960px;
text-align:center;
}

div #top_image_en{
background-image: url(image_e.jpg);
background-repeat:no-repeat;
background-position:center top;
width:1000px;
height:960px;
}

div #contents{
text-align:left;
width:700px;
height:200px;
font-size:82%;
line-height:160%;
}

div #contents p{
margin-top:20px;
}

hr.line{
width:800px;
}

.image{
margin-top:20px;
text-align:center;
height:200px;
}








