/*@charset "shift_jis";*/

html {
	width:100%;
	min-width:1074px;
	height:100%;
	font: "Lucida Grande", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3","ＭＳ Ｐゴシック", "MS P Gothic", Geneva, Arial, Verdana, sans-serif;	
	-webkit-text-size-adjust:none;
}

/* link style */

a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}

a {
	color:#333;
	text-decoration:none;
}
a:visited {
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#666;
	text-decoration:underline;
}

a:active {
	color:#666;
	text-decoration:underline;
}

/*----------------------------------
 aling
------------------------------------*/
.left {
	text-align:left;
}

.center {
	text-align:center;
}

.right {
	text-align:right;
	
}
.layoutCenter {
	margin:0 auto;
}

/*----------------------------------
 float
------------------------------------*/
.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

.fl-clear {
	clear:both;
}

/*----------------------------------
 img_margin
------------------------------------*/
.bm10 {
	margin-bottom:10px;
}

.bm20 {
	margin-bottom:20px;
}

.bm30 {
	margin-bottom:30px;
}

.bm40 {
	margin-bottom:40px;
}

.bm80 {
	margin-bottom:80px;
}

.left_img {
	margin-right:20px;
	margin-bottom:20px;
}

.right_img {
	margin-left:20px;
	margin-bottom:20px;
}

.boader {
	border:#CCC 1px solid;
}

/*------------------------------------
 header
------------------------------------*/

#header {
	width:100%;
	background:url(/common/img/header_bg.jpg) repeat-x;
}

#header_inner {
	width:1054px !important;
	height:107px !important;
	position:relative;
	margin:0 auto;
}

#header .logo{
	width:206px !important;
	height:107px !important;
	float:left;
	margin:0 !important;
	padding:0 !important;
}

#header a.site_title{
	width:310px !important;
	height:107px !important;
	display:block;
	line-height:107px !important;
	color:#FFF;
	float:left;
	margin:0 !important;
	padding:0 !important;
	text-decoration:none !important;
	font-size:10px;
}

#header a.site_title:hover{
	color:#cccccc;
	text-decoration:underline !important;
}

#header #header_banner{
	width:468px;
	margin-right:10px;
	overflow:hidden;
	float:left;
}

#header #icon{
	width:60px;
	height:60px;
	float:right;
}

#header #icon li{
	float:left;
}

/*------------------------------------
 tab
------------------------------------*/

#tab{
	width:538px;
	height:37px;
	float:left;
}

#tab a{
	color:#FFF;
}

ul#tab_bn li{
	float:right;
	position:relative;
	margin:0 !important;
	padding:0 !important;
}

ul#tab_bn li a.gressive_off {
	background: url(/common/img/gressive_off_tab.png) no-repeat;
	width:148px;
	height:27px;
	border:none;
	display:block;
	text-indent:-9999px;
	margin:0 !important;
	padding:0 !important;
}

ul#tab_bn li a.feric {
	background: url(/common/img/feric_tab.png) no-repeat;
	width:73px;
	height:27px;
	border:none;
	display:block;
	text-indent:-9999px;
	margin:0 !important;
	padding:0 !important;
}

ul#tab_bn li .tabsub{
	width:400px;
	height:350px;
	position: absolute;
	display:none;	
	top:28px;
	right:0px;
	text-align:left;
	padding:20px 20px;
	border:1px #000000 solid;
	background:#333;
	z-index:9999;	
}

.subinner{
	width:400px;
	height:350px;
	text-align:left;
	color:#FFF;
}

.subinner strong{
	color:#FFF;
}

.subinner .left{
	float:left;
	margin-right:10px;
	border:1px #666666 solid;
}

.sitelink{
	width:auto;
	float:left;
}

.sitelink a {
	height:20px;	
	color:#FFFFFF;
	text-decoration:none;
	padding:6px 4px 0px 4px;
	background:#000000;
	display:block;
	border:1px #666666 solid;
}

.sitelink a:hover {
	background:#739bf6;
}

/*------------------------------------
 nav
------------------------------------*/

#nav {
	width:100%;
	background:url(/common/img/nav_bg.gif) repeat-x;
}

#nav ul {
	width:1054px;
	height:48px;
	margin:0 auto;
}

#nav ul li {
	float:left;
}

#nav ul li a {
	text-decoration:none;
	line-height: normal;
	text-indent:-9999px;
	height:48px;
	display:block;	
}

/* nav01 */
#nav ul li#nav01 a {
	width:177px;
	background: url(/common/img/nav.jpg) no-repeat 0px 0px;
}
#nav ul li#nav01 a:hover {
	background-position: 0px -48px;
}
#nav ul li#nav01 a:active {
	background-position: 0px -48px;
}
#nav ul li#nav01 strong a {
	background-position: 0px -96px;
}
#nav ul li#nav01 strong a:hover {
	background-position: 0px -96px;
}

/* nav02 */
#nav ul li#nav02 a {
	width:175px;
	background: url(/common/img/nav.jpg) no-repeat -177px 0px;
}
#nav ul li#nav02 a:hover {
	background-position: -177px -48px;
}
#nav ul li#nav02 a:active {
	background-position: -177px -48px;
}
#nav ul li#nav02 strong a {
	background-position: -177px -96px;
}
#nav ul li#nav02 strong a:hover {
	background-position: -177px -96px;
}

/* nav03 */
#nav ul li#nav03 a {
	width:176px;
	background: url(/common/img/nav.jpg) no-repeat -352px 0px;
}
#nav ul li#nav03 a:hover {
	background-position: -352px -48px;
}
#nav ul li#nav03 a:active {
	background-position: -352px -48px;
}
#nav ul li#nav03 strong a {
	background-position: -352px -96px;
}
#nav ul li#nav03 strong a:hover {
	background-position: -352px -96px;
}

/* nav04 */
#nav ul li#nav04 a {
	width:175px;
	background: url(/common/img/nav.jpg) no-repeat -528px 0px;
}
#nav ul li#nav04 a:hover {
	background-position: -528px -48px;
}
#nav ul li#nav04 a:active {
	background-position: -528px -48px;
}
#nav ul li#nav04 strong a {
	background-position: -528px -96px;
}
#nav ul li#nav04 strong a:hover {
	background-position: -528px -96px;
}

/* nav05 */
#nav ul #nav05 a {
	width:176px;
	background: url(/common/img/nav.jpg) no-repeat -703px 0px;
}
#nav ul #nav05 a:hover {
	background-position: -703px -48px;
}
#nav ul #nav05 a:active {
	background-position: -703px -48px;
}
#nav ul #nav05 strong a {
	background-position: -703px -96px;
}
#nav ul #nav05 strong a:hover {
	background-position: -703px -96px;
}

/* nav06 */
#nav ul li#nav06 a {
	width:175px;
	background: url(/common/img/nav.jpg) no-repeat -879px 0px;
}
#nav ul li#nav06 a:hover {
	background-position: -879px -48px;
}
#nav ul li#nav06 a:active {
	background-position: -879px -48px;
}
#nav ul li#nav06 strong a {
	background-position: -879px -96px;
}
#nav ul li#nav06 strong a:hover {
	background-position: -879px -96px;
}

/*------------------------------------
 main_contents
------------------------------------*/

#wrapper {
	width:1054px;
	height:auto;
	margin:0 auto;
}

#wrapper #contents_inner_s {
	width:790px;
	height:auto;
	padding-top:14px;
	float:left;
}

#wrapper #aside {
	width:250px;
	height:auto;
	padding:14px 0 0 14px;
	float:left;
}

	
/* ===============    link reset     ================== */
#wrapper a:link {
	color:none;
	font-weight:none;
	text-decoration: none;
}


#wrapper a:visited {
	color:none;
	font-weight:none;
	text-decoration: none;
}

	
#wrapper a:hover {
	font-weight:none;
	text-decoration:none;
	color:#666666;
}


#wrapper a:active {
	font-weight:none;
	text-decoration: none;
}

#wrapper a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);
	_background:#02050a;
}

#mainarea_01 a:link {
	color:##069;
	font-weight:none;
	text-decoration: none;
}
#mainarea_01 a:visited {
	color:##069;
	font-weight:none;
	text-decoration: none;
}

	
#mainarea_01 a:hover {
	font-weight:none;
	text-decoration:none;
	color:##069;
}


#mainarea_01 a:active {
	font-weight:none;
	text-decoration: none;
	color:##069;
}


/*------------------------------------
 footer
------------------------------------*/

#footer {
	width:100%;
	height:auto;
	background:url(/common/img/footer_bg.png) repeat-x;
	clear:both;
	padding-bottom:22px;
	margin-top:10px;
}

#footer_inner {
	width:1060px;
	height:auto;
	margin:0 auto;
}

#footer_inner #tax {
	width:900px;
	margin:-25px 0 0 0;
	float:left;
}

#footer_inner #pagetop a {
	width:84px;
	height:25px;
	text-indent:-9999px;
	float:right;
	background:url(/common/img/top_off.png);
	display:block;
	margin-bottom:22px;
}

#footer_inner #pagetop a:hover {
	background:url(/common/img/top_on.png);
}

#footer_inner ul {
	width:1071px;
	margin-left:-11px;
	overflow:hidden;
	clear:both;
	/zoom:1;
}

#footer_inner ul:after {
	content: '';
	display: block;
	clear: both;
}

#footer_inner ul li {
	width:346px;
	height:auto;
	float:left;
	margin-left:11px;
	_display: inline;	
}

#footer_inner ul li dl {
	width:324px;
	height:auto;
	border:1px solid #868686;
	padding:10px;	
}

#footer_inner ul li dl dt {
	border-bottom:1px solid #868686;
}

#footer_inner ul li dl dd.list {
	padding:10px 34px 10px 0px;
	border-bottom:1px dotted #868686;
	color:#FFF;
	background:url(/common/img/new_list.png) right no-repeat;
	font-size:10px;
}

#footer_inner ul li dl dd.moreinfo img {
	float:right;
}

#footer_inner ul li dl dd:after {
	content: '';
	display: block;
	clear: both;
}

#footer_inner ul li dl dd a {
	padding-bottom:1px;
	color:#FFF;
}

#footer_inner ul li dl dd a:hover {
	padding-bottom:1px;
	color:#FFF;
}

/*------------------------------------
 footer_menu
------------------------------------*/

#footer_menu {
	width:100%;
	height:74px;
	padding-top:10px;
	background:url(/common/img/footer_menu_bg.png) repeat-x;
	clear:both;
	font-size:10px;
}

#footer_menu_inner {
	width:1060px;
	height:auto;
	margin:0 auto;
}

#footer_menu_inner a {
	color:#FFF;
	padding-bottom:1px;
}

#footer_menu_inner a:hover {
	color:#FFF;
	padding-bottom:1px;
}

#footer_menu_inner ul li {
	height:16px;
	line-height:16px;
	float:left;
	padding:0 10px;
	margin-bottom:10px;
	border-left:#868686 1px solid;
}

#footer_menu_inner .copyright {
	float:right;
	color:#FFF;
	padding-top:30px;
}


/*------------------------------------

Legacy CSS

-------------------------------------*/

/* ===============    stamp     ================== */

.timestamp{
	width:auto;
	height:auto;
	background-image:url(/common/img/new.jpg) ;
	background-repeat:no-repeat;
	background-position:right;
	margin:2px 0 0 0;
	padding:0 24px 0 0;
	font-size:10px;
	line-height:115%;
	color:#363636;
	text-align:right;
	}

.nostamp{
	width:auto;
	height:auto;
	margin:2px 0 0 0;
	padding:0;
	font-size:10px;
	line-height:115%;
	color:#363636;
	text-align:right;
	}

/* ===============     sub_title      ================== */

h1.topread{
	margin:0 auto;
	padding:0;
	margin-top:0px;
	margin-bottom:0px;
	width:1070px;
	height:10px;
	font-size:9px;
	color:#666;
	text-align:right;
	font-style:normal;
	font-weight:normal;
	clear:both;
	}
	
/*h1.title{
	width:790px;
	height:34px;
	background:url(/common/img/title_back.jpg) no-repeat top left;
	margin:14px 0;
	padding:4px 0px 0px 0px;
	color:#666666;
	font-size:12px;
	font-style:normal;
	text-indent:14px;
	font-weight:normal;
	clear:both;
	}*/

h1.title{
	width:775px;
	height:auto;
	margin:14px 0;
	padding:4px 0px 0px 10px;
	border-left:5px #333 solid;
	color:#666666;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	clear:both;
	position:relative;
	}

h1.title:after{
	position:absolute;
	bottom:-5px;
	left:-5px;
	display:block;
	content:"";
	width:790px;
	border-bottom:2px #333 solid;
	}
	
h1.title em{
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	}
	
h1.title strong{
	font-size:11px;
	font-weight:normal;
	font-style:normal;
	font-stretch:normal;
	}

h1.title a{
	color:#333333;}

h2.title{
	width:790px;
	height:34px;
	background:url(/common/img/title_back.jpg) no-repeat top left;
	margin:14px 0;
	padding:4px 0px 0px 0px;
	color:#666666;
	font-size:12px;
	font-style:normal;
	text-indent:14px;
	font-family:Arial, Helvetica, sans-serif;
	clear:both;
	}
	
h2.title em{
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	}
	
h2.title strong{
	font-size:11px;
	font-weight:normal;
	font-style:normal;
	font-stretch:normal;
	}

h2.title a{
	color:#333333;
	}
	
h3.title{
	width:790px;
	height:34px;
	background:url(/common/img/title_back.jpg) no-repeat top left;
	margin:14px 0;
	padding:4px 0px 0px 0px;
	color:#666666;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	text-indent:14px;
	font-family:Arial, Helvetica, sans-serif;
	clear:both;
	}
	
h3.title em{
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	}
	
h3.title strong{
	font-size:11px;
	font-weight:normal;
	font-style:normal;
	font-stretch:normal;
	}


h3.title a{
	color:#333333;
	}
	
	
h4.title{
	width:790px;
	height:34px;
	background:url(/common/img/title_back.jpg) no-repeat top left;
	margin:14px 0;
	padding:4px 0px 0px 0px;
	color:#666666;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	text-indent:14px;
	font-family:Arial, Helvetica, sans-serif;
	clear:both;
	}
	
h4.title em{
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	}
	
h4.title strong{
	font-size:11px;
	font-weight:normal;
	font-style:normal;
	font-stretch:normal;
	}


h4.title a{
	color:#333333;
	}
/* ===============    control     ================== */

#control {
	width:790px;
	height:auto;
	margin:10px 0px;
	padding:0;
	clear:both;
	overflow:hidden;
	}

#control a{
	color:#333;
	text-decoration:none;
	}

#control ul.pager {  
    margin: 0;  
    padding: 0;  
    font: 100%;  
    text-align: center;  
}  
#control ul.pager li {  
    list-style: none;  
    display: inline;  
    margin: 0;  
    padding: 0;
}  

#control ul.pager li strong {  
    display: -moz-inline-box; /* firefox2 対応 */  
    display: inline-block;  
    padding: 0.25em 0.4em;  
    background-color: #EEEEEE;  
    border: 1px #CCCCCC solid;  
}  
#control ul.pager li a {  
    display: -moz-inline-box; /* firefox2 対応 */  
    display: inline-block;  
    padding: 0.25em 0.4em;  
    border: 1px #CCCCCC solid;
	color:#333333;
	text-decoration:none;
}  
  
#control ul.pager li a:link{   
    border-color: #CCCCCC;  
    color: #0033FF;  
}  

#control ul.pager li a:visited {  
    border-color: #C9C9C9;  
    color:#666666;
}  
#control ul.pager li a:hover,  
#control ul.pager li a:active {  
    border-color: #333333;  
    background-color: #363636;  
    color: #999999;  
}  



/* ===============    control590     ================== */

#control_590 {
	width:590px;
	height:24px;
	margin:8px auto;
	padding:0;
	clear:both;
	}

#control_590 a{
	color:#333;
	text-decoration:none;
	}

#control_590 ul.pager {  
    margin: 0;  
    padding: 0;  
    font: 100%;  
    text-align: center;
	clear:both;
}  
#control_590 ul.pager li {  
    list-style: none;  
    display: inline;  
    margin: 0;  
    padding: 0;
}  

#control_590 ul.pager li strong {  
    display: -moz-inline-box; /* firefox2 対応 */  
    display: inline-block;  
    padding: 0.25em 0.4em;  
    background-color: #EEEEEE;  
    border: 1px #CCCCCC solid;  
}  
#control_590 ul.pager li a {  
    display: -moz-inline-box; /* firefox2 対応 */  
    display: inline-block;  
    padding: 0.25em 0.4em;  
    border: 1px #CCCCCC solid;
	color:#333333;
	text-decoration:none;
}  
  
#control_590 ul.pager li a:link{   
    border-color: #CCCCCC;  
    color: #0033FF;  
}  

#control_590 ul.pager li a:visited {  
    border-color: #C9C9C9;  
    color:#666666;
}  
#control_590 ul.pager li a:hover,  
#control_590 ul.pager li a:active {  
    border-color: #333333;  
    background-color: #363636;  
    color: #999999;  
}  

/* ===============    legacy     ================== */

#userNav
	{
	width:790px;
	padding:8px 5px 5px 35px;
	}
html>body #userNav
	{
	width:750px;
	}

#siteNav{
	width:790px;
	height:auto;
	margin:0;
	padding:0px 0 5px 0;
	color:#333333;
	font-size:12px;
	line-height:145%;
	clear:both;
	list-style-type:none;
	overflow:hidden;
	}

#siteNav a a:visited{
	color:#333333;
	font-size:12px;
	line-height:145%;
	text-decoration:none;
	}

/*-- 2014/2/20 ol切り替え時追加 --*/

#siteNav li {
	margin-bottom:1px;
	float:left;
}

#siteNav li span {
	margin:0 2px 0 4px;
}

/*--sidenavigation--*/
.assent img{
	width:auto;
	height:auto;
	margin:0 10px 10px 0;
	padding:0;
	float:left;
	text-align:left;
	}

/*--TOP BANNER--*/
#portfolio_b, #portfolio_b_new {
	width:790px;
	height:266px;
	overflow:hidden;
}


/*------------------------------------
 clearfix
------------------------------------*/

.clearfix:after {
	content: url(/common/img/pixel.gif);
	display: block;
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
/*Hides from IE\mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE\mac */