@charset "utf-8";
@import "header.css";
@import "footer.css";
/*------------------------------
Title:共用CSS
Last Update:15:56 2008/02/11
-------------------------------*/
/*--------------------------------
	base
--------------------------------*/

body {
	font-family:MS PGothic,"MS P ゴシック",sans-selif,Verdana, Osaka,"qMmpS Pro W3","Hiragino Kaku Gothic Pro";
	_font-family:MS PGothic;
	font-weight:normal;
	font-style:normal;
	font-size:75%;
	line-height:140%;
	color:#5a5a5a;
}

a:link,a:visited {
	color:#5a5a5a;
	text-decoration:none;
}

a:active,a:hover {
	color:#5a5a5a;
	text-decoration:underline;
}


/*--------------------------------
	reset
--------------------------------*/

* {
	margin:0px;
	padding:0px;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:lighter;
}

img {
	border-width:0px;
	border-style:none;
}
p {
	margin:0px;
	padding:0px;
}

ul, li {
	margin:0px;
	padding:0px;
	list-style:none;
}

hr {
	display:none;
}


/*------------------------------------
	clearfix
------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block; /*for IE7*/
}

/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;}
.clearfix {display: block;}
 /* End hide from IE-mac */


/*--------------------------------
	base layout
--------------------------------*/

#wrapper{
	width:701px;
	margin:1px 0 0 21px;
}


#main_box{
	width:701px;
	float:left;
}

#main{
	width:524px;
	margin:0 0 0 6px;
	float:right;
	display:inline;
}

#left_navi {
	width:171px;
	float:left;
}




/*--------------------------------
	2nd pages base layout
--------------------------------*/

/* コンテンツ
-----------------------------------*/

#contents{
	width:702px;
	margin-top:4px;
	clear:both;
}

.clr {
	clear: both;
}

/* サイドナビ
-----------------------------------*/
.left_img{
	width:167px;
	padding:0;
	margin-bottom:10px;
}

#left-text {
	font-size:12px;
	color:#333333;
	padding:8px 0 0 10px;
	font-weight: normal;
	overflow:auto;
	line-height:2em;
	list-style-type:none;
}

#left-text ul {
	font-size:10px;
	color:#333333;
	margin-top:-4px;
	padding-left:20px;
	font-weight: normal;
	overflow:auto;
	line-height:1.5em;
	list-style-type:none;
}

/* メインコンテンツ
-----------------------------------*/
#main_div {
	width:702px;
	height: auto;
	display:block;
	padding:0px 0px 10px 0;
	background: url(../../back_slash.gif) repeat-y;
}
#main_div:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


#main_div img {
	vertical-align:bottom;
}


/*CReczu*/
.text12_blue {
	font-size:12px;
	color:#6699FF;
	line-height:2em;
	}

#pic-bar{
	background-color:#FFFFFF;
	padding-top:8px;
}

#pic-bar2 {
	margin-top: -10px;
	width:167px;
	border: 1px solid red;
}

#contents_left_bar{
	float:left;
	width:167px;
	display:block;
	margin-top:0px;
}

#contents_left_bar img{
vertical-align:bottom;
}

/*CRecEzu*/
#main-contents {
	float:left;
	width:524px;
	font-size:12px;
	margin:0px;
	padding-left: 10px;
	background: #ffffff;
}

.top_back {
	font-size:10px;
	color:#333333;
	padding:8px 0 15px 450px;
}

