/*     一般吹連 CSS     */
/* ページ全体共通の CSS */
html {
	height: 100%;
}

body {
	font-size: 10pt;
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-image: url('../img/back.gif');
	background-repeat: repeat;
}

body > #all {
    height: auto;
}

#all {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	border-top: 0px solid #000099;
	border-right: 1px solid #CC99FF;
	border-bottom: 0px solid #000099;
	border-left: 1px solid #CC99FF;
	height: 100%;
	width: 900px;
	background-color: #FFFFFF;
	background-image: url('../img/back3.jpg');
	background-repeat: repeat;
	min-height: 100%;
}

.center {
	text-align: center;
}

.hidari {
	text-align: left;
}

.small {
	font-size: 9pt;
}

.nowrap {
	white-space: nowrap;
}

img {
	vertical-align: top;
	border-width: 0;
}

p {
	font-size: 10pt;
}

hr {
	padding: 0px 10px;
}

li {
	font-size: 10pt;
}

a:hover {
	text-decoration: underline;
	background-color: #CCCCFF;
}

a {
	text-decoration: none;
}

.black {
	color: #000000;
}

/************ タイトル **************/
#titlewindow {
	font-family: Times New Roman,Times,serif;
	text-align: left;
	padding-top: 12px;
	position: relative;
	height: 77px;
	width: 900px;
}

.logo {
	font-size: 8pt;
	font-weight: bold;
	margin: 0px;
	padding: 2px;
}

#titlewindow p {
	font-size: x-small;
	font-style: italic;
	margin: 0px;
	padding: 2px;
}



#titlewindow .img {
	float: left;
}

#titlewindow .rightwatch {
	text-align: right;
	position: absolute;
	top: 22px;
	right: 0px;
	left: auto;
}

/* アクセスカウンター */
div.logbox {
         font-size: 10px;
         margin-left: 2em;
         padding: 0.5em;
         border: 1px solid #9999FF;
         height: 300px;
         width: 498px;
         overflow: auto;
}

/********** 左メニューウインドウ ********/
#leftmenu {
	text-align: left;
	vertical-align: top;
	float: left;
	width: 130px;
}

#leftmenu .menutitle {
	font-size: 12pt;
	font-weight: normal;
	padding-left: 12px;
	list-style-position: inside;
}

#leftmenu li {
	font-size: 12px;
	vertical-align: middle;
	margin-bottom: 10px;
	padding-top: 8px;
	padding-left: 20px;
	background: url('../img/onpu_li1.gif') no-repeat left center;
}

#leftmenu ul {
	margin: 0px;
	padding-left: 10px;
	list-style: none;
}

.subspace {
	margin-bottom: 2px;
	padding-bottom: 0px;
}

#leftmenu .update {
	font-family: Times New Roman,Times,serif;
	font-size: small;
	color: #9999FF;
	margin-top: 20px;
}

.riji-li {
	margin-top: 10px;
}

/******** 右 Right menu *********/
 #rightmenu {
	font-size: 10pt;
	vertical-align: top;
	float: left;
	width: 170px;
 	}

	.formfont {
	font-size: 12px;
	}
 
 #rightmenu .rmenu1 {
	font-size: 12px;
	 }
 #rightmenu .rmenu1t {
	font-weight: bold;
 	}
 	
 #rightmenu td {
	padding-bottom: 15px;
	 }
	 
 #rightmenu h1 {
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	}
 
 #rightmenu .migi {
	text-align: right;
}

 #rightmenu .ques-t {
	 font-size: 10pt;
	 font-weight: bold;
	 text-align: center;
	 background-color: #C4E1FF;
 } 
 
 #rightmenu .ques-q {
	font-size: 9pt;
	text-align: left;
	background-color: #E6E6FA;
 }
 
 #rightmenu .bot-10 {
	padding-bottom: -10px;
 }
  
/********* メインウインドウ **********/
#main {
	font-size: 10pt;
	vertical-align: top;
	margin-right: 15px;
	margin-left: 10px;
	float: left;
	width: 573px;
}
/** ↑ 幅は、マージンと、左右のボーダーを引いた数字 **/

#main p {
	padding-right: 10px;
	padding-left: 10px;
}

#main h1 {
	font-size: 14pt;
	vertical-align: baseline;
	padding: 5px;
	background-image: url('../img/titleback_mura.gif');
	background-repeat: repeat-x;
}

#main h2 {
	font-size: 12pt;
	font-weight: bold;
	margin-left: 12px;
	padding: 5px;
	background-image: url('../img/titleback_mura3.gif');
	background-repeat: repeat-x;
}

#main h3 {
	font-size: 12pt;
	font-weight: bold;
}

#main h4 {
	font-size: 10pt;
	font-weight: bold;
}

#main dt {
	font-size: 11pt;
	color: #9999FF;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
}

#main dl.indent1 {
	margin-left: 80px;
}

#main dl.margin1 {
	margin: 0px;
}

	/* table */
#main table {
	font-size: 10pt;
	width: 90%;
	border-top:1px solid #000099;
    border-left:1px solid #000099;
    border-collapse:collapse;
}

#main th {
	border-right: 1px solid #000099;
	border-bottom: 1px solid #000099;
	background-image: url('../img/titleback_mura.gif');
	background-repeat: repeat;
}

#main td {
	border-right:1px solid #000099;
    border-bottom:1px solid #000099;
}

#main .mtable {
	font-size: 13px;
}

#main .mtablet {
	font-weight: bold;
}

#main .linktable {
	font-size: 12px;
	width: 500px;
	}

#main .concerttable {
	width: 60px;
}

#main .midashi {
	font-size: 16pt;
	font-weight: bold;
}

#main .rightlink {
	text-align: right;
}

/* インデント */
#main .indent50 {
	margin-left: 50px;
}

	/* list */
	#main .list {
	vertical-align: middle;
	list-style-image: url('img/onpu.gif');
	}
	
	#main .syutuen {
	margin-left: 150px;
	list-style-position: outside;
	}

/* font */
.docment {
	font-size: 12px;
}

.titlefont {
	font-weight: bold;
	white-space: nowrap;
}


/********* フッター **********/
#footer {
	text-align: center;
	margin-right: 15px;
	margin-left: 15px;
	clear: both;
	left: 0px;
	width: 870px;
}

#footer .footermenu {
	font-size: x-small;
}

#footer hr {
	color: #CC99FF;
}

#footer address {
	font-family: Times New Roman,Times,serif;
	font-size: x-small;
	font-weight: normal;
}