@charset "shift_jis";
/* CSS Document */

body {
	background-image: url(img/bg.jpg);
	margin-top: 0px;
	padding: 0px;
	line-height: 150%;
	font-family: ＭＳ ゴシック,sans-serif;
	color: #333333;
	font-size: 14px;
	background-repeat: repeat-x;
} 

/* よく登場する要素のリセット */
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
        margin: 0;
        padding: 0;
        border: none;
        font-style: normal;
        font-weight: normal;
        font-size: 100%;
/*        text-align: left;*/
        list-style-type: none;
}

/* テキストエリア内文字サイズのブラウザ間での差異をなくす */
textarea { font-size: 100%; }

/* 画像の下にできる隙間をなくす */
img { vertical-align: bottom; }

/*  
 Link Color [  
----------------------------------------------------------- */  
a:link {   
    color:#333333;   
    text-decoration:none;   
}   
a:visited {   
    color:#CC0000;   
    text-decoration:none;   
}   
a:hover {   
    color:#CC0000;   
    text-decoration:underline;   
}   
a:active {
	color:#FFF;
}  
#wrapper #contents #honbun #form {
	margin-bottom: 20px;
}
#wrapper #contents #honbun #form #form1 p {
	border-bottom: 1px solid #CCC;
	line-height: 1.6em;
	text-decoration: blink;
	margin: 10px 30px;
}
#wrapper #header #botan p a {
	color: #FFF;
}
#wrapper #contents #honbun p img {
	clear: both;
}

