@charset "utf-8";
/* formatting style
-------------------------------------------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "AR P丸ゴシック体M";
	font-size: 90%;
	font-style: normal;
	line-height: 1.6;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(sozai/bg.gif);
	background-repeat: repeat;
	border: thin none #999999;
}


#wrapper {
	width: 900px;
	margin: 0px auto;
	background-image: none;
	background-repeat: repeat-x;
	background-position: center top;
	height: auto;
	top: auto;
	border-top: thin none #CCCCCC;
	border-right: thin solid #CCCCCC;
	border-bottom: thin none #CCCCCC;
	border-left: thin solid #CCCCCC;
	background-color: #FFFFFF;
}


@import url("header.css");

@import url("side_navi.css");



@import url("m_navi.css");

/*メインタイトル-------------------------------------------------*/


#main_title {
	background-image: none;
	height: 60px;
	width: 650px;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	float: none;
	background-position: left;
	border-top: medium dotted #A9D0EB;
}






/*メイン
-------------------------------------------------*/
#main {
	float: left;
	height: auto;
	width: 650px;
	border: thin none #CCCCCC;
	padding: 10px 10px 10px 15px;
	margin: 5px 10px 10px 15px;
	background-image: none;
	background-repeat: repeat;


}





/*メイン01
-------------------------------------------------*/
#main01 {
	height: auto;
	width: 650px;
	float: none;
	top: auto;
	padding: 5px 0px 10px;
	margin: 5px 0px 25px;
	clear: none;
	background-image: none;
	background-repeat: no-repeat;
	border: thin none #0576D3;
	font: 16px/1.8em "AR P丸ゴシック体M";
	text-align: left;
}



/*メイン02
-------------------------------------------------*/



#main02 {
	margin: 5px 0px 25px;
	padding: 5px 0px 10px;
	height: auto;
	width: 650px;
	text-indent: 10px;
	background-image: none;
	background-repeat: no-repeat;
	line-height: 1.6em;
	text-align: justify;
	vertical-align: baseline;
}

#rootlist {
	display: block;
	position: relative;
	height: auto;
	float: right;
	width: 650px;
	font-size: 12px;
	margin-left: 30px;
}











/*footer styles
-------------------------------------------------*/
#footer {
	padding: 5px;
	clear: both;
	color: #FFFFFF;
	text-transform: none;
	width: auto;
	float: none;
	background-position: center bottom;
	text-align: center;
	background-image: url(tsj/bk-footer2.png);
	background-repeat: repeat-x;
	height: 50px;
	margin: 0px;
	line-height: 2.0em;
	background-color: #FFFFFF;
}
#main01 p {
	line-height: 1.5em;
	margin-right: 30px;
}
