@charset "utf-8";

/*-----------------------------------
 *	common
 *----------------------------------*/
body {
    font: 13px "ＭＳ Ｐゴシック", "MS P Gothic", arial,helvetica,clean,sans-serif;
    *font-size: small;
    *font: x-small;
	/*font-family: verdana, sans-serif, "MS UI Gothic", "lr oSVbN", "qMmpS Pro W3","ＭＳ Ｐゴシック","MS P Gothic" ;*/
	color: #000;
	width: 1000px;
	margin: 0 auto;
	line-height: 120%;
}


/*-----------------------------------
 *	Anchor
 *----------------------------------*/
a {
	color: #666;
	text-decoration:none;
}
a:hover {
	color: #666;
	text-decoration: underline;
}


/*------------------------------------
  header
------------------------------------*/ 
.header {
	width: 942px;
	height: 67px;
	margin: 0 0 0 29px;
	line-height: 1.0em;
}

.header h1 {
	float: left;
	width: 248px;
	padding: 15px 0 0 20px;
}
.top_menu {
	float: left;
	width: 586px;
	padding: 10px 11px 0 0;
}
.top_menu p.menu {
	float: left;
	width: 500px;
	padding: 7px 10px 0 0;
	text-align: right;
	font-size: 77%;
}
.top_menu ul.size {
	float: left;
	width: 70px;
	height: 20px;
	padding: 2px 0 0 0;
}
.top_menu ul.size li {
	float: left;
	padding: 0 0 0 5px;
	display: block;
}
.top_menu ul.size li a {
	float: left;
	display: block;
	height: 20px;
}
.top_menu ul.size li img {
	display: block;
}
.header .logo {
	float: right;
	padding: 8px 20px 0 0;
}


/*------------------------------------
  gnav
------------------------------------*/ 
ul.gnav {
	width: 945px;
	height: 47px;
	margin: 0 0 0 28px;
}
ul.gnav li {
	float: left;
	display: inline;
}


/*------------------------------------
  h2
------------------------------------*/ 
body h2 {
	height: 67px;
	margin: 12px 0  0 49px;
}


/*------------------------------------
  パンくず
------------------------------------*/ 
.bread {
	width: 922px;
	height: 20px;
	margin: 10px 0 0 40px;
	font-size: 12px;
}
.bread a {
	color:#2f99d4;
	text-decoration:underline;
}
.bread span {
	color:#ff6400;
	margin: 0 10px;
}


/*------------------------------------
　contents
------------------------------------*/ 
#contents {
	width: 910px;
	margin: 15px 0 0 40px;
	padding: 0;
}


/*------------------------------------
　left_column
------------------------------------*/ 
#left_column {
	float:left;
	width: 210px;
	margin: 0;
	padding: 0;
}
ul.lnav {
	width: 180px;
	font-size: 13px;
	line-height: 100%;
}
ul.lnav li.head {
	border-top: 1px solid #d2d2d2;
}
ul.lnav li.bottom{
	border-bottom: 1px solid #d2d2d2;
}

/*第1階層*/
ul.lnav li {
	width: 180px;
	border-top: 1px solid #d2d2d2;
}
ul.lnav li a {
	display: block;
	width: 159px;
	color: #000;
	padding: 10px 0 9px 21px;
	background: url(../images/lnav_icon_l_off.gif) 4px 10px no-repeat;
}
ul.lnav li a:hover {
	color: #ff6400;
	text-decoration: none;
	background: url(../images/lnav_icon_l_on.gif) 4px 10px no-repeat;
	background-color: #fffac2;
}

/*第1階層ハイライト*/
ul.lnav li.on {
	background: #fffac2;
}
ul.lnav li.on a {
	color: #ff6400;
	background: url(../images/lnav_icon_l_on.gif) 4px 10px no-repeat;
}

/*第2階層*/
ul.lnav li.step2 {
	border-top: 1px dashed #d2d2d2;
	font-size: 12px;
}
ul.lnav li.step2 a {
	width: 164px;
	padding: 6px 0 5px 16px;
	background: url(../images/lnav_icon_s_off.gif) 4px 8px no-repeat;
}
ul.lnav li.step2 a:hover {
	text-decoration: none;
	color: #ff6400;
	background: url(../images/lnav_icon_s_on2.gif) 4px 8px no-repeat;
	background-color: #fffac2;
}

/*第2階層ハイライト*/
ul.lnav li.step2on {
	border-top: 1px dashed #d2d2d2;
	font-size: 12px;
	background: #fffac2;
}
ul.lnav li.step2on a {
	display: block;
	width: 164px;
	padding: 6px 0 5px 16px;
	color: #ff6400;
	background: url(../images/lnav_icon_s_on2.gif) 4px 8px no-repeat;
}
ul.lnav li.step2on a:hover {
	color: #ff6400;
	text-decoration: none;
	background: url(../images/lnav_icon_s_on2.gif) 4px 8px no-repeat;
}


/*------------------------------------
　right_column
------------------------------------*/ 
#right_column {
	float:left;
	width: 700px;
	margin: 0;
	padding: 0;
}
#right_column h3 {
	width: 676px;
	height: 33px;
	padding: 9px 0 0 24px;
	background: url(../images/h3_bg.gif);
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 140%;
}
#right_column p.p_h3 {
	width: 660px;
	padding: 15px 0 5px 20px;
	font-size: 20px;
	font-weight: bold;
	color: #00abe6;
	letter-spacing: 0;
	line-height: 140%;
}


/*------------------------------------
　footer
------------------------------------*/ 
#pagetop {
	width: 960px;
	text-align: right;
}
#footer {
	clear: both;
	padding-top: 20px;
	border-top: #CCCCCC solid 2px ;
}
#copyright {
	width: 1000px;
	margin:0 0 15px 0;
	text-align: right;
	font-size:10px;
	color:#333333;
}



