@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li, pre, form, 
fieldset, input, textarea, p, blockquote, th, td{
    margin: 0; 
    padding: 0;
}
html{
    overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6{
    font-size: 100%; 
    font-weight: normal;
}
ol, ul{
    list-style:none;
}
fieldset, img{
     border:0;
}
table{
    border-collapse: collapse; 
    border-spacing:0;
}
caption, th{
    text-align: left;
}
address, caption, cite, code, dfn, em, strong, th, var{
    font-style: normal; 
    font-weight: normal;
}


/*リセットここまで*/

a{/*リンクされた文字*/
	color:#0F0;
	font-style:normal;
	text-decoration:underline;
}
a:link {/*未訪問のリンク*/
	color:#0C0;
	font-style:normal;
	text-decoration:underline;
}
a:visited {/*訪問後のリンク*/
	color:#090;
}
a:hover {/*マウスをのせたとき*/
	color:#0F0;
	font-style:normal;
    text-decoration:none;
}
a:active {/*クリック中*/
    text-decoration:none;
}


.wrap {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	font-size: 8.5pt;
	line-height: 170%;
	color: #CCC;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.headimage {
	background-image: url(grim_image/grimmain.jpg);
	height: 490px;
	width: 780px;
}
.headimage_in {
	background-image: url(grim_image/grimmain_naka.jpg);
	height: 200px;
	width: 780px;
}
.footer {
	height: 100px;
	width: 780px;
	clear: both;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	text-align: center;
}
.red {
	color: #F00;
}
.yellow {
	color: #FF6;
}
.big1 {
	font-size: 130%;
	line-height: 170%;
}
.line {
	height: 15px;
	width: 780px;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	text-align: center;
	margin-bottom: 15px;
}
.contents {
	margin-right: 50px;
	margin-left: 50px;
	clear: both;
}
.kakomi {
	border: 1px solid #666;
	padding: 10px;
	width: auto;
}
.center {
	text-align: center;
	margin-right: 50px;
	margin-left: 50px;
}
h1 {
	font-size: 200%;
	line-height: 200%;
}
