/*********************************************************************/
/* clearfix Start */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  display: inline-table;
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
}
.clearfix {
  display: block;
}
.clear {
  clear: both;
}
/* clearfix End */
/*********************************************************************/

/* CSS Document */
body {
	background:url(../image/bg.jpg) top repeat-x;
	margin:0px;
	font-size:100%;
}
/*chorome対策*/
body:nth-of-type(1) body {
	font-size:125%;
}
img {
	border:none;
}
p {
	margin:0px;
	padding:0px;
}
h1 {
	margin:0px;
}
a:link{
	color: #1111cc;
}
/*全体のレイアウト*/
#container {
	width:910px;
	margin:0px auto;
	 background: url("../image/head_bg_new.jpg") no-repeat scroll center top transparent;
}
#header {
	width:850px;
	height:110px;
	margin:0px auto;
}
#header .header-right{
	float: right;
	margin-top: 15px;
	vertical-align:middle;
	width:240px;
}
#navi {
	width:856px;
	height:48px;
	margin:0px auto 0px auto;
}
#main {
	width:850px;
	margin:15px auto 0px auto;
	line-height:160%;
}
#main_left {
	width:660px;
	float:left;
}
#main_right {
	width:645px;
	float:right;
}
#side_right {
	width:172px;
	float:right;
}
#side_left {
	width:172px;
	float:left;
}
#footer {
	clear:both;
	width:910px;
	margin:0px auto;
	color:#666;
	font-size:80%;
	text-align:center;
}
#foot_navi {
	width:850px;
	border-bottom:1px solid #2F73FF;
	padding-bottom:15px;
	padding-top:100px;
	margin:0px auto 15px auto;
}
#foot_navi a {
	color:#666;
	text-decoration:none;
}
#foot_navi a:hover {
	text-decoration:underline;
}
/*文字サイズ変更*/
#change_font_size {
	float:right;
}
#change_font_size li {
	display:inline;
	float:left;
	cursor:pointer;
}
#change_font_size ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
/*Gナビレイアウト*/
#navi li {
	display:inline;
	float:left;
	margin:0px;
	padding:0px;
}
#navi ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
/*Gナビロールオーバー*/
.rollover01 {
	width:122px;
	height:48px;
	background:url(../image/navi/navi_01_2.gif) no-repeat left bottom;
}
.rollover01 a {
	display:block;
	width:122px;
	height:48px;
	font-size:1px;
	line-height:1px;
	outline:none;
}
.rollover01 a:hover  {
	text-indent:-9999px;
}
.rollover02 {
	width:121px;
	height:48px;
	background:url(../image/navi/navi_02_2.gif) no-repeat left bottom;
}
.rollover02 a {
	display:block;
	width:121px;
	height:48px;
	font-size:1px;
	line-height:1px;
	outline:none;
}
.rollover02 a:hover  {
	text-indent:-9999px;
}
.rollover03 {
	width:122px;
	height:48px;
	background:url(../image/navi/navi_03_2.gif) no-repeat left bottom;
}
.rollover03 a {
	display:block;
	width:122px;
	height:48px;
	font-size:1px;
	line-height:1px;
	outline:none;
}
.rollover03 a:hover  {
	text-indent:-9999px;
}
.rollover04 {
	width:121px;
	height:48px;
	background:url(../image/navi/navi_04_2.gif) no-repeat left bottom;
}
.rollover04 a {
	display:block;
	width:121px;
	height:48px;
	font-size:1px;
	line-height:1px;
	outline:none;
}
.rollover04 a:hover  {
	text-indent:-9999px;
}
.rollover05 {
	width:122px;
	height:48px;
	background:url(../image/navi/navi_05_2.gif) no-repeat left bottom;
}
.rollover05 a {
	display:block;
	width:122px;
	height:48px;
	font-size:1px;
	line-height:1px;
	outline:none;
}
.rollover05 a:hover  {
	text-indent:-9999px;
}
.rollover06 {
	width:121px;
	height:48px;
	background:url(../image/navi/navi_06_2.gif) no-repeat left bottom;
}
.rollover06 a {
	display:block;
	width:121px;
	height:48px;
	font-size:1px;
	line-height:1px;
	outline:none;
}
.rollover06 a:hover  {
	text-indent:-9999px;
}
.rollover07 {
	width:122px;
	height:48px;
	background:url(../image/navi/navi_07_2.gif) no-repeat left bottom;
}
.rollover07 a {
	display:block;
	width:122px;
	height:48px;
	font-size:1px;
	line-height:1px;
	outline:none;
}
.rollover07 a:hover  {
	text-indent:-9999px;
}
/*整形用*/
.img_middle {
	vertical-align:middle;
}
.float_right {
	float:right;
}
.float_left {
	float:left;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
.bottom {
	vertical-align:bottom;
}
.top {
	vertical-align:top;
}
.mb_5 {
	margin-bottom:5px;
}
.mb_10 {
	margin-bottom:10px;
}
.mb_15 {
	margin-bottom:15px;
}
.mb_20 {
	margin-bottom:20px;
}
.mb_25 {
	margin-bottom:25px;
}
.mb_30 {
	margin-bottom:30px;
}
.mb_50 {
	margin-bottom:50px;
}
.mt_5 {
	margin-top:5px;
}
.mt_10 {
	margin-top:10px;
}
.mt_15 {
	margin-top:15px;
}
.mt_20 {
	margin-top:20px;
}
.mt_25 {
	margin-top:25px;
}
.mt_30 {
	margin-top:30px;
}
.mt_40 {
	margin-top:40px;
}
.mt_50 {
	margin-top:50px;
}
.mr_10 {
	margin-right:10px;
}
.mr_15 {
	margin-right:15px;
}
.mr_50 {
	margin-right:50px;
}
.mr_120 {
	margin-right:120px;
}
.ml_10 {
	margin-left:10px;
}
.ml_20 {
	margin-left:20px;
}
.ml_70 {
	margin-left:70px;
}
.ml_130 {
	margin-left:130px;
}
.font_15px {
	font-size:15px;
}
.search {
	width:160px;
	margin-bottom:15px;
}
/*トップページ*/
.about-noguchi {
	height: 166px;
	background-image: url("../image/about_bg.jpg");
    background-repeat: no-repeat;
    background-position: left bottom;
}
.about-noguchi p{
	font-size:90%;
	color: #333;
	padding: 10px 0 0 180px;
}
.menu_box {
	width:638px;
	border-right:1px solid #bbb;
	border-left:1px solid #bbb;
	margin:0px;
	padding:0px 10px;
}
.menu_box ul {
	list-style-image:url(../image/ya_blue.gif);
	padding:0px 0px 0px 15px;
	margin:0px;
	line-height:150%;
}
.pr-banner {
	margin:10px 0 20px 0;
}
.news{
	float:left;
	width:320px;
}
.topics{
	float:right;
	width:320px;
}
.info {
	border-bottom:1px dotted #bbb;
	line-height:150%;
	padding:8px 0;
}
.info a{
	display:block;
}
.clear{
	clear:both;
}
/*左カラムメニュー部分*/
.left_menu_box {
	border:1px solid #999;
	border-bottom:none;
	width:170px;
	margin-bottom:30px;
	font-size:15px;
}
.left_menu_box ul {
	margin:0px;
	padding:0px;
}
.li_01 a {
	text-decoration:none;
	display:block;
	background:url(../image/menu_bg_01.jpg) top no-repeat;
	height:35px;
	line-height:35px;
	padding-left:28px;
}
.li_02 a {
	text-decoration:none;
	display:block;
	background:url(../image/menu_bg_02.jpg) top no-repeat;
	height:35px;
	line-height:35px;
	padding-left:28px;
	color:#fff;
}
.li_01 li,.li_02 li {
	list-style:none;
}
.li_01 a:hover {
	background-image:url(../image/menu_bg_02.jpg);
	color:#fff;
	text-decoration:none;
}
/*2行用*/
.li_01_2l a {
	text-decoration:none;
	display:block;
	background:url(../image/menu_bg_01_2l.jpg) top no-repeat;
	height:43px;
	line-height:18px;
	padding-left:28px;
	padding-top:8px;
}
.li_02_2l a {
	text-decoration:none;
	display:block;
	background:url(../image/menu_bg_02_2l.jpg) top no-repeat;
	height:43px;
	line-height:18px;
	padding-left:28px;
	padding-top:8px;
	color:#fff;
}
.li_01_2l li,.li_02_2l li {
	list-style:none;
}
.li_01_2l a:hover {
	background-image:url(../image/menu_bg_02_2l.jpg);
	color:#fff;
	text-decoration:none;
}


/*左カタログ部分*/
.catalog-btn {
	margin-top: 20px;
	line-height:0;
}
.catalog-btn .btn{
	background:url(../image/catalog/bg.gif) top no-repeat;
	width:172px;
	height: 166px;
	text-align:center;
	padding-top:3px;
	line-height:0;
}
.catalog-btn .btn-hoshimax{
	background:url(../image/hoshimax/bg.gif) top no-repeat;
	width:172px;
	height: 105px;
	text-align:center;
	padding-top:3px;
	line-height:0;
}
.catalog-btn p{
	padding-top: 7px;
}
/*左バナー部分*/
.pr-banner {
	margin-top: 20px;
}
.pr-banner p {
	margin-bottom: 10px;
}

/*フォントカラー*/
.red {
	color:#FF0000;
}
