@charset 'Shift_jis';

/* MediaNet WEB SITE styles 
--------------------------------------------------------------*/

/* Global styles 
----------------------------------------*/
body 
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color: #FFFFFF;
	/*background:url(../images/frames/bg_roop.gif) top center no-repeat;*/
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Osaka,sans-serif;
	font-size: 12px;
	color: #666666;
}

body, td, th, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, li, span, div, form 
{
	margin-top: 0; 
	margin-bottom: 0;
	font-size: 12px;
	line-height: 14px;
}
/*html{ background:url(../images/frames/bg_roop.gif) top center repeat-y;}
body 
{
	 background: url(../images/frames/bg_roop.gif) repeat-y bottom center;
}

body {
background:url(../images/frames/bg_roop.gif) top center no-repeat;
}*/

ul, ol, dl, li {list-style-type: none;}

.listsyleDisc {list-style-type: disc;}
.listsyleCircle {list-style-type: circle;}
.listsyleDecimal {list-style-type: decimal;}

img 
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: 0;
}

/* 特定のinputと、テキストエリアのスタイル */
input.inputform 
{
	background-color: #FFFFFF;
	height: 20px;
	border: 1px solid #A9A9A9;
}

/* テキストエリアのスタイル */
textarea
{
	background-color: #FFFFFF;
	border: 1px solid #A9A9A9;
}

/* selectのスタイル */
select 
{
	background-color: #FFFFFF;
	border: 1px solid #A9A9A9;
}

/* submitボタンのスタイル */
.submitBtn 
{
	background-color: #EBEBEB;
	border: 1px solid #A9A9A9;
	height: 24px;
}

/* 背景色 */
.bgWhite {background-color: #FFFFFF;}
.bgGray {background-color: #E7E7E7;}
.bgRed {background-color: #B60000;}
.bgPink {background-color: #FCCCCC;}

/* 自動改行無視 */
/* .wordBreak {word-break: break-all;} */

.floatLeft {
	float: left;
	height: 32px;
}
.floatRight {float: right;}
.clear {clear: both;}
.txIndent12 {text-indent: 12px;}
.txIndent24 {text-indent: 24px;}
.lineHeight0 {line-height: 0;}
.padding0 {padding: 0 0 0 0;}
.margin0 {margin: 0 0 0 0;}

.txInfo 
{
	position: absolute;
	top:-1000px;
}

/* 隙間をゆったりあける */
.frameBlank {padding: 8px 10px 8px 10px;}

/* 隙間を少しあける */
.boxBlank {padding: 3px 5px 3px 5px;}

/* 下部に隙間をあける */
.btm_blank {margin-bottom: 8px;}

/* 枠内のインデント */
.padding12 {padding: 0 12px 0 12px;}

/* 隣り合ったラインを重ねる */
.line_collapse {border-collapse: collapse;}

/* ライン　-------------------------- */
/* アンダーライン　灰色 */
.lineGray 
{
	border-bottom: 1px solid #D3D3D3;
	padding: 5px 5px 5px 5px;
	margin: 0 0 0 0;
}

/* 上部にライン 灰色 */
.gray_topLine 
{
	border-top: 1px solid #D3D3D3;
	padding: 5px 5px 5px 5px;
	margin: 0 0 0 0;
}

/* アンダーライン　破線 */
.line_broken 
{
	background: url(../images/frames/line_broken.gif) repeat-x bottom left;
	padding: 5px 0 5px 0;
	width: 100%;
}

/* アンダーライン　ドット */
.line_dot 
{
	background: url(../images/frames/line_dot.gif) repeat-x bottom left;
	padding: 5px 0 5px 0;
	width: 100%;
}

/* Layout styles 
----------------------------------------*/
#MASTER 
{
	width: 100%;
	text-align: center;
}

#bg_A 
{
	background: url(../images/frames/bg_roop_pagehead.gif) repeat-x top;
}
/*
#bg_B 
{
	background: url(../images/frames/bg_roop.gif) repeat-y bottom;
}
*/

#bg_B 
{
	background: url(../images/frames/bg_roop.gif) top center repeat-y;
	overflow: hidden;
}

#bg_B:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #bg_B {
    height: 1em;
    overflow: visible;
}
/**/

#bg_C 
{
	background: url(../images/frames/bg_pagehead.gif) no-repeat top;
	overflow: hidden;
}

#areaMiddle 
{
	width: 748px;
	overflow: hidden;
	margin: 0 0 6px 0;
}

#areaMiddle:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #areaMiddle {
    height: 1em;
    overflow: visible;
}
/**/

/*
#areaMiddle 
{
	width: 748px;
	height: 200px;
	overflow: visible;
}
*/

#areaLeft 
{
	width: 147px;
	margin: 0 6px 0 0;
	float: left;
}

#areaRight 
{
	width: 595px;
	float: left;
}

#areaRight_L 
{
	width: 421px;
	float: left;
	margin: 0 6px 0 0;

}

#areaRight_R 
{
	width: 168px;
	float: left;
}


/* HEADER & FOOTER styles 
----------------------------------------*/
#HEADER 
{
	width: 760px;
	height: 209px;

}

#importantWord h1, #logo 
{
	text-indent: 20px;
	line-height: 24px;
}

#logo 
{
	float: left;
	margin: 0 0 8px 0;
}

#hnavi 
{
	line-height: 0;
	padding: 20px 5px 0 0;
}

.hnavi_sitemap 
{
	background: url(../images/icon/sitemap.gif) no-repeat top left;
	line-height: 0;
	padding: 0 12px 0 18px;
}

.hnavi_contact 
{
	background: url(../images/icon/contact.gif) no-repeat top left;
	line-height: 0;
	padding: 0 0 0 18px;
}

#imageHeader 
{
}

#FOOTER 
{
	width: 760px;
}

#fnavi 
{
	width: 760px;
	height: 22px;
	padding: 5px 0 5px 0;
	background: url(../images/frames/bg_footer.gif) repeat-x;
}

#fnaviUL 
{
	padding: 0 0 0 45px;
	margin: 0 0 0 45px;
}

.fnaviLI a span
{
	color: white;
	text-decoration: none;
	border-right: 1px solid #FFFFFF;
	padding: 0 12px 0 12px;
}

.fnaviLI a:hover span
{
	color: white;
	text-decoration: underline;
	border-right: 1px solid #FFFFFF;
	padding: 0 12px 0 12px;
}

.fnaviLI_last a span
{
	color: white;
	text-decoration: none;
	padding: 0 12px 0 12px;
}

.fnaviLI_last a:hover span
{
	color: white;
	text-decoration: underline;
	padding: 0 12px 0 12px;
}

#fLogo 
{
	padding: 5px 5px 10px 0;
	background: url(../images/frames/line_footer.gif) no-repeat bottom;
}

#fCopyright 
{
	padding: 5px 0 10px 0;
}



/* GlobalNavi styles 
----------------------------------------*/
#gnavi 
{
	padding: 0;
	margin: 0;
	height: 26px;
	width: 760px;
	background: #FFFFFF;
}

.gnavia 
{
	position: relative;
}

#snavi_service, #snavi_medium 
{
	position: absolute;
	top: -1000px;
	z-index: 10000;
	display: block;
}

.snaviUl 
{
	padding: 0;
	margin: 0;
}

.snavi 
{
	background: url(../images/frames/bg_snavi.gif);
	width: 126px;
	height: 24px;
	line-height: 0px;
	text-indent: 20px;
	padding: 5px 0 0 0;
	margin: 0;
}

.snavi a span
{
	color: #FFFFFF;
}

.snavi a:hover span
{
	color: #FFB878;
	text-decoration: underline;
}


/* LeftNavi styles 
----------------------------------------*/
#lnavi 
{
	background: url(../images/frames/bg_lnabi_mid.gif) repeat-y;
}

#lnaviUL 
{
	padding: 0 4px 0 4px;
	margin: 0;
}

.lnaviLI 
{
	background: url(../images/frames/line_broken.gif) repeat-x bottom left;
	text-indent: 10px;
	padding: 0;
	margin: 0;
}

.lnaviLI_last 
{
	text-indent: 10px;
	padding: 0;
	margin: 0;
}

#lnaviUL li
{
	padding: 0;
	margin: 0;
	width: 138px;
}

.lnavi1 
{
	font-weight: bold;
	line-height: 30px;
	padding: 0;
	margin: 0;
}

.l_snaviUl 
{
	padding: 0 0 10px 0;
	margin: 0;
}

.l_snaviLI span a
{
	line-height: 18px;
	background: url(../images/icon/arrow_r.gif) no-repeat top left;
	padding: 0 0 0 12px;
}


.l_snaviLI span a:hover 
{
	line-height: 18px;
	background: url(../images/icon/arrow_r_o.gif) no-repeat top left;
	padding: 0 0 0 12px;
}

.lnavi_top 
{
	background: url(../images/frames/bg_lnabi_top.gif) no-repeat;
	width: 147px;
	height: 10px;
	padding: 0;
	margin: 0;
}

.lnavi_mid 
{
	background: url(../images/frames/bg_lnabi_mid.gif) repeat-y;
	width: 147px;
}

.lnavi_btm 
{
	background: url(../images/frames/bg_lnabi_btm.gif) no-repeat;
	width: 147px;
	height: 10px;
}


/* Contents Common styles 
----------------------------------------*/

.tpc_title 
{
}


/* News styles 
----------------------------------------*/
#topNews_title 
{
	background: url(../images/frames/bg_tpc_news.gif) no-repeat;
	padding: 7px 5px 6px 22px;
}

#topNews_content 
{
	border: 1px solid #D3D3D3;
	border-top: 0;
	padding: 1px 10px 4px 10px;
	margin: 0 0 8px 0;
}

.topRss 
{
	background: url(../images/icon/rss.gif) no-repeat right;
	padding: 2px 12px 0 5px;
	height: 11px;
}


/* Service styles 
----------------------------------------*/
#topService_title 
{
	background: url(../images/frames/bg_tpc_service.gif) no-repeat;
	padding: 7px 5px 6px 22px;

}

#topService_content 
{
	border: 1px solid #D3D3D3;
	border-top: 0;
	padding: 4px 10px 4px 10px;
	margin: 0 0 8px 0;
}

.topServiceBanner 
{
	width: 160px;
	height: 80px;
	margin: 0 12px 0 0;
}

.topServiceTx 
{
}

/* Medium styles 
----------------------------------------*/
#topMedium_title 
{
	background: url(../images/frames/bg_tpc_medium.gif) no-repeat;
	padding: 7px 5px 6px 22px;

}

#topMedium_content 
{
	border: 1px solid #D3D3D3;
	border-top: 0;
	padding: 4px 10px 4px 10px;
	margin: 0 0 8px 0;
}

.topMediumBanner 
{
	width: 120px;
	height: 40px;
	margin: 0 12px 0 0;
}

.topMediumTx 
{
	width: 240px;
	top: -5px;
	position: relative;
}

.topMediumPC 
{
	background: url(../images/icon/pc.gif) no-repeat left;
	padding: 7px 0px 6px 22px;
}

.topMediumMbl 
{
	background: url(../images/icon/mobile.gif) no-repeat left;
	padding: 7px 0px 6px 22px;
}


/* Contact styles 
----------------------------------------*/
#topContact_title 
{
	background: url(../images/frames/bg_rframe_top.gif) no-repeat;
	width: 168px;
	padding: 6px 5px 6px 22px;
}

#topContact_content 
{
	border: 1px solid #D3D3D3;
	border-top: 0;
	padding: 2px 10px 4px 10px;
	margin: 0 0 8px 0;
}

.topContentMail 
{
	background: url(../images/icon/mail.gif) no-repeat left;
	padding: 6px 0px 6px 22px;
}


/* HourBusiness styles 
----------------------------------------*/
#topHourBusiness_title 
{
	background: url(../images/frames/bg_rframe_top.gif) no-repeat;
	width: 168px;
	padding: 6px 5px 6px 22px;
}

#topHourBusiness_content 
{
	border: 1px solid #D3D3D3;
	border-top: 0;
	padding: 5px 10px 7px 10px;
	margin: 0 0 8px 0;
}
