@charset "utf-8";

/* ****************************************************************
   facbook設定
**************************************************************** */

/* ********************************
   全体レイアウト
******************************** */
body{
	max-width:725px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}


/* ********************************
   ページ内設定
******************************** */

#contents {
	width: 725px;
	margin: 0 auto
}

h1 {
	margin-bottom: 20px;
}

h2 {
	margin-bottom: 2px;
	color: #800080;
	width: 486px;
	margin-bottom: 4px;
}

h2 span {
	color: #ff6c71;
}

h3{
	margin-top: 20px;
}

#contents ul li.line {
    background: url("../images/line.gif") repeat-x scroll 0 0 transparent;
	margin-bottom: 30px;
    padding-top: 22px;
}

#contents ul li.line2 {
    background: url("../images/line.gif") repeat-x scroll 0 0 transparent;
    padding-top: 22px;
}

.textArea_C {
    float: right;
    width: 486px;
	margin-right: 30px;
}


#contents .textArea_C p {
    line-height: 1.2em;
}

#contents p.img {
    float: left;
    text-align: center;
    width: 160px;
	margin-left: 30px;
}

#contents p.btn {
    clear: both;
    text-align: right;
	margin-right: 30px;
}

.textArea_G {
    width: 665px;
	margin-left: 30px;
}

#contents .textArea_G p {
    line-height: 1.2em;
	margin-top: 10px;
}

.textArea_G ul li{
	margin-top: 8px;
}

p.contactusBtn{
	text-align:center;
}

p.contactusBtn a:hover {
    opacity: 0.75;
}

/* ********************************
    リンク
******************************** */
a{
outline:none;
}

a:link{
color:#3B5998;
text-decoration:none;
}

a:visited{
text-decoration:none;
}

a:hover,
a:active{
text-decoration:underline;
}

