/* CSS Document */
@charset "Shift_JIS";

a	{color: #666666}

body	{
	background-image: url(../img/sy_08.png);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	}


/* コンテナ */
div#container	{
	position: relative;
	width: 905px;
	height:100%;
	border: 0;
	margin-top: none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	padding-left: 10px;
	padding-right: 10px;
	top: 15px;
	}
	
	
/* ヘッダー */
div#header	{
	background-color: #ffffff;
	margin-top: 10px;
	padding-top: 10px;
	width: 900px;
	heihgt: 160px;
	margin-left: auto;
	margin-right: auto;
	}

div#header h1	{
	padding-top: 105px;
	padding-left: 0;
	padding-bottom: 0;
	float: left;
	}
	
div#header h2	{
	padding-top: 25px;
	padding-left: 380px;
	padding-bottom: 0;
	}
	
div#header h22	{
	padding-top: 130px;
	padding-left: 250px;
	padding-bottom: 0;
	}
	

/* パンくずリスト */
/*p#bread	{
	background-color: #ffffff;
	font-size: 0.75em;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 1px;
	padding-left: 10px;
	padding-bottom: 10px}
*/

/* コンテンツ */
div#content	{
	width: 750px;
	float: right;
	margin-left: 0;
	margin-right: 0;
	padding-top: 50px;
	padding-bottom: 15px;
	}
	
div#content2 {
	width: 750px;
	height: 650px;
	float: right;
	margin-left: 0;
	margin-right: 0;
	padding-top: 50px;
	padding-bottom: 15px;
	}
	
div#content h1	{
	background-color: #ffffff;
	text-align: right;
	padding-top: 0;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	float: left;
	}
	
div#content h2	{
	background-color: #ffffff;
	padding-top: 55px;
	padding-left: 20px;
	margin-top: 0;
	margin-bottom: 0
	}
	
div#content h3	{
	background-color: #ffffff;
	font-size: 0.8em;
	line-height: 10px;
	padding-left: 20px;
	margin-top: 0;
	margin-bottom: 0
	}
	
/* NEXT B*/
div#footer h5	{
	bottom: 60px;
	right: 30px;
	position: absolute;
	}

	
/*div#content p#message	{
	margin-top: 50px;
	margin-left: 50px;
	}
*/

/* サイドバー */
div#sidebar	{
	background-image: url(../img/sx_05.jpg);
	background-repeat: repeat-x;
	width: 155px;
	margin-bottom: 20px;
	float: left;
	}

ul.sidemenu		{
	width: 95px;
	bordertop: solid 2px #333333;
	font-size: 1.0em;
	margin-top: 45px;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	line-height: 30px;
	float: left;
	}
	
ul.sidemenu02		{
	width: 55px;
	bordertop: solid 2px #333333;
	font-size: 0.75em;
	margin-top: 45px;
	margin-left: 5px;
	margin-right: 0;
	padding-left: 0;
	line-height: 30px;
	float: right;
	}
	
ul.sidemenu li		{
	list-style-type: none
	}

ul.sidemenu02 li		{
	list-style-type: none
	}

ul.sidemenu li a	{
	font-family:"Century Gothic" , "Georgia" , Serif;
	font-size: 0.75em;
	text-decoration: none;
	color: #666666;
	background-color: #ffffff;
	margin-left: 0;
	padding-left: 0
	}
	
ul.sidemenu02 li a	{
	font-family:"Century Gothic" , "Georgia" , Serif;
	font-size: 0.75em;
	text-decoration: none;
	color: #999999;
	background-color: #ffffff;
	margin-left: 0;
	padding-left: 0
	}

ul.sidemenu li a:hover	{
	color: #000000;
	}
	
ul.sidemenu02 li a:hover	{
	color: #000000;
	}


/* フッター */
div#footer	{
	width: 100%;
	height: 50px;
	margin-top: 30px;
	background-image: url(../img/footer.png);
	background-repeat: repeat-x;
	background-color: #333333;
	position:fixed;
	bottom:0;
	}

address	{
	font-size: 0.6em;
	line-height: 30px;
	font-family:"Century Gothic" , "Georgia" , Serif;
	color: #ffffff;
	text-align: center;
	}
