﻿@charset "utf-8";
*{
	margin:0px;
	padding:0px;
	text-decoration:none;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:100%;
	color: #333;
	background-image:url(images/bg.gif);
	background-repeat:repeat;
}
img{
	margin:0px;
	padding:0px;
	border:0px;
}
h1,h2,h3,ul,li,div{
	margin:0px;
	padding:0px;
}
h2{
	font-size:22px;
}
h3{
	font-size:19px;
}
h2.leaf{
	background-image:url(images/head_leaf.gif);
	background-repeat:no-repeat;
	background-position:5px 4px;
	border-bottom:dotted #000000;
	margin-left:15px;
	margin-right:15px;
	text-indent:20px;
	color: #00cc00;
}
.small {
	font-size: 0.8em;
}
.totop {
	padding-left:410px;
	font-size:80%;
	text-decoration:underline;
}
/*ページ構造
===========================*/
#wrapper {
	position:relative;
	background-color: #FFF;
	width: 700px;
	height:auto;
	left: 50%;
	margin-left: -350px;
}
#header{
	width:700px;
}
h1#sitetitle{
	text-indent:-9999px;
	background-image:url(images/sitetitle.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:700px;
	height:60px;
}
#navi{
	font-size:16px;
	padding-top:7px;
	padding-bottom:7px;
	width:620px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
#navi1{
	padding-bottom:6px;
}
#navi2{
	clear:left;
	margin-left:25px;
}
#welcome{
	background-image:url(images/header_bottom.gif);
	background-repeat:none;
	width:700px;
	height:75px;
}
#welcome img{
	margin-left:37px;
}
#content{
	background-image:url(images/content_back.gif);
	background-repeat:repeat-y;
	width:700px;
	overflow:hidden;
}	
#side {
	width:120px;
	height:auto;
	float:left;
	display:inline;
	font-size:0.8em;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left:10px;
}
#side li{
	list-style-image:url(images/listmark.gif);
	list-style-position:outside;
	margin-left:10px;
	margin-bottom:7px;
	}
#side li a:hover{
	text-decoration:underline;
	color:#F30;
	}
#main {
	width:530px;
	height:auto;
	margin-left:150px;
	}
#main h1.event_title{
	text-align:center;
	margin:15px auto;
}
#main h2{
	margin:15px 0 10px 3px;
}
#main h3{
	margin:4px 10px;
}
#main h4{
	padding:0px 20px 10px 15px;
}
#main p{
	text-indent:1em;
/*	width:500px;*/
	margin-left:25px;
	margin-right:20px;
}
#main p.no-indent{
	text-indent: 0em;
}
* html#main p{
	margin:0 0 0 20px;
}
#main .float_r{
	float:right;
	display:inline;
}
#main .end_line{
	background-image:url(images/doted_line.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	width:500px;
	margin-left:auto;
	margin-right:auto;
}
#info {
	margin-left:25px;
	margin-right:25px;
	text-align:center;
}
#inq {
	text-align:center;
}
#footer{
	position:relative;
	height:60px;
	width:700px;
	background-image:url(images/footer.png);
	background-repeat:repeat-x;
	background-position:left top;
}
#footer address{
	font-size:0.6em;
	position:absolute;
	top:20px;
	right:10px;
}
	
h1#sensou{
	text-indent:-9999px;
	background-image:url(http://www1.ttcn.ne.jp/~enjoy-kunitachi/events/sensou.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width:300px;
	height:74px;
	margin-left:234px;
	margin-bottom: 20px;
}
/*クラス
===========================*/
.red {
	color:#F00;
	font-size:1.2em;
}
.indent{
	text-indent:1em;
}
.no-indent{
	text-indent: 0em;
}
.line-header{
	background-image:url(images/line_header.gif);
	background-repeat:repeat-x;
	width:700px;
	height:9px;
}
table.long_th th{
	text-align:right;
	width:100px;
	padding-right:10px;
}
table.long_th td{
	padding:5px 0;
}
.txt_center{
	padding-left: -20px;
	text-align: center;
}
/*navi
===========================*/
.navi ul{
	height:23px;
	width:auto;
	text-align:center;
	color:#999;
}
.navi li{
	display:block;
	float:left;
	border-left:solid 1px #600;
}	
.navi li.no_line{
	border-left:none;
}
.navi li a{
	color:#03F;
	padding-left:8px;
	padding-right:8px;
	text-decoration:none;
}
.navi li a:hover{
	color:#F60;
}

/*pages
===========================*/
#peer_info li{
    list-style: none;
}

