@charset "utf-8";

/*====================================================================

common.css

======================================================================

	01.format
	02.body
	03.header
	04.navigation
	05.container
	06.other

last update 09/02/06

=====================================================================*/

/*--------------------------------------------------------------------
	01.format
--------------------------------------------------------------------*/
body,div,span,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,p,blockquote,address,
table,tr,th,td,img{
	vertical-align: top;
	font:normal normal normal 100%/1.5 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ ゴシック',sans-serif;
	margin:0;
	padding:0;
	border:none;
	border-collapse:collapse;
}
hr{display:none;}
img{display:block;}
li{list-style-type: none;}

/*a
----------------------------------------------------------------*/
a:link,
a:visited,
a:hover,
a:active{color: #80b31b;}

a:link   {text-decoration: underline;}
a:visited{text-decoration: underline;}
a:hover  {text-decoration: none;}
a:active {text-decoration: underline;}


/*--------------------------------------------------------------------
	02.body
--------------------------------------------------------------------*/

body{
	background: url(../img/bg_body.gif);
	text-align: center;
	color: #333333;
	font-size: 12px;

}
#wrapper{background: url(../img/bg_wrapper.gif) repeat-x top;}
#wrapper:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#head{
	margin-left: auto;
	margin-right: auto;
	background: url(../img/bg_head.gif) no-repeat top;
	width: 950px;
}


/*--------------------------------------------------------------------
	03.header
--------------------------------------------------------------------*/
#header{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 100px;
}

/* h1 */
#header h1{
	float: right;
	line-height: 16px;
	width: 455px;
	color: #ffffff;
	font-size: 10px;
}


/* logo */
#header #logo{
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 100px;
}
#header #logo a{
	display: block;
	overflow: hidden;
	/*text-indent: -9999px;*/
	width: 300px;
	height: 100px;
}


/* p-navi */
#header span{
	position: absolute;
	top:26px; right:2px;
}
#header span,
#header span a{
	display: block;
	width:200px; height:65px;
}
#header span a{
	/*text-indent: -9999px;*/
	overflow: hidden;
}
#header span a:hover{ background:url(../img/bg_p-navi_over.gif) no-repeat; }


/*--------------------------------------------------------------------
	04.navigation
--------------------------------------------------------------------*/
#navi{
	margin-left: auto;
	margin-right: auto;
	width: 810px;
	height: 61px;
	outline: none;
	background: url(../img/bg_navi.gif) no-repeat;
}
#navi ul,
#navi ul li,
#navi ul li a{
	display: inline;
	outline: none;
	/*text-indent: -9999px;*/
	height: 61px;
}
#top a{
	background-position: 0 0;
	float: left;
	width: 165px;
}
#topics a{
	background-position: -165px 0;
	float: left;
	width: 160px;
}
#concept a{
	background-position: -325px 0;
	float: left;
	width: 160px;
}
#planner a{
	background-position: -485px 0;
	float: left;
	width: 160px;
}
#reform a{
	background-position: -645px 0;
	float: left;
	width: 165px;
}
#navi ul li a:hover,
#navi ul li.this a{background-image: url(../img/bg_navi_over.gif);}


/*--------------------------------------------------------------------
	05.container
--------------------------------------------------------------------*/
#container{
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	background: url(../img/bg_container.gif) repeat-y;
	width: 810px;
}
#cotainer:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}


/*--------------------------------------------------------------------
	06.other
--------------------------------------------------------------------*/
.block{display: block;}
.right{float: right;}
.left{float: left;}
.clear{clear: both;}
.hover a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}
.tr{text-align: right;}
.big{
	font-size: 18px;
	font-weight: bold;
}
strong{color: #cf2828;}

/* margin small */
.ms{ margin:10px; }
.ms_t{ margin-top:10px; }		.ms_b{ margin-bottom:10px; }
.ms_l{ margin-left:10px; }		.ms_r{ margin-right:10px; }
.ms_h{ margin:10px 0px; }		.ms_w{ margin:0px 10px; }

/* margin middle */
.mm{ margin:20px; }
.mm_t{ margin-top:20px; }		.mm_b{ margin-bottom:20px; }
.mm_l{ margin-left:20px; }	.mm_r{ margin-right:20px; }
.mm_h{ margin:20px 0px; }		.mm_w{ margin:0px 20px; }

/* margin large */
.ml{ margin:40px; }
.ml_t{ margin-top:40px; }		.ml_b{ margin-bottom:40px; }
.ml_l{ margin-left:40px; }	.ml_r{ margin-right:40px; }
.ml_h{ margin:40px 0px; }		.ml_w{ margin:0px 40px; }


/* margin - */
.ml-t{margin-top: -40px;}
.ma{ margin:0px auto; }
