@charset "UTF-8";

/* ページ全体の基本的な設定
----------------------------------------------- */
* {
	margin:0px;
	padding:0px;
}
body {
	font-family:Geneva, Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size:100%;/* フォントサイズ */
	line-height:140%;
	color:#333;
	background:#fff;
}
div,dl,ul {
	margin:0px;
	padding:0px;
}
	div:after,dl:after,ul:after {
		content:"";
		display:block;
		clear:both;
		height:0px;
		overflow:hidden;
	}
	/*\*/
	* html div,* html dl,* html ul {
		height:0em;
		overflow: visible;
	}

ul, ol {
	list-style:none;
}

/* リンク文字列 */
a:link {
	color:#0100fe;
}
a:visited {
	color:#0100fe;
}
a:hover {
	color:#fe0001;
}

/* 画像 */
img {
	border:none;
}

/* 注意 */
.caution {
	margin:0px 20px;
	color:#f33;
	font-size:84%;/* フォントサイズ */
}

/* ヘッダ
----------------------------------------------- */
div#header {
	width:640px;
	margin:0px auto;
}
div#header h1 {
	font-size:78%;/* フォントサイズ */
	color:#555;
	font-weight:normal;
	width:630px;
	margin-top:5px;
	text-align:right;
}

/* コンテンツ
----------------------------------------------- */
/* 囲み有り */
div#wrapper {
	width:640px;
	background:url(../images/box3_body.gif) repeat-y top;
	margin:0px auto;
}
div#contents {
	width:640px;
	background:url(../images/box3_foot.gif) no-repeat bottom;
	margin:0px;
	padding-bottom:20px;
}

/* 囲み無し */
div#wrapper2 {
	width:640px;
	margin:0px auto;
}
div#contents2 {
	width:640px;
	margin:0px;
}

/* 見出し */
div#contents h3 {
	font-size:115%;/* フォントサイズ */
	color:#630;
	padding-bottom:2px;
	margin-bottom:5px;
	border-bottom:1px dotted #ccc;
}

/* ご意見BOX（新規投稿）
----------------------------------------------- */
div#contents div.title {
	width:600px;
	background:url(../images/box3_head.gif) no-repeat top;
	padding:10px 20px 0px 20px;
}
div#contents div.title div {
	background:url(../images/title_bg.gif) no-repeat top left;
}
div#contents div.title div h2 {
	font-size:178%;/* フォントサイズ */
	color:#444;
	background:url(../images/ptitle_bg_bottom.gif) no-repeat bottom;
	padding:15px 15px 10px 55px;
}

/* 見出し */
div#contents div.opi {
	width:600px;
	margin:10px 20px 0px 20px;
}
div#contents div.opi h3 {
	font-size:128%;/* フォントサイズ */
	color:#630;
	margin:0px;
	padding:2px 0px 3px 5px;
	border-left:5px solid #cc9;
	border-bottom:1px solid #ccc;
}
	div#contents div.opi div.opi_msg {
		margin:10px;
		padding:0px;
	}

/* 新規投稿 */
div.box_2c_b {
	width:600px;
	margin-top:5px;
	background:url(../images/box2b_body.gif) repeat-y top;
}
div.box_2c_b div.upper {
	width:600px;
	padding:0px;
	background:url(../images/box2b_head.gif) no-repeat top;
}
div.box_2c_b div.upper h4 {
	width:565px;
	margin:0px 5px;
	padding:12px 15px 7px 10px;
	font-size:128%;/* フォントサイズ */
	color:#149;
	border-bottom:1px solid #ccc;
}
div.box_2c_b div.lower {
	width:600px;
	background:url(../images/box2b_foot.gif) no-repeat bottom;
}
	div.box_2c_b div.lower div {
		width:590px;
		padding:10px 0px 15px 0px;
		margin-left:5px;
		border-top:1px dotted #ccc;
		text-align:center;
	}

/* 入力フォーム */
div.upper table {
	margin:10px auto;
	width:500px;
}
div.upper table tr td {
	padding-top:5px;
}
div.upper table tr td p {
	padding-bottom:5px;
}
	div.upper table tr td p span {
		color:#149;
	}
	div.upper table tr td p span.required {
		color:#f33;
		font-size:90%;/* フォントサイズ */
		font-weight:normal;
	}
div.upper table tr td.right {
	text-align:right;
	font-weight:bold;
	vertical-align:top;
	padding-right:5px;
}
	/* メッセージ */
	div.upper div.form_msg {
		color:#149;
		margin:10px 0 0 15px;
		padding:0px;
	}
	div.upper div.form_msg_only {
		margin:10px 0px;
		padding:0px;
		text-align:center;
	}
div.lower div span {
	padding:0px 5px;
}

/* エラーメッセージ */
.myp_caution {
	color:#f33;
	font-weight:bold;
	font-size:128%;/* フォントサイズ */
}

/* フッタ
----------------------------------------------- */
div#footer {
	width:640px;
	margin:0px auto;
	text-align:center;
}
div#footer div p {
	color:#555;
	font-size:78%;/* フォントサイズ */
}
div#footer div p.button {
	margin:5px 0px;
}
div#footer div p.button span {
	padding:0px 20px;
}
