@charset "utf-8";
/* CSS Document */

/**********************************************************************
永松茂久オフィシャルサイト
コモンCSS
[ /css/common.css ]

Since         : 10.3.13
Last modified : 10.3.31
**********************************************************************/

/* 目次
-------------------------------------------------
 ・リンク設定
 ・共通クラス
 ・サイト共通
 ・ヘッダ
 ・メニュー
 ・コンテンツ
 ・フッタ
 ------------------------------------------------- */
 

  /* リンク設定
-------------------------------------------------*/

a:link {
	color: #5a5a5a;
	text-decoration: none;
}
a:active {
	color: #5a5a5a;
	text-decoration: none;
}
a:visited {
	color: #5a5a5a;
	text-decoration: none;
}
a:hover {
	color: #0096e0;
	text-decoration: underline;
}
.filter a:hover img {
	filter:alpha(opacity=70);
	opacity:0.6;
}

/* 共通クラス
------------------------------------------------- */

body {
	font-size:12px;
	color:#5a5a5a;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height:150%;
	_text-align:center;
	margin:0px auto;
	background-color:#000000;
}
body#under_p {
	background-color:#ffffff;
}
table {
	font-size:13px;
	_line-height:150%;
}
.floatL {
	float: left;
}
.floatR {
	float: right;
}
.clear {
	clear: both;
	font-size: 0px;
	line-height: 0%;
	height: 0px;
	text-indent: -9999px;
}
.clearer {
	clear: both;
}
.v_middle {
	vertical-align:middle;
}
/* clearfixハック */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */


/*配置設定クラス*/
.alignL {
	text-align: left !important;
}
.alignC {
	text-align: center !important;
}
.alignR {
	text-align: right !important;
}
div.separateS {
	font-size: 1px;
	line-height: 0%;
	margin: 5px 0px 0px 0px;
	clear:both;
}
div.separateM {
	clear:both;
	font-size: 1px;
	line-height: 0%;
	margin: 10px 0px 0px 0px;
}
div.separateL {
	clear:both;
	font-size: 1px;
	line-height: 0%;
	margin: 20px 0px 0px 0px;
}
div.separateLL {
	font-size: 1px;
	line-height: 0%;
	margin: 30px 0px 0px 0px;
	clear:both;
}
div.separateXL {
	font-size: 1px;
	line-height: 0%;
	margin: 60px 0px 0px 0px;
	clear:both;
}
.mg_0 {
	margin:0 !important;
}
.mg_10 {
	margin:10px !important;
}
.mg_lr10 {
	margin:0px 10px !important;
}
.mg_t10 {
	margin-top:10px !important;
}
.mg_b10 {
	margin-bottom:10px !important;
}
.mg_b30 {
	margin-bottom:30px !important;
}
.mg_l10 {
	margin-left:10px !important;
}
.mg_r10 {
	margin-right:10px !important;
}
.mg_t5 {
	margin-top:5px !important;
}
.mg_l5 {
	margin-left:5px !important;
}
.mg_r5 {
	margin-right:5px !important;
}
.mg_b5 {
	margin-bottom:5px !important;
}
.mg_l15 {
	margin-left:15px !important;
}
.mg_r15 {
	margin-right:15px !important;
}
.mg_t15 {
	margin-top:15px !important;
}
.mg_20 {
	margin:20px !important;
}
.mg_t20 {
	margin-top:20px !important;
}
.mg_r20{
	margin-right:20px !important;
}
.mg_b20 {
	margin-bottom:20px !important;
}
.mg_l20 {
	margin-left:20px !important;
}
.mg_t30 {
	margin-top:30px !important;
}
.mg_r30 {
	margin-right:30px !important;
}
.mg_b30 {
	margin-bottom:30px !important;
}
.mg_l30 {
	margin-left:30px !important;
}
.mg_t40 {
	margin-top:40px !important;
}
.mg_r40 {
	margin-right:40px !important;
}
.mg_b40 {
	margin-bottom:40px !important;
}
.mg_l40 {
	margin-left:40px !important;
}
.mg_t50 {
	margin-top:50px !important;
}
.mg_r50 {
	margin-right:50px !important;
}
.mg_b50 {
	margin-bottom:50px !important;
}
.mg_l50 {
	margin-left:50px !important;
}
.mg_t190 {
	margin-top:190px;
}
.pd_t10 {
	padding-top:10px !important;
}
.pd_t20 {
	padding-top:20px !important;
}
.bdr_bottom {
	background:url(http://nagamatsushigehisa.com/assets/images/brd_dot1.gif) repeat-x;
	width:325px;
	margin-top:3px;	
}
.fontM{
	font-size:14px;
	line-height:180%;	
}
/* カラー設定
------------------------------------------------- */

.red {
	color:#d20000;
}
.blue {
	color:#0096e0;
}

/* コンテナ
------------------------------------------------- */
#wrapper_top {
	background-image: url(http://nagamatsushigehisa.com/assets/images/bg_top.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: center;
	margin:0 auto 0 auto;
	background-color:#ffffff;
	overflow:hidden;
	position:relative;
}
#wrapper {
	text-align: center;
	margin: 0px auto;
	width: 920px;
}
#top_head h1 {
	float: left;
}
#top_head p {
	float: right;
}
#top_head {
	padding: 15px;
}
.whatsnew_box {
	background: url(http://nagamatsushigehisa.com/assets/images/bg_top_new.gif) no-repeat;
	float: right;
	height: 23px;
	width: 445px;
	text-align: left;
	text-indent: 103px;
	line-height: 23px;
	margin-top:30px;
	filter:alpha(opacity=70);
	opacity:0.8;
	font-size:11px;
	color:#FFF !important;
}
.whatsnew_box li a{
	color:#51c5fe !important;	
}
.whatsnew_box li a:hover{
	color:#51c5fe !important;	
}
#top_left {
	float: left;
	text-align: left;
	width: 335px;
	z-index:10;
}
#top_about {
	background: url(http://nagamatsushigehisa.com/assets/images/brd_dot1.gif) repeat-x left top;
	width: 330px;
	_width: 355px;
	line-height: 170%;
	padding: 15px 10px 10px 15px;
	margin-bottom: 10px;
}
#top_recent {
	background: url(http://nagamatsushigehisa.com/assets/images/brd_dot1.gif) repeat-x left top;
	width: 300px;
	_width: 325px;
	line-height: 150%;
	padding: 15px 10px 10px 15px;
}
#top_recent li {
	display: inline;
	margin-left: 10px;
}
#top_recent ul {
	text-align: right;
}
#top_menu {
	background: #CCC url(http://nagamatsushigehisa.com/assets/images/bg_menu.gif) repeat-x;
	height: 52px;
	bottom: 0px;
	clear: both;
	max-width: 1440px;
	text-align: center;
	margin: 0 auto 0 auto;
}
ul#top_main_menu {
	float:left;
	height: 52px;
	width: 729px;
	overflow: hidden;
	margin-left: 28px;
}
#top_main_menu li {
	float: left;
}
#top_main_menu li a {
	display: block;
	text-indent:-9999px;
}
.top_menu1 a {
	background: url(http://nagamatsushigehisa.com/assets/images/menu.png) no-repeat -28px 0px;
	height: 52px;
	width: 75px;
}
.top_menu1 a:hover {
	background: url(http://nagamatsushigehisa.com/assets/images/menu.png) no-repeat -28px -52px;
}
.top_menu2 a {
	background: url(http://nagamatsushigehisa.com/assets/images/menu.png) no-repeat -103px 0px;
	height: 52px;
	width: 92px;
}
.top_menu2 a:hover {
	background: url(http://nagamatsushigehisa.com/assets/images/menu.png) no-repeat -103px -52px;
}
.top_menu3 a {
	background: url(http://nagamatsushigehisa.com/assets/images/menu.png) no-repeat -195px 0px;
	height: 52px;
	width: 104px;
}
.top_menu3 a:hover {
	background: url(http://nagamatsushigehisa.com/assets/images/menu.png) no-repeat -195px -52px;
}
.top_menu4 a {
	background: url(http://nagamatsushigehisa.com/assets/images/menu.png) no-repeat -299px 0px;
	height: 52px;
	width: 116px;
}
.top_menu4 a:hover {
	background: url(http://nagamatsushigehisa.com/assets/images/menu.png) no-repeat -299px -52px;
}
.top_menu5 a {
	background: url(http://nagamatsushigehisa.com/assets/images/menu.png) no-repeat -415px 0px;
	height: 52px;
	width: 103px;
}
.top_menu5 a:hover {
	background: url(http://nagamatsushigehisa.com/assets/images/menu.png) no-repeat -415px -52px;
}
.top_menu6 a {
	background: url(http://nagamatsushigehisa.com/assets/images/menu.png) no-repeat -518px 0px;
	height: 52px;
	width: 140px;
}
.top_menu6 a:hover {
	background: url(http://nagamatsushigehisa.com/assets/images/menu.png) no-repeat -518px -52px;
}
.top_menu7 a {
	background: url(http://nagamatsushigehisa.com/assets/images/menu.png) no-repeat -660px 0px;
	height: 52px;
	width: 69px;
}
.top_menu7 a:hover {
	background: url(http://nagamatsushigehisa.com/assets/images/menu.png) no-repeat -660px -52px;
}
#top_sub_menu {
	float: right;
}
#top_sub_menu li {
	float:left;
	margin-right:13px;
}
.top_lbox {
	position:absolute;
	bottom:8px;
	left: 30px;
}
.top_rbox {
	position:absolute;
	bottom:8px;
	right: 10px;
}
.top_rbox2 {
	position:absolute;
	bottom:90px;
	right: 10px;
}
#top_right {
	width:100%;
	
	z-index:0;
}
#header {
	background: url(http://nagamatsushigehisa.com/assets/images/bg_head.gif) repeat-x;
	height: 139px;
}
#header_inner {
	height: 139px;
	width: 920px;
	text-align: center;
	margin: 0px auto;
}
#header_inner h1 {
	float: left;
	margin-top: 7px;
}
#gnavi {
	float: right;
	padding-top: 27px;
}
#gnavi ul {
	height: 40px;
	width: 710px;
}
#gnavi li {
	float:left;
	text-indent:-9999px;
}
#gnavi li a {
	display: block;
	height:40px;
	overflow:hidden;
}
#menu1 a {
	background:url(http://nagamatsushigehisa.com/assets/images/menu2.gif) no-repeat 0 0;
	width:71px;	
}
#menu1 a:hover {
	background:url(http://nagamatsushigehisa.com/assets/images/menu2.gif) no-repeat 0 -40px;
}
#menu2 a {
	background:url(http://nagamatsushigehisa.com/assets/images/menu2.gif) no-repeat -72px 0;
	width:77px;	
}
#menu2 a:hover {
	background:url(http://nagamatsushigehisa.com/assets/images/menu2.gif) no-repeat -72px -40px;
}
#menu3 a {
	background:url(http://nagamatsushigehisa.com/assets/images/menu2.gif) no-repeat -149px 0;
	width:100px;	
}
#menu3 a:hover {
	background:url(http://nagamatsushigehisa.com/assets/images/menu2.gif) no-repeat -149px -40px;
}
#menu4 a {
	background:url(http://nagamatsushigehisa.com/assets/images/menu2.gif) no-repeat -249px 0;
	width:109px;	
}
#menu4 a:hover {
	background:url(http://nagamatsushigehisa.com/assets/images/menu2.gif) no-repeat -249px -40px;
}
#menu5 a {
	background:url(http://nagamatsushigehisa.com/assets/images/menu2.gif) no-repeat -357px 0;
	width:121px;	
}
#menu5 a:hover {
	background:url(http://nagamatsushigehisa.com/assets/images/menu2.gif) no-repeat -357px -40px;
}
#menu6 a {
	background:url(http://nagamatsushigehisa.com/assets/images/menu2.gif) no-repeat -478px 0;
	width:94px;	
}
#menu6 a:hover {
	background:url(http://nagamatsushigehisa.com/assets/images/menu2.gif) no-repeat -478px -40px;
}
#menu7 a {
	background:url(http://nagamatsushigehisa.com/assets/images/menu2.gif) no-repeat -572px 0;
	width:138px;	
}
#menu7 a:hover {
	background:url(http://nagamatsushigehisa.com/assets/images/menu2.gif) no-repeat -572px -40px;
}

#gnavi p a {
	display: block;
	background: url(http://nagamatsushigehisa.com/assets/images/ico_mail.gif) no-repeat left center;
	text-indent: 22px;
	margin-top: 10px;
}
#left {
	float: left;
	width: 665px;
	margin-right: 20px;
	text-align: left;
}
.left_box_inner {
	margin-top: 25px;
	margin-bottom: 35px;
	padding-right: 10px;
	padding-left: 10px;
}
.left_box_inner p {
	margin-bottom: 14px;
}
.news_title {
	background: url(http://nagamatsushigehisa.com/assets/images/tit_news_empty.gif) no-repeat left bottom;
	font: normal 17px "メイリオ";
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #333;
}
.bdr_bottom2 {
	background:url(http://nagamatsushigehisa.com/assets/images/brd_dot1.gif) repeat-x;
	margin-top:3px;	
}
#right {
	float: left;
	width: 235px;
	text-align: left;
}
.right_box {
	padding-left: 8px;
	padding-bottom: 15px;
	background: url(http://nagamatsushigehisa.com/assets/images/brd_dot1.gif) repeat-x left bottom;
}
.right_box_bn {
	padding-bottom: 15px;
	background: url(http://nagamatsushigehisa.com/assets/images/brd_dot1.gif) repeat-x left bottom;
}
.inp1 {
	border: 1px solid #999;
	width: 210px;
	margin-bottom: 10px;
	margin-top: 3px;
	height: 22px;
}
.sub_7 {
	display: block;
	background: url(http://nagamatsushigehisa.com/assets/images/btn_submit_small.gif);
	height: 28px;
	width: 58px;
	text-indent: -9999px;
	border-style: none;
	float: left;
	margin-left: 45px;
	_margin-left: 22px;
}
.sub_9 {
	display: block;
	background: url(http://nagamatsushigehisa.com/assets/images/btn_reset.gif);
	height: 28px;
	width: 57px;
	text-indent: -9999px;
	border-style: none;
	float: left;
	margin-left:5px;
	_margin-left:2px;
}
.right_bn li {
	margin-bottom: 15px;
}
#twitter_update_list li a {
	color: #028dd3;
}
#footer {
	background: url(http://nagamatsushigehisa.com/assets/images/bg_footer.jpg) repeat-x;
	height: 120px;
	_height: 150px;
	margin-top: 20px;
	padding-top:30px;
}
#fotter_inner {
	margin: 0px auto;
	width: 920px;
	text-align: center;
}
#fotter_inner ul {
	text-align: left;
	clear: both;
}
#fotter_inner ul li {
	float: left;
	margin-right:17px;
	margin-bottom: 10px;
}
#fotter_inner ul li a {
	display: block;
	background: url(http://nagamatsushigehisa.com/assets/images/ico_arrow.gif) no-repeat left center;
	text-indent: 12px;
}
#news_list li {
	background: url(http://nagamatsushigehisa.com/assets/images/ico_arrow.gif) no-repeat 0 4px;
	padding-left: 12px;
	margin-bottom: 10px;
}
#news_list li a {
	color:#0096e0 !important;
}
.download_form {
	font-size:12px;
	margin-top: 20px;
	margin-left: 100px;
	float: left;
}

.download_form table {
	border-collapse: collapse;
    border-spacing: 0;
}

.download_form th {
	background: none repeat scroll 0 0 #E3E3E3;
    border-bottom: 1px solid #FFFFFF;
    font-weight: normal;
    padding: 10px 0 10px 20px;
    text-align: left;
    vertical-align: middle;
    width: 170px;
}

.download_form td {
	padding: 5px 0 5px 20px;
}
.btn_confirm {
	background-image: url(http://nagamatsushigehisa.com/assets/images/rn_btn_confirm.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 130px;
	text-indent: -9999px;
	cursor: pointer;
	display: block;
	font-size: 0;
	border:none;
	margin-top: 15px;
	margin-left: 154px;
	_margin-left: 77px;
}
.btn_submit {
	background-image: url(http://nagamatsushigehisa.com/assets/images/rn_btn_submit.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 130px;
	text-indent: -9999px;
	cursor: pointer;
	display: block;
	font-size: 0;
	border:none;
	margin-top: 15px;
	margin-left: 154px;
	_margin-left: 77px;
}

.error {
	color: #CC0000 !important;	
}
h4.qa_tit {
	color: #3374F4;
	font: bold 16px "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	margin-bottom: 10px;
}
.answer {
	color: #C03;
	margin-left: -19px;
}
.bdr_bottom3 {
	background:url(http://nagamatsushigehisa.com/assets/images/brd_dot1.gif) repeat-x left bottom;
	padding-bottom: 5px;
}
.sitemap li {
	margin-bottom: 15px;
	background: url(http://nagamatsushigehisa.com/assets/images/ico_arrow.gif) no-repeat 0px 5px;
	text-indent: 13px;
}
.sitemap li ul {
	margin-top:5px;
	margin-left: 20px;
}
.sitemap li ul li {
	margin-bottom: 5px;
}
.step {
	font-weight: bold;
	color: #C30;
	font-size: 16px;
}
.pd_l15 {
	padding-left: 15px;
}

.pd_gray{
	padding:5px 30px 5px 5px;
	background-color:#EFEFEF;
}


.inp2 {
	border: 1px solid #999;
	width: 210px;
	margin-bottom: 10px;
	margin-top: 3px;
	height: 22px;
	float: left;
}
.sub_8 {
	display: block;
	background: url(http://nagamatsushigehisa.com/assets/images/btn_submit_small.gif);
	height: 28px;
	width: 58px;
	text-indent: -9999px;
	border-style: none;
	float: left;
	margin-top:3px;
	margin-left: 10px;
	_margin-left:5px;
}
.sub_10 {
	display: block;
	background: url(http://nagamatsushigehisa.com/assets/images/btn_reset.gif);
	height: 28px;
	width: 57px;
	text-indent: -9999px;
	border-style: none;
	float: left;
	margin-top:3px;
	margin-left:5px;
	_margin-left:2px;
}
.privacy dt {
	font-weight: bold;
	margin-bottom: 3px;
}
.privacy dd {
	margin-bottom: 20px;
	margin-left: 15px;
}

#foryoubox {
	background: url(http://nagamatsushigehisa.com/assets/images/rendou/bg_foryou.gif);
	height: 248px;
	width: 645px;
	margin-bottom: 30px;
}
#foryoubox ul {
	padding-top: 87px;
	padding-left: 17px;
}
#foryoubox ul li {
	margin-bottom: 17px;
	padding-left: 18px;
}
#foryou1 {
	background: url(http://nagamatsushigehisa.com/assets/images/rendou/ico1.png) no-repeat left top;
}
#foryou2 {
	background: url(http://nagamatsushigehisa.com/assets/images/rendou/ico2.png) no-repeat left top;
}
#foryou3 {
	background: url(http://nagamatsushigehisa.com/assets/images/rendou/ico3.png) no-repeat left top;
}
#foryou4 {
	background: url(http://nagamatsushigehisa.com/assets/images/rendou/ico4.png) no-repeat left top;
}
#mini_gallery li {
	display: inline;
	margin-left:5px;
}
#bg_kouen_voice {
	background: url(http://nagamatsushigehisa.com/assets/images/kouen/kouen_bg_voice.gif);
	height: 224px;
	width: 665px;
	color: #FFF;
}
#bg_kouen_voice h3 {
	display: none;
}
#bg_kouen_voice p {
	padding-top: 55px;
	padding-left: 20px;
}
#kouen_list {
	font-size: 14px;
	background: url(http://nagamatsushigehisa.com/assets/images/brd_black.gif) repeat-x left bottom;
	margin-bottom: 5px !important;
	padding-bottom: 10px;
}
#kouen_list li {
	background: url(http://nagamatsushigehisa.com/assets/images/ico_arrow.gif) no-repeat left center;
	padding-left: 14px;
	margin-bottom: 10px;
}
#kouen_list li a {
	color: #028dd3;
}
#past_kouen li {
	font-size: 14px;
	margin-bottom: 10px;
}
#past_kouen li span {
	margin-right: 10px;
}
.blue_link a {
	color: #028dd3 !important;
}
body#top_r {
	background: url(http://nagamatsushigehisa.com/assets/images/renew_index/head_img.jpg) no-repeat center top;
}
.linkmark {
	background: url(http://nagamatsushigehisa.com/assets/images/renew_index/arrow_blue.gif) no-repeat left center;
	display: block;
	padding-left: 10px;
}
#top_wrapper {
	text-align: center;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
#top_header {
	text-align: left;
	height: 510px;
}
#top_header h1 {
	display: none;
}
#top_fla_r {
	margin-top: 230px;
	margin-left:20px;
}
#top_menu_r {
	height: 50px;
	width: 970px;
	margin-bottom: 40px;
}
#top_menu_r li {
	float: left;
}
#top_menu_r li a {
	text-indent: -9999px;
	display: block;
	background-repeat:no-repeat;
}
#top_menu_r_1 a {
	background: url(http://nagamatsushigehisa.com/assets/images/renew_index/menu_new.gif) 0px 0px;
	height: 50px;
	width: 138px;
}
#top_menu_r_1 a:hover {
	background: url(http://nagamatsushigehisa.com/assets/images/renew_index/menu_new.gif) 0px -50px;
}
#top_menu_r_2 a {
	background: url(http://nagamatsushigehisa.com/assets/images/renew_index/menu_new.gif) -138px 0px;
	height: 50px;
	width: 137px;
}
#top_menu_r_2 a:hover {
	background: url(http://nagamatsushigehisa.com/assets/images/renew_index/menu_new.gif) -138px -50px;
}
#top_menu_r_3 a {
	background: url(http://nagamatsushigehisa.com/assets/images/renew_index/menu_new.gif) -275px 0px;
	height: 50px;
	width: 139px;
}
#top_menu_r_3 a:hover {
	background: url(http://nagamatsushigehisa.com/assets/images/renew_index/menu_new.gif) -275px -50px;
}
#top_menu_r_4 a {
	background: url(http://nagamatsushigehisa.com/assets/images/renew_index/menu_new.gif) -414px 0px;
	height: 50px;
	width: 138px;
}
#top_menu_r_4 a:hover {
	background: url(http://nagamatsushigehisa.com/assets/images/renew_index/menu_new.gif) -414px -50px;
}
#top_menu_r_5 a {
	background: url(http://nagamatsushigehisa.com/assets/images/renew_index/menu_new.gif) -552px 0px;
	height: 50px;
	width: 138px;
}
#top_menu_r_5 a:hover {
	background: url(http://nagamatsushigehisa.com/assets/images/renew_index/menu_new.gif) -552px -50px;
}
#top_menu_r_6 a {
	background: url(http://nagamatsushigehisa.com/assets/images/renew_index/menu_new.gif) -690px 0px;
	height: 50px;
	width: 138px;
}
#top_menu_r_6 a:hover {
	background: url(http://nagamatsushigehisa.com/assets/images/renew_index/menu_new.gif) -690px -50px;
}
#top_menu_r_7 a {
	background: url(http://nagamatsushigehisa.com/assets/images/renew_index/menu_new.gif) -828px 0px;
	height: 50px;
	width: 142px;
}
#top_menu_r_7 a:hover {
	background: url(http://nagamatsushigehisa.com/assets/images/renew_index/menu_new.gif) -828px -50px;
}
#top_content {
	text-align: left;
}
#top_content a {
	color: #0096e0 !important;
}
#top_content h2 {
	margin-bottom: 20px;
}
#top_leftbox {
	float: left;
	width: 310px;
	margin-right: 20px;
}
#top_leftbox ul {
	margin-right: 10px;
	margin-left: 10px;
}
#top_leftbox li {
	background: url(http://nagamatsushigehisa.com/assets/images/ico_arrow.gif) no-repeat left 4px;
	padding-left: 12px;
	border-bottom: 1px dotted #666;
	margin-bottom: 12px;
	padding-bottom: 8px;
}
#top_centerbox {
	float: left;
	width: 310px;
	margin-right: 20px;
}
#kouenimg_box_outer {
	height: 145px;
	width: 290px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
}
.top_kouen_detail {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #666;
}
.top_kouen_link li {
	float: left;
}
.top_kouen_link li a {
	background: url(http://nagamatsushigehisa.com/assets/images/renew_index/arrow_blue.gif) no-repeat left center;
	display: block;
	padding-left: 10px;
}
#top_rightbox {
	float: left;
	width: 310px;
}
.top_book_link li {
	display: inline;
}
#footer_r {
	clear: both;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 15px;
}
#bn_area {
	background: url(http://nagamatsushigehisa.com/assets/images/renew_index/bg_bn.gif);
	text-align: left;
	height: 96px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#bn_area ul {
	text-align: center;
	width: 970px;
	height:76px;
	_height:96px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-left: 40px;
}
#bn_area ul li {
	float:left
}
#fotter_inner_r {
	margin: 0px auto;
	width: 970px;
	text-align: center;
}
#fotter_inner_r ul {
	text-align: left;
	clear: both;
}
#fotter_inner_r ul li {
	float: left;
	margin-right:17px;
	margin-bottom: 10px;
}
#fotter_inner_r ul li a {
	display: block;
	background: url(http://nagamatsushigehisa.com/assets/images/ico_arrow.gif) no-repeat left center;
	text-indent: 12px;
}
#kouen_detail {
margin-bottom:15px;
}

#kouen_detail a {
color:#0096E0 !important
}

#kouen_detail p {
font-size:14px;
margin-bottom: 5px;
}

.kouen_tit {
width:665px;
_width:585px;
height:39px;
_height:64px;
color:#ffffff;
background: url(http://nagamatsushigehisa.com/assets/images/kouen/tit_kouen2.gif) no-repeat;
padding-top:25px;
padding-left:80px;
}
