@charset "Shift_JIS";


/* ■format
-----------------------------------*/

*{
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
font-size: 100%;
font-weight: normal;
font-style: normal;
text-decoration: none;
letter-spacing: 0px;
margin: 0;
padding: 0;
list-style-type: none;
list-style-position: outside;
}

body{
font-size: 12px;
color: #333333;
background-color: #ffffff;
line-height: 1.5em;
letter-spacing: 0.1em;
text-align: center;
background-image: url('../background/02.jpg');
background-repeat: repeat-x;
}

h1,h2,h3,h4,h5,h6,em,strong{
font-size: 1em;
font-weight: normal;
font-style: normal;
}

a{
color: #7b68ee;
text-decoration: underline;
}

a:hover{
color: #999999;
text-decoration: none;
}

p{
line-height:200%;
}

address{
font-style: normal;
}

img{
border: none;
}

/*hr（線）
------------------------------------------------------------------*/
hr.style1 {
border: 0;
margin:5px 42px 5px 20px;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

hr.style2 {
height: 1px;
margin:5px 42px 5px 20px;
border: none;
border-top: 1px #EF8F9C dashed;
}




/* ■wrapper
-----------------------------------*/

div#wrapper{
width:750px; /* ページの幅 */
min-width: 50em;
max-width: 90em;
text-align: left;
margin: 0 auto;
background-color:#fafafa;
border: 1px solid #CCCCCC;
}

/* ■header
-----------------------------------*/

div#header{
width:100%;
}

div#header h1 a{
display:block;
	font-size: 11px;		/*h1タグの文字サイズ*/
		font-weight: normal;     /*h1タグの文字太さ*/
	color: #9CA7E2;			/*リンクを設定した際の文字色*/
text-decoration: none;
padding: 5px 0px 0px 20px;
float: left;
}

div#header ul{
	font-size: 10px;		/*文字サイズ*/
text-align: right;
}

div#header li{
padding-right: 10px;
display: inline;
}

/* ■image
-----------------------------------*/

div#image{
height: 98px;
background-image: url('../bana/linktop.jpg');
background-repeat:no-repeat;
margin:10px 10px 0px 10px;
border-top:3px solid #CCAA66;
border-bottom:1px solid #CCCCCC;

}

div#image p{
font-size: 1.0em;
color : #fafafa;
text-align: right;
padding:30px 30px 0 0;
}


/* ■content
-----------------------------------*/

div#content{
margin-left: 78px;
margin-top:15px;
}

div#content h2{
font-size: 22px;		/*h2タグの文字サイズ*/
color: #FF5E19;
font-weight: bold;
margin: 5px 0px 5px 0px;
padding:5px 5px;
text-shadow: 1px 0px 1px #B20008;
}

div#content h3{
font-size: 17px;		/*h2タグの文字サイズ*/
color: #222;
font-weight: bold;
padding:5px 10px;
}

div#content p{
padding: 3px 0px 3px 10px;

}



/* ■pagetop
-----------------------------------*/
.pagetop {
font-size: 12px;
text-align: right;
padding: 0px 20px 0px 0px;
}




/* ■footer
-----------------------------------*/

div#footer{
width:100%;
height:auto;
text-align: center;
margin-top: 10px;
border-top: 1px solid #CCCCBB;
clear: both;
background-color: #FFCCCC;
}


#footerMenu {
text-align:center;
}

#footerMenu a{
color: #4387E9;
font-size: 11px;
letter-spacing: 0.0em;
line-height:230%;
text-decoration: none;
}

#footerMenu a:hover{
color: #4387E9;
text-decoration: none;
}

#footerMenu li {
display:inline;
padding-left:10px;
padding-right:5px;
border-left:1px solid #999999;
}
#footerMenu li.first {
border-left:none;
}

div#footer address{
font-size: 11px;
color: #555555;
letter-spacing: 0.0em;
padding:14px 0px 10px 0px;
}

