@charset "utf-8";
/* CSS Document */

/* 全体の設定*/
body , html {   height: 100%;}

body{
	color:#5c4839;
    font-style:normal;/*文字のスタイル：普通*/
    font-weight:normal;/*文字の太さ：普通*/
    font-size:12px;/*文字の大きさ*/
    text-align:left;/*文字の寄せ方：左寄せ*/
	line-height:150%;
	background-color:#e4e4e4;/* 背景の色*/
	
	background-image:url(img/gomoweb.jpg);
	background-position:center;
	background-repeat:repeat-y;
}

*{
	margin:0;
	padding:0;

}

img{/* 画像表示のデザイン設定*/
	border:0px;
}

h2{
	padding-left:20px;
	margin:10px 0 10px 0;
	color:#fff;
	border-bottom:2px dotted #FFFFFF;

}

#container{
	/*width:714px;*/
	margin:0 auto;
    position:relative;
    height: 100%;

	width:702px;
	min-height: 100%;

}

body > #container {
        height: auto;
}

#head{
	width:702px;
	height:120px;
	background-color:#373229;
	background-image:url(img/logo.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

#navi{
	width:702px;
	height:33px;
	text-align:right;
	background-color:#373229;

}

h3{
	margin:10px;
	color:#CC9900;
}

p{
	margin:5px;

}

/*紙っぽい枠*/
.main_p{
	width:650px;
	margin:0 auto;
}

.main_top{
	background-image:url(img/top_p.png);
	background-position:left top;
	background-repeat:no-repeat;
	width:650px;
	height:20px;

}

.main_center{
	background-image:url(img/main_p.png);
	background-position:left top;
	background-repeat:repeat-y;
	width:650px;
	height:100%;

}

.main_bottom{
	background-image:url(img/bottom_p.png);
	background-position:left top;
	background-repeat:no-repeat;
	width:650px;
	height:24px;

}

.main_text{
	padding:20px;
	text-align:center;

}

.top_back{
	text-align:right;
	margin-right:10px


}

#main{
	padding-bottom:30px;

}

#foot{
	background-color:#373229;
	color:#fff;
	position:absolute;
    bottom:0px;
    height:50px;
    width:702px;
}

.aboutlink{
	text-align:left;
	padding-left:25px;

}

address{
	text-align:right;
	padding-right:10px;
	padding-bottom:10px	

}

/*リンク関係*/
a:link {/*リンクされた文字の色*/
    color:#20aba9;/*文字の色*/
    font-style:normal;
	text-decoration:none;
}
a:visited {/*訪問後の色*/
    color:#20aba9;/*文字の色*/
}
a:hover {/*カーソルを合わせたときの色*/
    color:#cb1d7e;/*文字の色*/
    font-style:normal;
	text-decoration:none;
}
a:active {/*クリック中の色*/
    text-decoration:none;/* なし */
}

.top_back a{
	color:#FFFFFF;
	text-decoration:underline;

}