@charset "utf-8";

/* formatting style
--------------------------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

body {
	color: #000000;
	font-size: 100%;
	line-height: 1.6;
	background-image: url(../images/sidebarb_bg11.gif);
	background-repeat: repeat;
}

p {
	margin: 0;
	padding: 0;
	line-height:1.5;
	font-size: 100%
}


a {
	color: #0000ff;
	text-decoration: none;
}

a:hover {
	color: #ff8800;
	text-decoration: underline;
}

img {
	border: 0;
}

/* base layout
---------------------------------*/

#wrapper {
	background-color: #ffffff;
	width: 900px;
	background-image: url(../images/main_bg03.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
}


/*タイトル文字*/
#header {
	padding-top: 15px;
	height: 60px;
	position: relative;
}

#header h1 {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 20px;
	float: left;
	margin-top: 5px;
	font-size: 300%;
	position: absolute;
	top: 10px;
}

#header  ul  {
	list-style: none;
	margin-top: 20px;
	float: right;
}
#header li {
	list-style: none;
	margin-right: 20px;
	display: inline;
}
#header ul li a {
	font-size: 100%;
}

#main {
	padding: 0 20px;
	width: 860px;
}

#container {
	width: 860px;
	text-align: left;
	padding: 0;
	margin: 5px 0 0 0;
}





/* サブメニュー */

.submenu {
	background-image: url("../suigun/images/index5_10.gif");
	background-repeat: no-repeat;
	background-position: left top ;
	width: 235;
	height: 211px;
	list-style: none;
	position: relative;
}

.submenu ul {
	list-style-type: none;
	width: 190px;
	margin-left: 15px;
	padding-top: 16px;
	border-bottom: 1px solid #790000;
}

.submenu a {
	display: block;
	width: 173px;
	color: #fff;
	padding: 6px 5px 6px 10px;
	background-color: #a75757;
	text-decoration: none;
	font-size: 108%;
}

.submenu a:hover {
	color: #fff;
	background-color: #943333;
	text-decoration: none;
}
.submenu li {
	border-right: 1px solid #790000;
	border-left: 1px solid #790000;
	border-top: 1px solid #790000;
}


/* コンテンツ */

div#content {
	float: left;
	width: 630px;
	padding: 0;
	margin: 0;
	text-align: left;
}
#content h2 {
	font-size: 144%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 10px;
}

#content p {
	padding: 10px 20px 10px 10px;
	font-size: 108%;
}
#content blockquote {
	background-color: #F1E4E4;
	margin: 0px 40px 10px 20px;
	border: 4px solid #D6B2B2;
}
.right {
	text-align: right;
}

.aka {
	color: #CC0000;
}




/* サイドバーＢ */


div#sidebar {
	width: 230px;
	float: right;
	margin: 0;
	padding:40px 0 0;
	text-align: right;

}
#sidebar p {
	font-size: 90%;
	margin-bottom: 10px;
}


div#sidebar img {
	border: 1px solid #CCCCCC;
	margin: 0;
}



#footer {
	clear: both;
	background-image: url(../images/end_bg03.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-size: 95%;
	color: #666666;
	text-align: right;
	padding: 10px 20px 20px;
}

#footer img {
	float: right;
	margin-left: 10px;
}
