@charset 'utf-8';

/* ----- HTML再定義 ------------------------------------ */

* {
	margin: 0px;
	padding: 0px;

	font-size: 1em;
	font-style: normal;
	font-family: 'ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif;
	text-align: left;
}

body {
	padding: 0px;

	background-color: #FFFFFF;

	text-align: center;
}

h3 {
	font-size: 100%;
	font-weight: bold;
	color: #4b4bc3;
	text-align: center;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
p, li, address {
	font-size: 88%;
	color: #444444;
	text-align: center;
}
p {
	margin: 0px 0px 0.8em 0px ;
}
ul {
	margin: 0px 0px 20px 20px;
}
em {
	font-weight: bold;
}
address {
	margin-top: 10px;
}

blockquote {
	text-align: center;
	margin: 10px auto 15px 7px;
}
blockquote p {
	font-size: 84%;
	color: #777777;
	border: 1px solid #BFBFF6;
	margin: 0px auto;
	padding: 5px 7px;
	width: 400px;
}

form {
	text-align: center;
	width: 500px;
	margin: 0px auto 0px auto;
}

form ul {
	text-align: center;
	margin: 0px auto 20px auto;
}
form ul li {
	list-style-type: none;
}
form fieldset {
	border: 0px solid #BFBFF6;
}
form legend {
	display: none;
}
form input, form select {
	margin-right: 1px;
	padding: 1px;

	font-size: 92%;
}
@media screen {
	form input, form select {
		font-family: Verdana, Arial, sans-serif;
	}
}
form select {
	margin-top: 1px;
}
form p input {
	text-align: center;
}
form textarea {
	padding: 1px;

	font-family: 'ＭＳ ゴシック', Osaka, monospace;
	line-height: 1.2;
}

a:link, a:visited {
	color: #0000CC;

	text-decoration: underline;
}
a:active, a:hover {
	color: #FF7700;

	text-decoration: underline;
}

/* ----- 基本構造 -------------------------------------- */

div#container {
	float: none;
	clear: both;

	text-align: center;

	width: 720px;

	margin: 0px auto;
	padding: 10px;
	border: 1px solid #AAAAAA;
	border-width: 0px;
	border-style: double;
	border-color: #0505FF;
}

/* ----- 個別指定 -------------------------------------- */

.file {
	text-align: center;
}

/* ----- デザイン追加部分 -------------------------------------- */

/* ///// header ///// */

img { border-width: 0px; vertical-align: bottom; }

h1,h2 {
	font-size: 2px;
	position: absolute;
	top: -3000px;
	overflow: hidden;
}

#header {
	background-image: url( parts/clap_header_bg.gif );
	background-repeat: repeat-x;
	text-align: center;
	width: 100%;
	height: 35px;
}

.clap_header {
	background-image: url( parts/clap_header.gif );
	background-repeat: repeat-x;
	text-align: left;
	margin: 0px auto;
	width: 750px;
	height: 35px;
}

#thanks {
	font-size: 92%;
	font-weight: bold;
	color: #4b4bc3;
	text-align: center;
}

#message {
	font-size: 84%;
	color: #4b4bc3;
	text-align: center;
}

/* ///// contents_wrapper ///// */
#contents_wrapper {
	background-image: url( parts/contents_bg01.gif );
	background-repeat: repeat-y;
	text-align: left;
	margin: 0px auto;
	width: 750px;
}

/* コメント表示 */
.comment {
	text-align: left;
}

/* 注意書き */
.chuui {
	font-size: 76%;
	color: #888888;
	text-align: left;
	width: 500px;
}

/* HOME */
div#forhome {
	margin: 5px 2px 0px 6px;
}
div#forhome a{
	text-align: left;
	text-indent: -2000px;
	height: 25px;
	display: block;
	overflow: hidden;
}
p#forhome_button {
	text-align: center;
	margin: 0px auto;
}
p#forhome_button a{
	background-image: url(parts/b_home.gif);
	background-repeat: no-repeat;
	margin: 0px auto;
	width: 105px;
}
p#forhome_button a:hover{
	background-position:0px -25px;
}

/* ///// footer ///// */

#footer {
	background-image: url( parts/footer_bg01.gif );
	background-repeat: repeat-x;
	text-align: center;
	width: 100%;
	height: 45px;
}
#footer img { vertical-align: bottom; }
