/***********************************************/
/* baitai3_ken.css                           */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */

/************************************/

html {overflow-y:scroll;}
body,td,th {font-size: 12px; line-height: 16px; color: #333333;}
a:link {text-decoration: underline;}
a:visited {text-decoration: underline;}
a:hover {text-decoration: none;}
a:active {text-decoration: underline;}

body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #FFFFFF;
	background-image: url();
}

div#wrapper {   
    width: 725px;  
	border: 1px solid #FF0000;  
    margin: 0 auto;
}
 
h1{
	font-size: 8px;
	color: #FFFFFF;
	line-height: 10px;
	text-align: right;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h2{
	font-size: 24px;
	text-align: center;
	margin: 0px auto;
	padding: 10px 0px 5px;
}

h3{
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	line-height: 16px;
	margin: 8px 0px 0px;
	padding: 0px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0 auto;
	padding: 0px;
	width: 720px;
	border-top: 1px none #9D9A8E;
	border-right: 1px solid #9D9A8E;
	border-bottom: 1px none #9D9A8E;
	border-left: 1px solid #9D9A8E;
	background-color: #FFFFFF;
}

#content{
	width: 720px;
	margin: 0 auto;
	padding: 8px 0 15;
	border-top: 1px none #9D9A8E;
	border-right: 1px solid #9D9A8E;
	border-bottom: 1px solid #9D9A8E;
	border-left: 1px solid #9D9A8E;
}

#siteInfo{
	clear: both;
	border-top: 0px none;
	color: #333333;
	margin-top: 0px;
	text-align:center;
	width: 720px;
	margin-bottom: 10px;
	padding: 10px 0px;
	margin-right: auto;
	margin-left: auto;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #9D9A8E;
	border-bottom-color: #9D9A8E;
	border-left-color: #9D9A8E;
	font-size: 12px;
	line-height: 22px;
}

#siteInfo a {
	clear: both;
	color: #333333;
	text-align:center;
	font-size: 12px;
	line-height: 22px;
	text-decoration: none;
	border: 0px none;
}

#box2{
	width:535px;
	margin: 6px auto 10px;
	line-height: 16px;
	border: 1px solid #B5B5B5;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 4px;
	text-align: left;
}

/***********************************************/
/* gray table                                */
/***********************************************/

.graytable {
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	font-size: 12px;
	margin-right: auto;
	margin-left: auto;
	border-collapse: collapse;
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: left;
}

.graytable td{
	border-right:1px solid #B3B3B3;
	border-bottom:1px solid #B3B3B3;
	border-collapse: collapse;
	padding:8px;
	line-height: 16px;
}

/************************************/
/* リスト（UL）用のstyle */
/************************************/


.baitainame {font-size: 12px; margin:1px 1px 1px 4px; line-height:18px;}
.baitainame_all {font-size: 12px; margin:10px 1px 1px 8px; line-height:18px;}

.list01 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	list-style-type: none;
	line-height: 20px;
	border: none;
}

.navitable {
	border:none;
	font-size: 12px;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	border-collapse: collapse;
	padding: 0px;
	margin-top: 3px;
	margin-bottom: 10px;
	text-align: center;
	cellspacing: 0;
}

.navitable td{
	border-collapse: collapse;
	padding:3px 2px 3px 1px;
	text-align: left;
	line-height: 16px;
	margin: 0px;
}

/************************************/
.syamei {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.shiro {
	color: #FFFFFF;
}
