@charset "shift_jis";
/**
 * common_top.css
 * 
 * @category   CSS
 * @author     Kato Yusuke
 * @copyright  Lyvis
 */

/**
 * Bean Class
 */
.font-small { 
	font-size: 10px;
}
.font-big {
	font-size: 14px;
}
.font-bold {
	font-weight: bold;
}
.font-normal {
	font-weight: normal;
}
.color-black {
	color: #333;
}
.color-gray {
	color: #666;
}
.color-white {
	color: #fff;
}
.color-red {
	color: #900;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-out {
	text-indent: -9999px;
	display: block;
}
.margin-none {
	margin: 0;
}
.margin-half {
	margin: 0.5em 0;
}
.inline {
	display: inline;
}

/**
 * HTML Elements
 */
BODY {
	font: 12px/150% "‚l‚r ‚oƒSƒVƒbƒN",
					"‚l‚r ‚oGothic",
					"ƒqƒ‰ƒMƒmŠpƒS Pro W3",
					"Hiragino Kaku Gothic Pro",
					"Osaka",
					"sans-serif";
	margin: 0;
	padding: 0;
	color: #666;
	background: #fff;
}
A IMG {
	border: none;
}
FORM {
	margin: 0;
	padding: 0;
}

/**
 * Wrapper Block
 */
DIV#wrapper {
	width: 940px;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	position: relative;
}

/**
 * Header Block
 */
DIV#header {
	padding: 0 0 20px 0;
	height: 55px;
	background: #fff url(../img/header_bg.gif) repeat-x left top;
	position: relative;
}
DIV#header-left {
	position: absolute;
	top: 15px;
	left: 0px;
	width: 190px;
}
DIV#header-center {
	position: absolute;
	top: 18px;
	left: 480px;
	width: 250px;
}
DIV#header-right {
	position: absolute;
	top: 5px;
	_top: 20px;
	left: 740px;
	width: 190px;
}
DIV#header DIV#header-left #header1 {
	background: url(../img/ci.gif) no-repeat;
	height: 30px;
	line-height: 130%;
	margin: 0;
	padding: 20px 10px 0px 100px;
	width: 150px;
	font-size: 12px;
	font-weight: bold;
}
#header1 span{
	display:none;
}
DIV#header-center P#free-dial {
	font-size: 14px;
	font-weight: bold;
	color: #f60;
	width: 245px;
	_width: 248px;
	border-bottom: 1px solid #ccc;
	margin: 0 0 3px 0;
	padding: 0;
}
DIV#header-center P#free-dial SPAN {
	font-family: Arial;
	font-size: 18px;
	padding: 0 0 0 30px;
	background: url(../img/icon_freedial.gif) no-repeat 4px 2px;
}
FORM#form-search {
	width: 250px;
}
FORM#form-search INPUT#search {
	width: 115px;
	border: 1px solid #ccc;
	background: #fff;
	font-size: 12px;
	height: 15px;
}
FORM#form-search INPUT#submit {
	font-size: 11px;
	width: 65px;
	height: 17px;
	_height: 18px;
	color: #555;
	background: url(../img/search_bg.gif) repeat-x;
	border: 1px solid #999;
}
A.request {
	display: block;
	width: 150px;
	height: 29px;
	background: url(../img/request_btn2.gif) no-repeat;
	padding: 12px 0 0 50px;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}
A.request:hover {
	text-decoration: underline;
}

/**
 * Main Block
 */
DIV#main {
	background: #fff url(../img/main_bg.gif) repeat-y;
}
DIV#main:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
DIV#main {
	display:inline-table;
}
/*\*/
* html DIV#main {
	height:1px;
}
DIV#main {
	display:block;
}
/**/
DIV#main-left {
	float: left;
	width: 740px;
}
DIV#main-right {
	float: right;
	width: 200px;
}
DIV#inner-left {
	float: left;
	width: 200px;
}
DIV#inner-right {
	float: right;
	width: 520px;
	padding: 0 10px;
}

/**
 * Main Block
 */
DIV#inner-right DIV#title {
	background: url(../img/title.gif) no-repeat;
	margin:  10px 0 0 0;
	padding: 7px 0 3px 35px;
	height: 36px;
}
DIV#inner-right div.header2 {
	font-size: 14px;
	color: #333;
	line-height: 110%;
	margin: 0;
	font-weight: bold;
}
DIV#inner-right #left.header2 {
	float: left;
	width: 200px;
}
DIV#inner-right #right.header2 {
	float: right;
	width: 210px;
}
DIV#inner-right .header2 A {
	text-decoration: none;
	color: #333;
}
DIV#inner-right .header2 span{
	color: #666;
	font-size: 12px;
	font-weight: normal;
	padding-top: 3px;
	display: block;
}
DIV#inner-right .header2 A:hover {
	text-decoration: underline;
}
DIV#inner-right DIV.left {
	float: left;
	width: 250px;
}
DIV#inner-right DIV.right {
	float: right;
	width: 250px;
}
DIV#inner-right div.header3 {
	background: url(../img/sub.gif) no-repeat;
	height: 20px;
	color: #fff;
	font-size: 12px;
	margin: 0;
	padding:  8px 0 0 25px;
	line-height: 100%;
	clear: both;
	font-weight:bold;
}
DIV#inner-right DL {
	margin: 0;
	padding: 0;
}
DIV#inner-right DT A {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
DIV#inner-right DT A:hover {
	text-decoration: underline;
}
DIV#inner-right DD {
	margin: 0 0 1em 0;
	padding: 0;
	line-height: 130%;
	font-size: 10px;
}
DIV#inner-right DT.icon01 {
	background: url(../img/icon01.gif) no-repeat 0em 0.1em;
	padding: 0 0 0 65px;
}
DIV#inner-right DT.icon02 {
	background: url(../img/icon02.gif) no-repeat 0em 0.1em;
	padding: 0 0 0 65px;
}
DIV#inner-right DT.icon03 {
	background: url(../img/icon03.gif) no-repeat 0em 0.1em;
	padding: 0 0 0 65px;
}


/**
 * SideMenu Block
 */
DIV#inner-left div.header3,
DIV#main-right div.header3 {
	background: url(../img/menu_head_bg.gif) repeat-x;
	border: 1px solid #FFBF99 /*border*/ ;
	height: 23px;
	margin: 0;
	padding: 3px 0 0 10px;
	color: #333;
	font-weight: bold;
	font-size: 12px;
}
DIV#inner-left div.header3#video {
	background: url(../img/video_bg.gif) no-repeat;
	border: none;
	height: 28px;
	padding: 13px 0 0 55px;
	line-height: 120%;
	clear: both;
}
DIV.menu-area {
	background: #fff;
	border-left: 1px solid #FFBF99 /*border*/ ;
	border-right: 1px solid #FFBF99 /*border*/ ;
	padding: 10px 9px 5px 9px;
}
DIV.menu-area:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
DIV.menu-area {
	display:inline-table;
}
/*\*/
* html DIV.menu-area {
	height:1px;
}
DIV.menu-area {
	display:block;
}
/**/
.menu-end {
	border-bottom: 1px solid #FFBF99 /*border*/ ;
}
DIV.menu-area IMG {
	border: 1px solid #ccc;
}
DIV.menu-area P {
	margin: 0.5em 0;
	padding: 0;
	line-height: 130%;
}
DIV.menu-area A {
	color: #f60;
	text-decoration: none;
}
DIV.menu-area h4 A {
	color: #333;
}
DIV.menu-area li A,DIV.menu-area dd A  {
	color: #666;
}
DIV.menu-area A:hover {
	text-decoration: underline;
}
SPAN.sp-line {
	display: block;
	margin: 10px 0;
	border-top: 1px dashed #FFBF99;
	height: 1px;
	font-size: 1px;
	line-height: 0;
	clear: both;
}
DIV.menu-area P.menu-sub {
	margin: 0 0 5px 0;
	font-size: 10px;
}
DIV.menu-area UL.link {
	list-style: none;
	margin: 0;
	padding: 0;
}
DIV.menu-area UL.link LI {
	background: url(../img/icon_link.gif) no-repeat 0em 0.5em;
	padding: 5px 0 0 16px;
	border-top: 1px dashed #FFBF99;
}
DIV.menu-area UL.link LI.none {
	background: none;
}

DIV.menu-area DL.news {
	margin: 0;
	padding: 0;
}
DIV.menu-area DL.news DT {
	font-size: 10px;
	font-weight: bold;
	margin: 0;
}
DIV.menu-area DL.news DD {
	background: url(../img/icon_text.gif) no-repeat 0em 0.3em;
	padding: 2px 0 0 14px;
	margin: 0;
	border-top: 1px dashed #FFBF99;
	line-height: 130%;
}
DIV.video H4 {
	font-size: 12px;
	color: #333;
	margin: 0;
	padding: 0;
	line-height: 120%;
	background: url(../img/icon_text.gif) no-repeat 0em 0.1em;
	padding: 0 0 0 12px;
}
DIV.video P {
	font-size: 10px;
	line-height: 150%;
}
DIV.video DIV.left {
	float: left;
	width: 60px;
	padding: 0 10px 0 0;
}
DIV.video DIV.right {
	float: right;
	width: 110px;
}

/**
 * Footer Block
 */
DIV#footer {
	position: relative;
	background: url(../img/footer_bg.gif) repeat-x;
	height: 60px;
	clear: both;
}
DIV#footer-left {
	position: absolute;
	top: 3px;
	_top: 15px;
	left: 20px;
	width: 180px;
}
DIV#footer-right {
	position: absolute;
	top: 15px;
	left: 210px;
	width: 700px;
}
DIV#footer-left P {
	width: 170px;
	height: 40px;
	background: url(../img/footer_logo.gif) no-repeat;
}
DIV#footer-right UL {
	list-style: none;
	margin: 0;
	padding: 0;
}
DIV#footer-right LI {
	margin: 0;
	padding: 0 10px 0 0;
	display: inline;
}
DIV#footer-right LI.sp {
	padding: 0 10px;
	background: url(../img/list_separator.gif) no-repeat;
}
DIV#footer A {
	color: #f60;
	text-decoration: none;
}
DIV#footer A:hover {
	text-decoration: underline;
}
DIV#footer-right P {
	margin: 0.5em 0 0 0;
}
#wrapper #main #main-left #inner-right .guide {
	font-weight: bold;
	color: #666;
	margin: 0;
	padding: 0;
}
.backnumber {
	text-align: right;
}
.backnumber a {
	background: url(../img/allow_right.jpg) 3px 3px no-repeat;
	font-size: 10px;
	color: #f60;
	padding: 0 0 0 10px;
}
.box {
	margin-top: 15px;
	margin-bottom: 5px;
}
.box-inner {
	margin-top: 15px;
	margin-bottom: 5px;
	clear: left;
}
.box img {
	display: block;
	float: left;
	margin: 5px;
	border: 1px solid #FFC199;
}
.box .header4 {
	position: relative;
	margin: 0px;
	padding: 3px 3px 3px 10px;
	color: #333;
	font-weight: bold;
}
.box .header4 span.date {
	font-size: 10px;
	color: #666;
	font-weight: normal;
	position: absolute;
	right: 10px;
}
.box p {
	margin: 0;
	padding: 0;
}
.box a.more {
	color: #FF6600;
	background: url(../img/allow_right.jpg) no-repeat 3px center;
	display: block;
	padding: 3px 3px 3px 10px;
	width: 90px;
	height: 20px;
	font-size: 12px;
	margin: 5px;
	float: left;
}
#wrapper #main #main-left #inner-left #video a {
	color: #333;
	text-decoration: none;
}
#wrapper #main #main-left #inner-left #video a:hover {
	text-decoration: underline;
}

/*’Ç‰Á•”•ª*/
.style2 {color: #FFFF00}
.style4 {color: #FF0000}
a:link {
	color: #f60;
}
.style11 {font-size: 12px}

h1{
font-size:12px;
margin:0px;
font-weight:normal
}
h2{	
	background: url(../img/sub.gif) no-repeat;
	height: 20px;
	color: #fff;
	font-size: 12px;
	margin: 0;
	padding:  8px 0 0 25px;
	line-height: 100%;
	clear: both;
	font-weight:bold;
}
h3{
	background: url(../img/menu_head_bg.gif) repeat-x;
	border: 1px solid #FFBF99 /*border*/ ;
	height: 23px;
	margin: 0;
	padding: 3px 0 0 10px;
	color: #333;
	font-weight: bold;
	font-size: 12px;
}
h4{
	position: relative;
	margin: 0px;
	padding: 3px 3px 3px 10px;
	color: #333;
	font-weight: bold;
}
