@charset "Shift-JIS";

* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #404040;
	background: #ffffff url("./images/bg/bg.gif");
	font-size: 80%;
	text-align: center;	/* for IE */
}

div { height: 1%; }

h1 { font-size: 150%; }
h2 { font-size: 110%; }
h3,
h4,
h5 { font-size: 100%; }

ul { list-style-type: none; }

em {
	color: #ff0000;
	font-weight: bold;
	font-style: normal;
}


/* --- wrapper --- */

div#wrapper {
	width: 760px;
	margin: 0px auto;
	padding: 0px 0px;
	background: #ffffff;
	border-left: #ffffff 1px solid;
	border-right: #ffffff 1px solid;
	text-align: left;	/* for IE */
}

/* --- link --- */

a:link,
a:visited {	color: #000080; background: transparent; text-decoration: underline; }
a:hover { color: #ffffff;	background: #000080; text-decoration: underline; }

/*
a:active
{
	color: #000080;
	background: transparent;
	text-decoration: underline;
}
*/


/* --- header --- */

div#header {
	height: 60px;
	padding: 4px 4px 4px 4px;
	background: #333366 url("./images/top/top-baren.gif") no-repeat 4px 4px;
	/*
	background: #333366 url("./pict/top/top-baren.gif") no-repeat;
	*/
	border-top: #ff6633 10px solid;
	border-bottom: #ff6633 10px solid;
}

div#header h1 {
	text-indent: -5000px;
	text-decoration: none;
}

div#header h1 span {
	display: none;
}

div#zinkou {
	padding: 10px 10px 0px;
	text-align: right;
}

div#title-area {
	width: 760px;
	padding-bottom: 10px;
	text-align: center;
}

div#title-area ul {
	margin: 10px 30px 10px;
	text-align: left;
}

div#title-area ul li {
	display: inline;
}

/* --- contents --- */

div#contents {
	width: 730px;
	padding: 10px 15px;
}

div#left-contents {
	width: 490px;
	padding: 0px 5px 0px 0px;
	float: left;
	border: #000000 0px solid;
	text-align: left;
}

div#right-contents {
	width: 225px;
	padding: 0px 0px 0px 5px;
	float: right;
	border: #000000 0px solid;
	text-align: left;
}

div#contents h2 a,
div#contents h2 a
{
	color: #ffffff;
	background: transparent;
	text-decoration: none;
}

div#contents h2 a:hover,
div#right-contents h2 a:hover {
	color: #006000;
	background: #ffffff;
	text-decoration: underline;
}

div#left-contents h2
{
	padding: 0.4em 1em;
	color: #ffffff;
	/*
	background: #333366;
	border: #ff6633 2px solid;
	border-top: #ff6633 2px solid;
	border-bottom: #ff6633 2px solid;
	*/
	background: #333366 url("./images/heading/h-dblue-500x1.gif");
	border-left: #ff6633 10px solid;
	border-bottom: #333366 0px solid;
	text-align: left;
}

div#contents h3
{
	margin-top: 0em;
	padding: 0.4em 1em;
	color: #333366;
	background: #fff0e5;
	text-align: left;
	border-top: #a0a0c0 1px solid;
	border-bottom: #a0a0c0 1px solid;
}

div#contents h4
{
	margin: 0.5em 0em 0.5em;
	border-bottom: #ff6633 1px solid;
}

div#topics
{
	margin-top: 15px;
	border: #a0a0c0 1px solid;
}

div#topics div.comment
{
	padding: 10px 14px;
	/*
	background: #ffffff url("./pict/bg/bg-comment.jpg") no-repeat;
	*/
	background: #ffffff;
	line-height: 160%;
	border-left: #333366 0px solid;
	border-right: #333366 0px solid;
	border-bottom: #333366 0px solid;
}

div#topics div.comment p
{
	text-indent: 0.8em;
}

div#topics div.comment ul,
div#topics div.comment dl,
div#topics div.comment ol
{
	padding: 0px 1em 0px 2em;
}

div#topics div.comment ul
{
	list-style-type: disc;
}

div#topics div.comment ul.snap
{
	margin-top: 1em;
	padding: 0px 0px;
}

div#topics div.comment ul.snap li
{
	display: inline;
}

div#topics div.comment ul.snap li img
{
	border: #b0b0b0 1px solid;
}

div#topics div.comment table.info,
div#topics div.comment table.schedule
{
	margin-top: 0.75em;
}

div#topics div.comment table.info th,
div#topics div.comment table.info td,
div#topics div.comment table.schedule th,
div#topics div.comment table.schedule td
{
	padding: 0.2em 0.3em;
}

div#topics div.comment table.info th,
div#topics div.comment table.schedule th
{
	background: #fff0e5;
}

div#topics div.comment table.info th,
div#topics div.comment table.info td,
{
	text-align: center;
}


div#topics div.comment table.info td.win,
div#topics div.comment table.info td.tatsuno
{
	color: #ff0000;
}

div#topics div.comment table ul {
	list-style-type: disc;
}

/*
div#topics div.comment table.info td.blank
{
	background: #f0f0f0;
}
*/

/* --- search --- */

div#search img
{
	margin-right: 10px;
	float: left;
}

div#search
{
	margin-bottom: 5px;
}

div#search form
{
	padding: 0px 0px;
	margin: 0px 0px 5px;
}

div#search form input.text
{
	margin: 0px 0px 2px 0px;
	padding: 2px 2px;
	/*
	background: #fffff5;
	border-top: #afafa7 2px solid;
	border-right: #afafa7 1px solid;
	border-bottom: #afafa7 1px solid;
	border-left: #afafa7 2px solid;
	*/
}

div#search form input.submit
{
	margin: 0px 0px 2px 0px;
}

/* --- banner --- */

div#banner
{
	margin: 0px 0px 10px;
}

div#banner img
{
	border: #b0b0b0 0px solid;
}

/* --- menu --- */

/* --- menu --- */

/*
div#menu h2
{
	padding: 5px 20px;
	color: #ffffff;
	background: #ff6633;
	border: #333366 1px solid;
	text-align: center;
}
*/

div#right-contents h2
{
	padding: 0.4em 1em;
	color: #ffffff;
	/*
	background: #333366;
	border: #ff6633 2px solid;
	border-top: #ff6633 2px solid;
	border-bottom: #ff6633 2px solid;
	*/
	background: #333366 url("./images/heading/h-dblue-220x1.gif");
	border-left: #ff6633 10px solid;
	border-right: #ff6633 10px solid;
	text-align: center;
}


div#menu
{
	border: #a0a0c0 1px solid;
}

div#menu ul
{
	margin: 0px 0px 0px;
	background: #fff0e5;
	list-style-type: none;
}

div#menu li
{
	padding: 7px 15px;
	border-bottom: #a0a0c0 1px solid;
}

div#menu li p.bundan
{
	padding: 0px 0px 3px;
	border-bottom: #a0a0c0 1px dashed;
}

div#menu li p.t-area
{
	padding: 3px 0px 0px;
	color: #dd3300;
}

div#bottom-contents
{
	clear: both;
	padding: 5px 0px;
}

div#policy-area
{
	width: 730px;
	margin: 0px 0px 10px;
	padding: 0px 15px;
}

div#policy-area p.counter
{
	margin-top: 10px;
	float: left;
}

div#policy-area ul
{
	margin: 15px 10px 0px;
	text-align: right;
}

div#policy-area ul li
{
	display: inline;
}


/* --- footer --- */

div#footer
{
	clear: left;
	padding: 10px 15px;
	color: #ffffff;
	background: #333366;
	border-top: #ff6633 10px solid;
	border-bottom: #ff6633 10px solid;
	text-align: center;
}

div#footer p
{
	line-height: 150%;
}
