/* 041208 added */
body{
	color: #000;
	background: #99CCFF;
	margin: 0;
	padding: 0;
	text-align: center;
}
#contents{
	font-size: 12pt;
	line-height: 150%;
}
#layout{
	text-align: left;
	width: 700px;
	padding: 0;
	margin: 1em auto;
	font-size: 12pt;
	line-height: 135%;
	background: #FFFFFF;
}
#top{
	text-align: left;
	font-size:10pt;
	line-height:110%;
	margin: 0;
}
#navbar{
	width: 650px;
	padding: 0;
	margin: 0.5em 0.5em;
	list-style: none;
}
.menu{
	float: left;
	text-align: center;
	background: #FFF;
	margin: 0em 0em 0em 0em;
	padding: 0em 1em;
	border-width: 0px 1px 0px 0px;
	border-color: #AAA;
	border-style: solid;
	/*	border: 1px solid #CCC; */
}
#main{
	text-align: left;
	font-size: 12pt;
	line-height: 135%;
	padding: 1em 1.5em 0em 1.5em;
	margin: 0px;
}
#footer{
	text-align: center;
	font-size:10pt;
	line-height:110%;
	padding: 0em 0em 0.5em 0em;
	margin: 0px;
}
/* 041217 added */
#order{
width: 400px;
background: #FFFF00;
padding: 0.5em 0em;
margin: 3em auto;
border: solid 3px #FF0000;
text-align: center;
font-size: 12pt;
font-weight: bold;
line-height: 0.5em;
}

/* 見出し */
.caption{
	text-align: left;
	border-style: solid;
	border-color: #aaa #333 #333 #aaa;
	/* border-color: #99CCFF #CCCCCC #CCCCCC #99CCFF; */
	border-width: 1px 1px 1px 1px;
	background:#99CCFF;
	font-weight:bold;
}
#news{
	text-align: left;
	line-height:150%;
	font-size: 12px;
	border-color: red red;
	border-style: solid none;
	border-width: 2px 0px;
	padding: 5px 0px;
	margin: 0 0 1em 0;
	background-color: #FFFFCC;
}

/* ***************************************************************** */
/* 050421 added　「角のスタイル設定」 */
/* ***************************************************************** */
#roundtable{
	width: 550px;
	background:#FFFFCC;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
.topcorner{
	background: #FFFFCC url(pic/web/corner_tr.gif) no-repeat top right;
}
.bottomcorner{
	background: #FFFFCC url(pic/web/corner_br.gif) no-repeat top right;
}
.corner{
	width: 15px;
	height: 15px;
	border: none;
	display: block;
}
#roundtable p{
	color: #000;
	text-size: 12px;
	line-height: 160%;
	margin: 0px 10px;
}
/* ***************************************************************** */

/* 赤二重枠 */
.akawaku{
	text-align: left;
	background-color: #FFFFCC;
	border-color: RED;
	border-style: double;
	padding: 10px;
}
/* 灰枠 */
.haiwaku{
	text-align: left;
	border-color: GRAY;
	border-style: solid;
	padding: 1em;
	border-width: 1px;
/* width: 80%; */
	width: 600px;
	color:black;
	font-size: 9pt;
	line-height: 150%;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}
/* センタリング用 */
.brockcenter{
	text-align:center;
}
/* 青枠 */
.bluewaku{
	border-color: blue;
	border-style: solid;
	border-width: 2px;
	width: auto;
	margin: 10px;
}
/* 灰 */
.haiwakumini{
	border-color: GRAY;
	border-style: solid;
	padding: 1px;
	border-width: 1px 2px 2px 1px;
	width: 100%;
}
/*　声用 */
.koewaku{
	border-color: RED;
	border-style: double;
	background-color: #FFFFCC;
	padding: 10px;
	width: 88%;
	color:black;
	font-size: 12pt;
	line-height: 150%;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}
.comment{
	border-color: GREY;
	border-style: solid;
	background-color: white;
	padding: 5px;
	border-width: 1px;
	width: 80%;
	color:black;
	font-size: 10pt;
	line-height: 150%;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}

#koewaku{
    background-color: #FFFFCC;
    border: 1px solid #FF6600;
    width:88%;
    color:#000000;
    font-size: 12pt;
    line-height: 150%;
    text-align: justify;
    padding: 0 0 5 0;
    margin: 20px auto 20px auto;
}
#koewaku p.title	{
    font-size: small;
    color:#000000;
    background:#FFFFFF;
    font-weight:bold;
    border-left:15px solid #FF6600;
    margin: 0px;
    padding: 5px 5px;
}
#koewaku p.name{
    color:#000080;
    font-weight:bold;
    margin: 10px 20px;
}
#koewaku p{
	margin: 10px 10px;
	font-size: 10pt;
	line-height: 140%;
}

/* 以下フォントの設定 */
.t1 {font-size:8pt;}
.t2 {font-size:9pt; line-height: 120%;}
.t3 {font-size:10pt; line-height: 140%;}
.t4 {font-size:11pt; line-height: 140%;}
.t5 {font-size:12pt; line-height: 160%;}
.t6 {font-size:14pt; line-height: 160%;}
.bol{font-size:12pt; font-weight: bold;}
.tit {font-size:11pt; text-align: center; font-weight: bold;}
.fot{font-size:10pt; line-height:110%;}