﻿@charset "utf-8";
/* CSS Document */

/*共通設定
------------------------------------*/

*{
	font-size:14px;
	margin:0;
	padding:0;
	list-style:none;
	font-family:"Hiragino Maru Gothic Pro","ヒラギノ丸ゴ Pro W4",sans-serif;
	color:#333333;
}

a{
	color:#0000FF;
	text-decoration:none;
}

a:hover{
	color:#FF0000;
}

img{
	border:0;
}

.cl{
	clear:both;
}

.photo-line {
	padding:1px;
	border: 1px solid #CCCCCC;
}

.entry-box {
	width:640px;
	text-align:left;
	margin:0 0 0 30px;
	position:relative;
	bottom:10px;
}

.cms_indent {
	margin:0 0 10px 0;
}


.otoiawase_bana {
	margin:10px 0 0 0;
}

.uketukeicon {
}


.entry-date {
	margin:5px 0 0 0;
	height:20px;
	color:#B50E01;
	font-family: Arial, Helvetica, sans-serif;
}

/*基本設定（全体・ヘッダ・メニュー）
------------------------------------*/

html,body {
    height: 100%;
	font-size:14px;
    text-align: center;
    margin: 0px auto;
	line-height:160%;
	color:#000000;
}


#header{
	width:100%;
	margin:0 auto;
	background:url(../img/header_bg.gif) no-repeat 700px 25px #FFFFFF;
	height:110px;
}

#header-box{
	position:relative;
	width:910px;
	margin:0 auto;
	background:url(../img/header_bg.gif) no-repeat 700px 25px #FFFFFF;
	height:110px;
}


h1{
	background:url(../img/logo.gif) no-repeat bottom left;
	height:95px;
	text-indent:-9999px;
	margin:5px 0 0 10px;
}

h1 a{
	position:absolute;
	top:29px;
	left:0px;
	display:block;
	width:430px;
	height:66px;
	text-indent:-9999px;
}

#header_tit{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	background:#F6F6F6;
	border-bottom:#CCCCCC solid 1px;
	border-top:#CCCCCC solid 1px;
	z-index:1px;
}

#toiawase {
	margin:5px 0 0 0;
	padding:0;
	text-indent:-9999px;
}

#toiawase a{
	position:absolute;
	top:75px;
	left:701px;
	width:190px;
	display:block;
}

h2{
	width:875px;
	margin:0 auto;
	text-align:left;
	font-size:11px;
	font-weight:normal;
}


#m_navi{
	width:100%;
	background:url(../img/m_navi_bg.jpg) repeat-x;
	height:52px;
}

#m_navi:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

#m_navi_wrap{
	width:910px;
	margin:0 auto;
}

#m_navi li{
	float:left;
	list-style:none;
}

#m_navi li a,
#m_navi li span{
	display:block;
	background-position:left top;
	background-repeat:no-repeat;
	height:52px;
	text-indent:-9999px;
}
	
li.m_navi01 {
	margin-left:0px;
}

li.m_navi01,li.m_navi01 a {
	background-image:url(../img/m_navi01.jpg);
	width:111px;
}

li.m_navi01 a:hover {
	background-image:url(../img/m_navi01_f2.jpg);
}

li.m_navi01 a span{
	background-image:url(../img/m_navi01_f3.jpg);
}

li.m_navi02,li.m_navi02 a {
	background-image:url(../img/m_navi02.jpg);
	width:207px;
}

li.m_navi02 a:hover {
	background-image:url(../img/m_navi02_f2.jpg);
}

li.m_navi02 a span{
	background-image:url(../img/m_navi02_f3.jpg);
}

li.m_navi03,li.m_navi03 a {
	background-image:url(../img/m_navi03.jpg);
	width:131px;
}

li.m_navi03 a:hover {
	background-image:url(../img/m_navi03_f2.jpg);
}

li.m_navi03 a span{
	background-image:url(../img/m_navi03_f3.jpg);
}

li.m_navi04,li.m_navi04 a {
	background-image:url(../img/m_navi04.jpg);
	width:127px;
}

li.m_navi04 a:hover {
	background-image:url(../img/m_navi04_f2.jpg);
}

li.m_navi04 a span{
	background-image:url(../img/m_navi04_f3.jpg);
}

li.m_navi05,li.m_navi05 a {
	background-image:url(../img/m_navi05.jpg);
	width:175px;
}

li.m_navi05 a:hover {
	background-image:url(../img/m_navi05_f2.jpg);
}

li.m_navi05 a span{
	background-image:url(../img/m_navi05_f3.jpg);
}

li.m_navi06,li.m_navi06 a {
	background-image:url(../img/m_navi06.jpg);
	width:159px;
}

li.m_navi06 a:hover {
	background-image:url(../img/m_navi06_f2.jpg);
}

li.m_navi06 a span{
	background-image:url(../img/m_navi06_f3.jpg);
}

/*メイン設定
------------------------------------*/

#main_wrap_top{
	width:910px;
	height:1200px;
	margin:0 auto;
	background: url(../img/back_line.gif);
}

#main_wrap{
	width:910px;
	margin:0 auto;
	background: url(../img/back_line.gif);
}

#main_wrap_l{
	width:710px;
	float:left;
	border-right:#CCCCCC solid 1px;
	padding:10px 0;	
}

#main_wrap_r{
	width:180px;
	float:right;
	padding:10px 0 0 15px ;
}

.cat_name {
	color:#B50E01;
	font-size:14px;
	font-weight:bold;
	padding:5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B50E01;
	border-right-color: #B50E01;
	border-bottom-color: #B50E01;
	border-left-color: #B50E01;
	text-align:left;
}

.cat_name a{
	color:#000000;
}

.cat_name a:hover{
	color:#B50E01;
	text-decoration:underline;
}

/*右メニュー設定
------------------------------------*/

#main_wrap_r h3#syouhin{
	background:url(../img/r_menu01.gif) no-repeat;
	height:40px;
	text-indent:-9999px;
	margin:0 0 10px 0;
}

#main_wrap_r h3#company{
	background:url(../img/r_menu_company.gif) no-repeat;
	height:40px;
	text-indent:-9999px;
	margin:0 0 10px 0;
}

#main_wrap_r h3#idea{
	background:url(../img/r_menu_idea.gif) no-repeat;
	height:40px;
	text-indent:-9999px;
	margin:0 0 10px 0;
}

#main_wrap_r h3#seminer{
	background:url(../img/r_menu_seminer.gif) no-repeat;
	height:40px;
	text-indent:-9999px;
	margin:0 0 10px 0;
}

#main_wrap_r h3#book{
	background:url(../img/r_menu_book.gif) no-repeat;
	height:40px;
	text-indent:-9999px;
	margin:0 0 10px 0;
}


#main_wrap_r ul#t_lineup{
	list-style:none;
	width:170px;
}

ul#t_lineup li{
	background:url(../img/r_menu02.gif) no-repeat 4px 10px ;
	padding:3px 0 3px 20px;
	text-align:left;
	border-bottom:#CCCCCC dotted 1px;
}

ul#t_lineup li a:link,
ul#t_lineup li a:visited{
	color:#CA1601;
	font-size:12px;
	display:block;
}

ul#t_lineup li a:hover{
	text-decoration:underline;
}

#main_wrap_r .t_waku01{
	text-align:left;
	margin:20px 0;
	border-bottom:#CCCCCC dotted 1px;
	padding:0 0 20px 0 ;
	width:170px;
}


#main_wrap_r .kensaku{
	text-align:left;
	margin:20px 0;
	padding:0 0 20px 0 ;
	width:170px;
}


/*フッタ設定
------------------------------------*/
#footer{
	width:100%;
	height:100px;
	background:#F6F6F6;
	clear:both;
	border-top:#B50E01 solid 4px;
	padding-top:10px;
}

#footer_main{
	width:910px;
	height:80px;
	margin:0 auto;
}


#footer ul.foot_list{
	margin:0;
	padding:0;
	list-style-type:none;
	line-height:100%;
}

#footer ul.foot_list2{
	margin:0;
	padding:0 0 10px 0;
	list-style-type:none;
	line-height:100%;
	border-bottom:#CCCCCC solid 1px;
}

#footer ul.foot_list li,
#footer ul.foot_list2 li{
	display:inline;
	padding-right:3px;
}

#footer ul.foot_list li.crumb,
#footer ul.foot_list2 li.crumb{
	padding-left:6px;
	background:url(../img/icon08.gif) no-repeat 0 4px;
}


#footer ul.foot_list li a:link,
#footer ul.foot_list li a:visited{
	font-size:10px;
	color:#B50E01;
}

#footer ul.foot_list li a:hover{
	text-decoration:underline;
}


#footer ul.foot_list2 li a:link,
#footer ul.foot_list2 li a:visited{
	font-size:10px;
	color:#B50E01;
}

#footer ul.foot_list2 li a:hover{
	text-decoration:underline;
}

#footer .waku_l{
	width:94px;
	float:left;
	margin:10px;
	
}

#footer .waku_c{
	width:300px;
	float:left;
	font-size:10px;
	line-height:120%;
	text-align:left;
	margin:15px 10px 10px 10px;
}

#footer .waku_r{
	width:400px;
	float:right;
	font-size:12px;
	margin:18px 10px 10px 10px;
}





/* pickup-box 
------------------------------------------*/

#pickup-box {
	width:700px;
	height:auto;
	margin:0;
	padding: 0;
	height: auto;
	font-size:12px;
}

#pickup-box span.link a:link{
	color:#CC6600;
	font-weight:bold;
}	

#pickup-box span.link a:visited,
#pickup-box span.link a:active{
	color:#CC6600;
	font-weight:bold;
	text-decoration:underline;
}	

#pickup-left-box {
	width:85px;
	float:left;
}

#pickup-right-box {
	width:545px;
	float:right;
	line-height:1.5;
	text-align:left;
}



#pickup-box ul {
	margin:8px;
	padding: 0;
	list-style:none;
}

#pickup-box li {
	height:90px;
	margin: 0;
	padding: 10px 0 10px 5px;
	border-bottom:1px dotted #888888;
}

.pickup-date {
	width:50px;
	color:#FE7D03;
}

#pickup-box img.pickup-photo{
	position:relative;
	float:left;
	top:1px;
	max-width:96px;
	border: 1px solid #CCCCCC;
	margin:0;
	padding: 1px;
	overflow:visible;
}

.cat_icon {
	margin:0 3px 0 0;
	padding:0;
	float:left;
}


ol#panuzu{
margin:0;
padding:0 0 10px 0;
list-style-type:none;
text-align:left;
}

ol#panuzu li{
	display:inline;
	padding-right:5px;}

ol#panuzu li a{
	font-size: 10px;
	color: #666666;
}

ol#panuzu li a:hover{
	font-size: 10px;
	color: #FF0000;
}

ol#panuzu li.crumb{
padding-left:13px;
}


.asset-body {
text-align:left;
}