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

* body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, span, fieldset, input, textarea, p, blockquote, th, td {
margin:0;
padding:0;
}

hr { display:1; }
img{ margin:0; padding:0; border:0; }

body {
	background-color: #dcdcdc;
	overflow-y:scroll;
	margin: 0;
	padding: 0;
	text-align: center;
	color:#000000;
	font-size:big;
	text-shadow: 3px 3px 5px #999999;
	line-height:1.5;
	font-family:"メイリオ",Meiryo,verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

/* link */
a:link { color:#696969;}
a:hover {color:#696969; text-decoration: none; }
a:active {color:##696969;}
a:visited {color:#696969;} 

/* clear */
.clear { height:0; font-size:0; line-height:0px; clear:both; }

/* skip */
.skip {
 position:absolute; left:-9999px;
}

/* テキスト -----------------------*/
.small {
	line-height: 1.2em;
	font-size: smaller;
}

.txt-lh1 {
	line-height: 1.5em;
}

/* テキストBOX -----------------------*/
.text-box680 {
	width:680px;
	margin: 10px auto;
	text-align: left;
	line-height:1.5em;
}

.text-box730 {
	width:730px;
	margin: 10px auto;
	text-align: left;
}

/* スライド -----------------------*/
#main_image{
    width: 1000px;
    position: relative;
    margin: 0;
    }
