/* ---------- reset ---------- */
*{
	margin:0;
	padding:0;
	font-size:100%;
}
/* ---------- #reset ---------- */


/* ---------- defualt ---------- */
BODY{
	font-size:80%;
	line-height:140%;
}

BODY, TH, TD{
	font-family:Verdana, Helvetica, '‚l‚r ‚oƒSƒVƒbƒN', 'Hiragino Kaku Gothic Pro', 'ƒqƒ‰ƒMƒmŠpƒS Pro W3', osaka, sans-serif;
	color:#555555;
}

A{
	text-decoration:underline;
	color:#FF8C00;
}

A:hover{
	text-decoration:underline;
	color:#32CD32;
}

A:visited{
	color:#FF8C00;
}

P{
	margin:0px 0px 15px 0px;
}

IMG{
	border:0px;
}

UL,OL {
	margin:0px 0px 20px 25px;
}

LI {
	margin-bottom:5px;
}
/* ---------- #defualt ---------- */



/* ---------- common ---------- */
.hidden{
	display:none;
}

.center{
	text-align:center;
}

.left{
	text-align:left;
}

.right{
	text-align:right;
}

.must{
	color: #FF0000;
	font-weight:bold;
}
/* ---------- #common ---------- */


/* ---------- main ---------- */
BODY{
	text-align:center;
	background-color:white;
}

div#frameMain{
	width:775px;
	margin:0px auto;
	text-align:left;
}
/* ---------- #main ---------- */


/* ---------- header ---------- */
div#header{
	margin-bottom:10px;
}
/* ---------- #header ---------- */


/* ---------- footer ---------- */
div#footer{
	clear:both;
	text-align:left;
	margin-bottom:10px;
}
/* ---------- #footer ---------- */


/* ---------- submenu ---------- */
div#submenu{
	float:left;
	width:200px;
}
/* ---------- #submenu ---------- */


/* ---------- contents ---------- */
div#contents{
	min-height:400px;
	height:400px;
	float:right;
	width:565px;
}

div#frameMain > div#contents{
	height:auto;
}
/* ---------- #contents ---------- */


/* ---------- submenu ---------- */
div#submenu UL{
	margin:0px;
	padding:0px;
	border-width:0px 1px 1px 1px;
	border-style: solid;
	border-color:#DCDCDC;
}

div#submenu UL LI{
	list-style-type:none;
	margin:0px;
	border-top:1px solid #DCDCDC;
}
/* ---------- #submenu ---------- */


/* ---------- logo ---------- */
div#logo_bg{
	background: #FFFFFF url(../images/logo_bg.gif) no-repeat scroll top left;
	width:775px;
	height:65px;
}

p#logo{
	float:left;
	margin:20px 0px 0px 10px;
}

UL#header_menu{
	display:inline;
	float:right;
	margin:40px 10px 0px 0px;
}

UL#header_menu LI{
	display:inline;
}
/* ---------- logo ---------- */


/* ---------- menu ---------- */
UL#menu{
	margin:0px;
}

UL#menu LI{
	display:inline;
}

/* ---------- menu ---------- */


/* ---------- top contents ---------- */
div#topic{
	border:1px solid #FF8C00;
	width:275px;
	float:left;
	margin-top:5px;
}

div#event{
	border:1px solid #FF8C00;
	width:275px;
	float:right;
	margin-top:5px;
}

div#topic_none{
	border:1px solid #BABABA;
	width:275px;
	float:left;
	margin-top:5px;
}

div#event_none{
	border:1px solid #BABABA;
	width:275px;
	float:right;
	margin-top:5px;
}

div#topic UL,
div#event UL,
div#topic_none UL,
div#event_none UL
{
	margin:10px;
	list-style-type:none;
}

div#topic UL LI,
div#event UL LI,
div#topic_none UL LI,
div#event_none UL LI
{
	margin-bottom:5px;
}

div#topic H3 SPAN,
div#event H3 SPAN,
div#topic_none H3 SPAN,
div#event_none H3 SPAN
{
	display:none;
}

div#submenu UL#top{
	margin:0px;
	border-width:0px;
}

div#submenu UL#top LI{
	list-style-type:none;
	margin-bottom:0px;
	border-width:0px;
}
/* ---------- #top contents ---------- */


/* ---------- banner ---------- */
div#banner{
	margin-top:30px;
	text-align:center;
}
/* ---------- #banner ---------- */


/* ---------- cateogry title ---------- */
div#cateogry_title{
	margin-bottom:10px;
}
/* ---------- #cateogry title ---------- */


/* ---------- entry ---------- */
div.entry_title{
	background:#FF8C00;
	color:#FFFFFF;
	padding:8px;
}

div.entry_title h2{
	background: url(../images/title_point.gif) no-repeat scroll top left;
	padding-left:20px;
	display:block;
}

div.entry_contents{
	padding:15px;
	margin-bottom:20px;
	border-bottom:1px solid #FF8C00;
	overflow:hidden;
}
/* ---------- entry ---------- */


/* ---------- one_column  ---------- */
div#one_column{
	min-height:400px;
	height:400px;
}

div#frameMain > div#one_column{
	height:auto;
}
/* ---------- #one_column  ---------- */


/* ---------- contact  ---------- */
div#contact{
	padding:20px;
}

div.contact_description{
	text-align:left;
}
/* ---------- #contact  ---------- */


/* ---------- contact tables  ---------- */
table.contact{
	border-collapse:collapse;
	border-spacing: 2px;
	text-align:left;
	width:100%;
}

table.contact tr{
	vertical-align:top;
}

table.contact td.head{
	padding:10px;
	background:#FFD55A;
	border:2px solid #FFFFFF;
	text-align:right;
}

table.contact td.odd,
table.contact td.even
{
	padding:8px 10px;
	background:#FFE29C;
	border:2px solid #FFFFFF;
}
/* ---------- #contact tables  ---------- */


/* ---------- contact form  ---------- */
input.input_name,
input.input_mail,
input.input_tel
{
	width:200px;
}

textarea.input_content{
	width:450px;
	height:200px;
}
/* ---------- #contact form  ---------- */


/* ---------- input error  ---------- */
div.error{
	background:#FFF0F0;
	color:#A00000;
	text-align:left;
	border: 1px solid #FF0000;
	margin-bottom:10px;
}

div.error UL{
	margin: 10px 10px 10px 50px;
}
/* ---------- #input error  ---------- */
