@charset "UTF-8";
@import "reset.css";

/* +++++ 全般設定 +++++ */

p	{
	font-size:0.75em;
	text-align:justify;
	line-height:160%;
	color:#333333;
	}
a:link	{
	font-weight:bold;
	text-decoration:none;
	color:#cc0000;
	}
a:visited	{
	font-weight:bold;
	text-decoration:none;
	color:#cc0000;
	}
a:hover	{
	text-decoration:underline;
	color:#ff0000;
	}


/* ++++++ body ++++++ */
html, body, #base {
	height: 100%;
	}

body > #base {
	height: auto; min-height: 100%;
	}

html	{
	background-image:url("images/all/bg.jpg");
	background-repeat:repeat-x;
	background-color:#000000;
	}
#base	{
	width:850px;
	margin:auto;
	}
#container {
	background:#ffffff;
	padding-bottom: 70px;
	}
#container-b {
	background:transparent;
	padding-bottom: 70px;
	}

#footerbg {
	position: relative;
	margin-top: -70px;
	height: 70px;
	clear:both;
	}
#contents	{
	padding:15px;
	}
#contents-b	{
	background:#000000;
	padding:15px;
	}

/* ++++++ header ++++++ */
#headerbg	{
	background-image: url("images/all/headerbg.jpg");
	background-repeat:repeat-x;
	background-position:left top;
	width:100%;
	height:70px;
	}
#header	{
	background-image: url("images/all/header.jpg");
	background-repeat:no-repeat;
	background-position:center top;
	width:850px;
	margin:auto;
	}
#header h1	{
	text-indent:-9999px;
	}
#mainmenu	{
	width:800px;
	margin:15px auto 0;
	}
#mainmenu li	{
	display:inline;
	text-indent: -9999px;
	}
#m01 a {
	background-image: url("images/all/mainmenu.png");
	background-repeat: no-repeat;
	background-position:0px 0px;
	display: block;
	width: 89px;
	height: 25px;
	outline-style:none;
	}
#m01 a:hover {
	background-position:0px -25px;
	}
#m02 a {
	background-image: url("images/all/mainmenu.png");
	background-repeat: no-repeat;
	background-position:-89px 0px;
	display: block;
	width: 152px;
	height: 25px;
	position:relative;
	top:-25px;
	left:89px;
	outline-style:none;
	}
#m02 a:hover {
	background-position:-89px -25px;
	}
#m03 a {
	background-image: url("images/all/mainmenu.png");
	background-repeat: no-repeat;
	background-position:-241px 0px;
	display: block;
	width: 133x;
	height: 25px;
	position:relative;
	top:-50px;
	left:241px;
	outline-style:none;
	}
#m03 a:hover {
	background-position:-241px -25px;
	}
#m04 a {
	background-image: url("images/all/mainmenu.png");
	background-repeat: no-repeat;
	background-position:-374px 0px;
	display: block;
	width: 190px;
	height: 25px;
	position:relative;
	top:-75px;
	left:374px;
	outline-style:none;
	}
#m04 a:hover {
	background-position:-374px -25px;
	}
#m05 a {
	background-image: url("images/all/mainmenu.png");
	background-repeat: no-repeat;
	background-position:-564px 0px;
	display: block;
	width: 90px;
	height: 25px;
	position:relative;
	top:-100px;
	left:564px;
	outline-style:none;
	}
#m05 a:hover {
	background-position:-564px -25px;
	}
#m06 a {
	background-image: url("images/all/mainmenu.png");
	background-repeat: no-repeat;
	background-position:-654px 0px;
	display: block;
	width: 80px;
	height: 25px;
	position:relative;
	top:-125px;
	left:654px;
	outline-style:none;
	}
#m06 a:hover {
	background-position:-654px -25px;
	}
#m07 a {
	background-image: url("images/all/mainmenu.png");
	background-repeat: no-repeat;
	background-position:-734px 0px;
	display: block;
	width: 116px;
	height: 25px;
	position:relative;
	top:-150px;
	left:734px;
	outline-style:none;
	}
#m07 a:hover {
	background-position:-734px -25px;
	}

/* ++++++ footer ++++++ */
#footerbg	{
	background-image: url("images/all/footerbg.jpg");
	background-repeat:repeat-x;
	background-position:left top;
	width:100%;
	}
#footer	{
	background-image: url("images/all/footer.jpg");
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#000000;
	width:850px;
	margin:auto;
	}
#footer img	{
	padding:10px 0;
	}
#footer p	{
	color:#cccccc;
	font-size:0.7em;
	text-align:right;
	margin-top:-40px;
	padding-right:10px;
	padding-bottom:10px;
	}

/* ++++++ leftside ++++++ */


/* ++++++ rightside ++++++ */


/* ++++++ pankuzu ++++++ */
.breadcrumbs	{
	font-size:0.75em;
	margin:5px 0 10px;
	}

/* ++++++ submenu ++++++ */
#submenu img	{
	float:left;
	border-right:1px solid #cc0000;
	padding-right:10px;
	margin-right:10px;
}
#submenu2{
	margin-left:75px;
}
#submenu2 img	{
	border-right:1px solid #cc0000;
	padding-right:10px;
	margin-right:10px;
}
#submenu h3{
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", serif;
	font-size:0.9em;
	font-weight:bold;
	color:#333333;
	border-bottom:1px solid #cc0000;
	margin-bottom:5px;
	padding-bottom:3px;
}
#submenu li	{
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", serif;
	font-size:0.95em;
	padding-bottom:10px;
}

/* ++++++ entry ++++++ */
.entry	{
	border-bottom:1px dotted #666666;
	margin-bottom:30px;
	padding-bottom:10px;
	}
.entry h2	{
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", serif;
	font-size:1.0em;
	font-weight:bold;
	color:#cc0000;
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom:1px solid #cc0000;
	}
.entry h3	{
	font-size:0.85em;
	font-weight:bold;
	color:#999999;
	margin-bottom:5px;
	}
.entrybody	{
	font-size:0.75em;
	text-align:justify;
	line-height:150%;
	color:#333333;
	margin-bottom:10px;
	}
.entry img	{
	border:1px solid #cc0000;
	}
.posted	{
	font-size:0.75em;
	color:#999999;
	}
.extended	{
	font-size:0.75em;
	background-image:url("images/all/arrow01.gif");
	background-repeat:no-repeat;
	background-position:5px 2px;
	padding-left:15px;
	margin-bottom:15px;
	}


/* +++++ pagetoplink +++++ */
.returntop	{
	text-align:right;
	}

.cambanner	{
	margin-bottom:10px;
}

/* +++ clearfix +++ */
div:after {  
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;  
	}
/* +++ clearfix ie7 +++ */
*:first-child+html div {  
	display: inline-block;  
	}
/* +++ clearfix ie6 +++ */
* html .entry {
	display: inline-block; 
	}

/* +++++ IE6 +++++ */
* html #base {
	margin-top:-130px;
	}
* html #m01 a,* html #m02 a,* html #m05 a,* html #m06 a,* html #m07 a {
	background-image: url("images/all/mainmenu.gif");
	}
* html #m03 a,* html #m04 a {
	background-image: url("images/all/mainmenu_b.gif");
	}

/* +++++ IE7 +++++ */
*:first-child+html	{
	}