/* Edited with EditCSS */
/**** Style sheets whose contents could be loaded were ****/
/**** imported instead. Rule order may be incorrect ****/
/**** as a result. ****/
@import "chrome://skype_ff_toolbar_win/content/injection_nh_graph.css";
@import "chrome://skype_ff_toolbar_win/content/skypeplugin_dropdownmenu.css";

/**** LINK-tag style sheet styles.css ****/

/*ここは消さないで下さい!*/
/* Edited with EditCSS */
/*CSSLicense: jp-soft.com Tsunehisa Hazama*/

* {
	margin: 0;
	padding: 0;
}

html{height: 100%;}


/* BODY-------------------------------*/
body {
	background: lavender;
	margin: 0;
	padding: 0;
 	font-size: 13px;
 	line-height: 150%;
	color: #444;
	list-style: none;
	text-align: center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}

/*デフォルト属性 */
a, p, h1, h2, h3, h4, h5, h6, blockquote {
 margin: 0;
 padding: 0;
 border: 0;
}

/* strongの色 */
strong {font-weight: normal;}

img {
	border: none;
}

a:link, a:visited, a:active {color: navy;text-decoration: underline;}
a:hover{color : #FF6633;text-decoration: none;}
	
/* テーブルの属性*/
table {margin: 0 0 0 10px; font-size: 12px; color: #999;}
td {padding: 5px;}

/* 基本設定 ----------------------------- */
#base{
	width: 720px;
	margin: 0 auto;
	background: url("http://www.eigo-info.com/bmw/img/base_back.gif") repeat-y;
	text-align: center;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	background: #FFF url("http://www.eigo-info.com/bmw/img/bmw-banner3.jpg") no-repeat;
	position: relative;
}

/*  ヘッダー  */
#header {
	height:200px;
	margin: 0;
	color: #666;
}
#header h1{
	position: absolute;
	top: 20px;
	right: 30px;
	font-size: 50%;
	line-height: 120%;
	text-align: right;
}

#header h1 a:link, #header h1 a:visited, #header h1 a:active {color: white;text-decoration: none;}
#header h1 a:hover{color : #FF6633;text-decoration: underline;}

#header p{
	position: absolute;
	top: 180px;
	right: 300px;
	width: 400px;
	font-size: 55%;
	color: #CCC;
	text-align: right;
}

/*  記事枠等の属性  */
#content {
	margin: 0 auto;
	width: 640px;	
	padding: 5px 0;
	background: #FFF;
	overflow-x: hidden;
	text-align: left;
}

#content h2 {
	margin: 10px 0 ;
	border-left: 8px solid crimson;
	color: crimson;
	font-size: 148%;
	font-weight: bold;
	line-height: 150%;
	display: block;
	text-align: left;
	text-indent: 5px;
}

#content h3 {
	padding: 10px 0 0 0;
        border-left: 8px solid green;
	color: green;
	font-size: 138%;
	font-weight: bold;
	line-height: 130%;
	display: block;
	text-align: left;
}

#content h4 {
	padding: 0;
	color: #337326;
	font-size: 115%;
	font-weight: bold;
	display: block;
	text-align: left;
}

#content h5 {
	padding: 0;
	color: #666;
	font-size: 100%;
	font-weight: bold;
	display: block;
	text-align: left;
}

#content p{
	padding: 5px 0 10px 0;
}

#content .doc{
	margin: 10px 20px 20px 10px;
	text-align: left;
}

/*  アドセンス  */
#content .ads{
	width: 271px;
	height: 290px;
	float: left;
}

#content .ads_inner
	padding: 10px 10px 10px 0;
	color: #555;
	text-align: left;
	font-size: 12px;
}

/*  パンくずリスト  */
.navi {
	margin :5px 0 ;
	width: 100%;
	font-size: 12px;
	text-align: left;
	}

.navi a {
	color: #6699CC;
	text-decoration: none;
	}

.navi a:hover {
	color: #FF6633;
	text-decoration: underline;
	}

/*  記事一覧  */
#content ol{
	margin: 0px 0px 20px 40px;
}

#content li{
	margin: 5px 0;
	font-size: 100%;
	color; #666;
}

#content .cform{
	margin: 0;
}

/*----- trackbacks & Comments-----*/

#content #trackbackdata, #content #commentdata{
	font-size: 12px;
	color: #888;
	margin: 10px 0 10px 10px;
}

#content #trackbackdata .post1{
	font-size: 10px;
	color: #888;
	margin: 0;
	border-bottom: 1px solid #888;
}

#content #commentdata .post2{
	margin-bottom: 10px;
	font-size:10px;
	text-align: right;
}

#content .error {
	font-size : 14px;
	color: red;
	border: 1px solid red;
	padding: 5px;
	text-align: center;
}


/*フッターナビ*/
#f_navi {
	clear: both;
	text-align: right;
	margin: 0px;
	padding: 0px 5px 5px 5px;
	font-size: 12px;
}

#f_navi img{margin: 0 5px;border-style: none; vertical-align: middle;}

/* フッター-----------------*/
#footer {
	clear: both;
	width: auto;
	height: 35px;
	background: lavender;
	margin: 0;
}

#footer div {
	float: right;
	margin: 0;
	padding: 5px 10px 0 0;
	color: gray;
	font-size: 12px;
	line-height: 1.0;
	text-align: right;
}
	
#footer a:link, #footer a:visited, #footer a:active {color: navy;text-decoration: none;}
#footer a:hover{color : #FF6060;text-decoration: underline;}

#footer ul {
	margin: 0;
	padding: 0;
	float: left;
}
#footer li {
	list-style: none;
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
}
#footer ul li a {
	color: #666;
	text-decoration: none;
}



.yellow{background:#ffff00; font-size: 14px;}
.style1 {
color: #000099;
font-weight: bold;
font-size:14px;
}

/*テーブル*/
table {
border-top:1px solid #666;
border-left:1px solid #666;
border-collapse:collapse;
background:#fff;
}

caption {
text-align:left;
padding-bottom:8px;
font-size:14px;
font-weight:bold;
color:#a52a2a;
}
td,
th {
padding:5px;
border-right:1px solid #666;
border-bottom:1px solid #666;
}

th {
background:#420042;
font-size:14px;
color:#fff;
}
.no-border table, 
.no-border tr, 
.no-border td,
.no-border th{
 border-style: none;
border:solid 1px #fff;
}


/**** LINK-tag style sheet injection_nh_graph.css ****/

/* Non-http; imported above. */


/**** LINK-tag style sheet skypeplugin_dropdownmenu.css ****/

/* Non-http; imported above. */




