@charset "shift_jis";
/*

information{
	ファイル名 : /css/common.css;
	概要 : このCSSはご利用規則全体の文字に対するファイルです。;
	サイト名 : mopera U | ドコモの定額データプラン対応のインターネット接続プロバイダ;
	コピーライト : (c) NTT DOCOMO, INC. All rights reserved.;
}

 */


/* コンテンツ
--------------------------------------------------------------------------

	1. 全体定義
	2. ヘッダー

-------------------------------------------------------------------------*/





/*	1. 全体定義
-----------------------------------------------	*/
*{
	margin: 0;
	padding: 0;
}
body {
	text-align: left;
	line-height: 1.5em;
	padding-top:25px;
	/*font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";*/
	font-size: 62.5%;
	font-style:normal;
	background:url(../images/bg_content.gif) repeat-x left top;
	color:#333333;
}

a:link
{
	color: #0070B0;
    text-decoration: underline;
}
a:visited
{
    color: #9C6464;
    text-decoration: underline;
}
a:hover
{
    color: #E4B535;
    text-decoration: none;
}
a:active
{
    color: #E4B535;
    text-decoration: none;
}


/* リスト */
ul{
	list-style-type:none;
}
ol{
	padding-left:25px;
	text-indent:0px;
}


/* 画像 */
img{
	border: none;
	vertical-align: bottom;
}

/* hr */
hr {
	display:none;
}

/* strong */
strong{
	font-weight: bold;
}

/* 「※」注釈 */
sup{
	vertical-align:middle;
	color:#666666;
	margin:0px 0px 0px 2px;
}
sup img{
	vertical-align:middle;
	margin:0px 1px 0px 0px;
}

/* 「※」注釈 */

/* クリア要素 */
.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 */ 
.clear{
	clear:both;
	display:block;
}

/*	2. ヘッダー
-----------------------------------------------	*/
#header{
	margin:0px 0px 20px 0px;
	padding:0px 20px 10px 20px;
	font-size:1.2em;
	color:#999999;
	border-bottom:1px solid #E7E7E7;
}
#header h1{
	float:left;
	display:inline;
	margin:0px;
	padding:0px;
}
#header p{
	float:right;
	display:inline;
	margin-top:30px;
}

/*	3. メインコンテンツ
-----------------------------------------------	*/
#container{
	margin:0px 0px 0px 0px;
	padding:0px 20px 10px 20px;
	font-size:1.2em;
	_height:400px;
	min-height:400px;
}

#container .leftcont{
	margin:0px 0px 0px 0px;
	padding:0px;
	float:left;
	display:inline;
	width:220px;
}
#container .leftcont ul{
	border-top:1px solid #CBCBCB;
	margin:0px;
	padding:0px;
}
#container .leftcont li{
	display:block;
	font-weight:bold;
}
#container .leftcont li a{
	background-image:url(../images/bg_btn.gif);
	width:200px;
	_width:220px;
	height:37px;
	_height:57px;
	padding:20px 0px 0px 20px;
	display:block;
	vertical-align:middle;
	font-size:1em;
}

#container .leftcont li a:hover{
	background-image:url(../images/bg_btn_o.gif);
}
#container .leftcont li a.stay{
	background-image:url(../images/bg_btn_o.gif);
}
#container .rightcont{
	margin: 0 0 0 235px;
	padding:0px;
}
#container .rightcont ul.linklist{
	background:url(../images/bg_dott.gif) repeat-x left bottom;
	padding-bottom:5px;
	padding-top:10px;
	margin-bottom:30px;
	border-top:3px solid #cccccc;
}
#container .rightcont ul.linklist li{
	background:url(../images/arrow_normal_under.gif) no-repeat 0 2px;
	padding-left:13px;
	margin-bottom:5px;
}
#container .rightcont h2{
	margin:0px;
	border:1px solid #D2D2D2;
	font-size:1.2em;
	background: #F4F4F4 url(../images/bg_h2.gif) no-repeat left top;
	padding:20px 0px 15px 40px;
}
#container .rightcont dl{
	padding:0px 0px 20px 0px;
	background:url(../images/bg_dott.gif) repeat-x left bottom;
	margin-bottom:15px;
}
#container .rightcont dt{
	margin:20px 0px 0px 0px;
	padding:0px;
}
#container .rightcont dd{
	padding:20px 20px 0px 20px;
}
#container .rightcont dd img{
	margin-left:-20px;
}
#container .rightcont h3{
	background:url(../images/bg_h3.gif) no-repeat right bottom;
	font-size:1.2em;
	padding-bottom:10px;
}
#container .rightcont .cont{
	padding:20px 20px 20px 20px;
}
#container .rightcont .cont p{
	margin-bottom:10px;
}

#container li.listtop{
	background:url(../images/arrow_normal_top.gif) no-repeat right 2px;
	padding-right:13px;
	text-align:right;
	margin:20px -18px 20px 0px;
}

#container ul.topbtn{
	text-align:center;
}
#container ul.topbtn li{
	margin-bottom:10px;
}




/*	4. フッター
-----------------------------------------------	*/
#footer{
	margin:20px 0px 0px 0px;
	padding:10px 20px 20px 10px;
	text-align:left;
	background:url(../images/bg_dott.gif) repeat-x left top;
}












