@charset "utf-8";
/*
Customised by SHION LTD.
*/

/*------------------[ レイアウト ]--------------------------*/
/* {margin: 0; padding: 0;}
* html { overflow-x: hidden; }
body { overflow-x: hidden; }*/

html{
  height:100%;
}
html>/**/body{
  overflow:-moz-scrollbars-vertical;
}
html:first-child body{
	min-height:100%;
	padding-bottom:1px;
} 

body {
	margin: 0 auto;
	padding: 0;
	font-size: 14px;
	line-height:125%;
	font-family: Arial, Helvetica, sans-serif;
	background: #FFF;
	text-align: left;
	color: #555;	/*  background: #f4f4f4 url(bg.gif) top center repeat-y; */
}



/* 汎用タグ類　####################################################################################################### */

/* 画像間の隙間を消す */

.all_img-nospace {
	margin: 0px;
	vertical-align:bottom;
}



/* 角丸四角形 */
.roundedcornr_box_top {
	width: 479px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.roundedcornr_box_mid {
	background: url(../imgs/sub01_frame_mid.gif) repeat-y left top;
	width: 459px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
}
/* IE6用 */
*html body div.roundedcornr_box_mid {
	background: url(../imgs/sub01_frame_mid.gif) repeat-y left top;
	width: 479px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
}

.roundedcornr_box_btm {
	width: 479px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	height: 10px;
	padding: 0px;
}

/* 角丸四角形ここまで */



.form_btn {
	margin: 10px auto 10px;
}

/*------------------[ 汎用タグ ]--------------------------*/

/* リンク */
/*
a, a:link, a:visited, a:active {
  text-decoration: underline;
}
a:link, a:visited { color: #0099ff; }
a:hover, a:active { 
  color: #ff3300;  text-decoration: underline;
}
*/

a {
	text-decoration:underline;
	color:#0066CC;
}

a:hover {
	color:#F30;
}


a img {
	border: none;
}
strong { color: #333333; }
em { font-style: italic; }
kbd {
  font: 500 12px verdana, arial, sans-serif;
  text-decoration: underline;
}
tt {font-family: "ＭＳ ゴシック", "Osaka－等幅";}
acronym, abbr { cursor: help; }
h3,h4,h5,h6 { font-weight: normal; }
h1, h2, h3, h4, h5 {
  margin: 15px 0;
  text-align: center;
}
h1 { font-size: 200%; }
h2 { font-size: 160%; }
h3 { font-size: 130%; }
h4 { font-size: 110%; }
h5 { font-size: 100%; }
code { font-family: "Courier New", Courier, monospace; }
label { cursor: pointer; }
address {
  width :100%;  text-align: center;
  margin: 2em 0 1em 0;
  font: 500 13px Times New Roman;
}

.no-btm-space {
	vertical-align:bottom;
}

.txt_title {
  margin:5px 1px 1px 2px;
  font-size:18px;
  font-weight:bold;
  color:#ED6D00;
}

.txt_strong {
	font-size:14px;
	font-weight:bold;
	color:#009944;
	margin: 0;
	line-height: 125%;
}

.txt_L_strong {
	font-size:16px;
	font-weight:bold;
	color:#009944;
	margin: 0;
	line-height: 125%;
}


.txt_form {
	margin:1px 1px 0px 5px;
	font-size:14px;
	color:#444C53;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	line-height: 110%;
	padding: 1px 1px 2px;
	border: 1px solid #cccccc;
}

.txt_norm {
	margin:0px 0px 0px 0px;
	font-size:14px;
	color:#666666;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	line-height: 150%;
}

.txt_norm2 {
	margin:0px 0px 0px 0px;
	font-size:14px;
	color:#009944;
	line-height:140%;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}

.txt_L {
	font-size:16px;
	line-height:140%;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}

.txt_S {
	font-size:12px;
}

.txt_remarks {
	font-size:12px;
	color:#FF0000;
	line-height:125%;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}

.txt_session {
	margin: 0px;
	font-size:14px;
	font-weight:bold;
	color:#555;
	line-height:125%;
	text-indent: 40px;
}


/* テーブル */

.td01_left {
	text-align: right;
	vertical-align: top;
	font-weight: 400;
	color: #0099CC;
	padding: 5px;
}
.td01_mid {
	vertical-align: top;
	color: #0099CC;
	padding: 5px 1px;
}
.td01_right {
	border-bottom: 1px solid #DEF4FD;
	padding: 5px;
	text-align: left;
}

.td02_left {
	text-align: center;
	vertical-align: top;
	font-weight: 400;
	color: #0099CC;
	padding: 5px;
	background-color: #DEF4FD;
	border-bottom: 1px solid #FFFFFF;
}




/*------------------[ 汎用クラス ]--------------------------*/
.hidden { display: none !important; }
.jump {
  padding-right: 1em; text-indent: -1000%;
  cursor: pointer;
  background: url(../Images/jump.png) no-repeat right top;
  display: block;
  width: 50px;  float: right;
}
.center, .alert {
  width: 99%;
  text-align: center;
  margin: 30px auto;
}
.alert { color: crimson; }
.new-entry {
  width: 17px; height: 12px;
}
hr.clear {
  clear: both;
  padding-bottom: 1px;  margin-bottom: -1px;
  width: 100%;  height: 1px;  border: none;
  visibility: hidden;
}
.separator {
  clear: both;
  border: none;  text-align: center;  margin-top: 0;
  background: url(../Images/divider.png) no-repeat 50% top;
}
.micro-banner { width: 80px; height: 15px; }




/* 汎用タグ類　ここまで####################################################################################################### */




/* 全ページ共通 ********************************************************************************************************** */


/* HEADER ********************** */

#header-wrap {
	background-color:#e50012;
	width : 960px;
	margin: 0px auto;
	padding:15px 0px 8px;
	overflow: hidden;
}

#header-logo {
	width : 339px;
	height:99px;
	margin: 5px 0px 0px 30px;
	float: left;
	display: inline;
}

#header-logo-R {
	width : 339px;
	height:99px;
	margin: 5px 0px 0px 10px;
	float: left;
	display: inline;
}


#header-txt {
	width : 560px;
	margin: 0px 20px 0px 0px;
	float: right;
	display: inline;
}

#header-txt h1{
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	font-size:14px;
	text-align: right;
}

#header-navi {
	width : 520px;
	margin: 10px 20px 0px 0px;
	float: right;
	height: 67px;
	text-align: right;
	display: inline;
}

#header-navi ul{
	margin: 0px;
}

#header-navi ul li{
	float:right;
	margin: 0px;
	list-style:none;
}

#header-navi-R {
	width : 600px;
	margin: 10px 10px 0px 0px;
	float: right;
	height: 67px;
	text-align: right;
	display: inline;
	border: 0px solid #006699;
	white-space: nowrap;
}

#header-navi-R ul{
	margin: 0px;
}

#header-navi-R ul li{
	float:right;
	margin: 0px;
	list-style:none;
	display: inline;
	border: 0px solid #009900;
}





/* BODY ********************** */

#body-wrap {
	width : 940px;
	margin: 0px auto;
	background: transparent url(../imgs_new/newtop_background.gif) top left repeat;
	overflow:hidden;
	padding-top: 30px;
	border-left:10px solid #e50012;
	border-right:10px solid #e50012;
	border-bottom:10px solid #e50012;
	padding-bottom: 0px;
}

#body-M {
	width : 330px;
	float : left;
	margin: 0px 0px 0px 25px;
	text-align: left;
	padding: 0px;
	border: 0px solid #069;
	display: inline;
}

#staff-diary {
	width : 330px;
	margin: -25px auto 0px;
	text-align: left;
	padding: 0px;
	border: 0px solid #069;
	overflow: visible;
}

#staff-diary-img {
	margin: 0px 0px 0px -44px;
}

#staff-diary-body {
	width : 324px;
	margin: 0px auto 0px;
	padding: 1px 0px 5px;
	border-bottom: 3px dashed #ffee66;
	border-left: 3px dashed #ffee66;
	border-right: 3px dashed #ffee66;
}

#staff-diary-body ul {
	border:0px solid #F00;
	margin: 0px;
	padding-left: 24px;
	padding-right:8px;
}

#staff-diary-body ul li {
	margin: 3px 0px 0px 0px;
	padding: 0px;
	border-bottom:1px dotted #999;
	list-style: square;
}

#staff-diary-body a {
	color:#555;
	text-decoration:none;
	font-size: 12px;
}

#staff-diary-body a:hover {
	color:#F00;
	text-decoration:underline;
}


#yoshida-blog {
	width : 330px;
	margin: 10px auto 0px;
	text-align: left;
	padding: 0px;
	border: 0px solid #069;
}

#yoshida-blog-img {
	margin: 0px 0px 0px 0px;
}

#yoshida-blog-body {
	width : 324px;
	margin: 0px auto 0px;
	padding: 1px 0px 5px;
	border-bottom: 3px dashed #e95711;
	border-left: 3px dashed #e95711;
	border-right: 3px dashed #e95711;
}

#yoshida-blog-body ul {
	border:0px solid #F00;
	margin: 0px;
	padding-left: 24px;
	padding-right:8px;
}

#yoshida-blog-body ul li {
	margin: 3px 0px 0px 0px;
	padding: 0px;
	border-bottom:1px dotted #999;
	list-style: square;
}

#yoshida-blog-body a {
	color:#555;
	text-decoration:none;
	font-size: 12px;
}

#yoshida-blog-body a:hover {
	color:#F00;
	text-decoration:underline;
}

#SS-news {
	width : 330px;
	margin: 20px auto 0px;
	text-align: left;
	padding: 0px;
	border: 0px solid #069;
}

#SS-news-top {
	margin: 0px;
	padding: 0px;
}

#SS-news-btm {
	margin: -14px 0px 0px 0px;
	padding: 0px;
}

#SS-news-mid {
	margin: -19px 0px 0px 0px;
	padding: 0px;
	background: transparent url(../imgs_new/top_SSnews_frame_mid.gif) top left repeat-y;
}

/*
#SS-news ul {
	margin: 0px;
	padding-left: 24px;
	padding-right:8px;
}

#SS-news ul li {
	margin: 3px 0px 0px 0px;
	padding: 0px;
	border-bottom:1px dotted #666;
	list-style: square;
}

#SS-news a {
	color:#555;
	text-decoration:none;
	font-size: 12px;
}

#SS-news a:hover {
	color:#F00;
	text-decoration:underline;
}
*/


/* feedremixの表示設定 *************************************************************** */

div.style_item  { /* 末尾のリンク */
	display: none;
}

.style_box {
	 margin: 0px 0px 0px -18px;
	 padding: 0px;
	 border: 0px dashed #963;
}

.style_title, style_title a {
	display: none;
	font-size: 12px;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
	letter-spacing: 1px;
}

.style_items { /* ul */
	margin: 0px;
	padding-left: 0px;
	padding-right:8px;
}

li.style_item  { /* li */
	margin: 3px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom:1px dotted #999;
	list-style: square;
}

.style_item a:link, .style_item a:visited, .style_item a:active {
	color:#555;
	text-decoration:none;
	font-size: 12px;
}

.style_item a:hover { 
	color:#F00;
	text-decoration:underline;
}

.style_date {
	display:none;
	font-size: 10px;
	font-weight : normal;
	color: #999;
}


/* feedremixの表示設定ここまで */



#body-L {
	width : 240px;
	float : left;
	margin: 0px 0px 0px 40px;
	text-align: left;
	padding: 0px;
	border: 0px solid #069;
	clear: both;
	display: inline;
}

#New-Product {
	width : 220px;
	margin: 0px auto 0px;
	padding: 0px;
	border: 0px solid #069;
}

#New-Product-img {
	margin: 0px 0px 0px 0px;
}

#New-Product-body {
	background: transparent url(../imgs_new/top_NewProduct_background.gif) bottom left no-repeat;
	margin: 0px 0px 0px 0px;
	text-align: center;
	padding-bottom: 5px;
}

#New-Product-body-RSS {
	background: transparent url(../imgs_new/top_NewProduct_background.gif) bottom left no-repeat;
	margin: 0px 0px 0px 0px;
	text-align: center;
	padding-bottom: 15px;
	color:#FFF;
	font-size: 12px;
	padding-top: 10px;
/*　一定の高さを設定　*/
	min-height:100px;
	height: auto !important;
	height: 100px;
}

#New-Product-body-RSS ul {
	margin: 0px 0px 0px 0px;
	padding-left:8px;
	padding-right:5px;
	text-align:left;
	list-style: none;
}

#New-Product-body-RSS ul li {
	border-bottom: 1px dotted #FFCCDD;
	padding-left:45px;
}

#New-Product-body-RSS span {
	margin-left:-40px;
	float:left;
}

#New-Product-body-RSS a {
	color:#FFF;
	text-align:left;
	text-decoration: none;
}

#New-Product-body-RSS a:hover {
	color:#FC0;
	text-decoration: underline;
}

#New-Product-body-txt {
	padding:3px 4px 2px 4px;
	background-color: #FC0;
	color: #333;
	line-height: 110%;
	font-size: 14px;
}

#Free-DL {
	width : 220px;
	margin: 20px auto 0px;
	padding: 0px;
	border: 0px solid #069;
}

#Free-DL-img {
	margin: 0px 0px 0px 0px;
}

#Free-DL-body {
	background: transparent url(../imgs_new/top_NewProduct_background.gif) bottom left no-repeat;
	margin: 0px 0px 0px 0px;
	text-align: center;
	padding-bottom: 0px;
}

#Promotion-Movie {
	width : 220px;
	margin: 20px auto 0px;
	padding: 0px;
	border: 0px solid #069;
}


#body-R {
	width : 240px;
	float : right;
	margin: 0px 40px 0px 0px;
	text-align: left;
	border: 0px solid #339900;
	padding: 0px;
	display: inline;
}


#body-R ul{
	margin: 0px auto;
	padding: 0px;
	width: 221px;
}

#body-R ul li{
	margin: 0px 0px 14px 0px;
	padding: 0px;
	list-style:none;
	color:#FF0000;
	font-size:12px;
	font-weight:bold;
	line-height:110%;
}

/* バナー設置用の右メニュー */

#body-R2 {
	width : 240px;
	float : right;
	margin: 0px 40px 0px 0px;
	text-align: left;
	border: 0px solid #339900;
	padding: 0px;
	display: inline;
}

#body-R2 ul{
	margin: 0px auto;
	padding: 0px;
	width: 221px;
}

#body-R2 ul li{
	margin: 0px 0px 5px 0px;
	padding: 0px;
	list-style:none;
	color:#FF0000;
	font-size:12px;
	font-weight:bold;
	line-height:110%;
}

/* */

#top-address {
	clear: both;
	width : 900px;
	margin: 0px auto 30px;
	text-align: center;
	border: 0px solid #069;
	padding-top: 30px;
}

#top-address-logo {
	margin: 0px 15px 0px 0px;
	border: 0px;
	vertical-align: middle;
}

/* FOOTER ********************** */

#footer {
	width : 900px;
	margin: 20px auto 10px auto;
	clear: both;
	text-align: left;
	font-size: 12px;
	color: #777;
}

#footer ul {
	margin: 0px 0px 4px;
	padding-left:15px;
}

.footer-TD-topline {
	border-top:4px solid #DDD;
}

.footer-TD-midline {
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
}








/* ボタン類 ********************** */

/* 次へボタン */
a.mf-btn-next {
	background: transparent url('../imgs/form_btn_next.gif') no-repeat top left;
	display:block;
	width:230px;
	height:31px;
	margin:5px;
	padding:17px 28px 0px 0px;
	color:#FFF;
	font-size:14px;
	text-decoration:none;
	text-align: center;
}
a.mf-btn-next:hover {
	background: transparent url('../imgs/form_btn_next_on.gif') no-repeat top left;
	color:#FFF;
}

/* 次へボタン　2行用 */
a.mf-btn-next2 {
	background: transparent url('../imgs/form_btn_next.gif') no-repeat top left;
	display:block;
	width:230px;
	height:41px;
	margin:5px;
	padding:7px 28px 0px 0px;
	color:#FFF;
	font-size:14px;
	text-decoration:none;
	text-align: center;
}
a.mf-btn-next2:hover {
	background: transparent url('../imgs/form_btn_next_on.gif') no-repeat top left;
	color:#FFF;
}

/* 次へボタン　青 */
a.mf-btn-next_blue {
	background: transparent url('../imgs/form_btn_next_blue.gif') no-repeat top left;
	display:block;
	width:230px;
	height:31px;
	margin:5px;
	padding:17px 28px 0px 0px;
	color:#FFF;
	font-size:14px;
	text-decoration:none;
	text-align: center;
}
a.mf-btn-next_blue:hover {
	background: transparent url('../imgs/form_btn_next_blue_on.gif') no-repeat top left;
	color:#FFF;
}




/* 戻るボタン */
a.mf-btn-prev {
	background: transparent url('../imgs/form_btn_prev.gif') no-repeat top left;
	display:block;
	width:230px;
	height:31px;
	margin:5px;
	padding:17px 0px 0px 28px;
	color:#FFF;
	font-size:14px;
	text-decoration:none;
	text-align: center;
}
a.mf-btn-prev:hover {
	background: transparent url('../imgs/form_btn_prev_on.gif') no-repeat top left;
	color:#FFF;
}

/* 取り消しボタン */
a.mf-btn-cancel {
	background: transparent url('../imgs/form_btn_cancel.gif') no-repeat top left;
	display:block;
	width:230px;
	height:31px;
	margin:5px;
	padding:17px 28px 0px 0px;
	color:#FFF;
	font-size:14px;
	text-decoration:none;
	text-align: center;
}
a.mf-btn-cancel:hover {
	background: transparent url('../imgs/form_btn_cancel_on.gif') no-repeat top left;
	color:#FFF;
}

/* OKボタン */
a.mf-btn-OK {
	background: transparent url('../imgs/form_btn_OK.gif') no-repeat top left;
	display:block;
	width:230px;
	height:31px;
	margin:5px;
	padding:17px 28px 0px 0px;
	color:#FFF;
	font-size:14px;
	text-decoration:none;
	text-align: center;
}
a.mf-btn-OK:hover {
	background: transparent url('../imgs/form_btn_OK_on.gif') no-repeat top left;
	color:#FFF;
}

/* 青い小さいボタン */

/* 不使用 */




/* SUB  ********************************************************************************************************** */

/* SUB00 ################################################################################################# */



/* SUB01 ################################################################################################# */



/* SUB02 ################################################################################################# */
