/*ここは消さないで下さい!*/
/* Template Name: m121_Blue */
/*CSSLicense: jp-soft.com Tsunehisa Hazama*/

* {
	margin: 0;
	padding: 0;
}

html{height: 100%;}

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


/* 画像の属性 */
img {border: none; margin: 0;}
.img-left {	float: left;margin: 5px 10px 5px 0;}
.img-right {float: right;margin: 5px 0 5px 10px;}
.img-center {;margin: 10px auto;}
.img-left2 {	float: left;margin: 0px 3px 0px 0px;}
.img-blank {	float: right;}
.img-left3 {	float: left;}



/* 強調文の属性*/
h1,h2,h3,h4,p{font-size: 100%;font-weight: normal;}

/* リンクの属性（未指定の時） */
a:link, a:active {color: #0044CC;text-decoration: underline;}
a:hover {color:#CC338C;text-decoration: none;}

/*引用属性*/
blockquote{
margin:12px;
padding:12px;
background-color: #eeeeee;
border:dotted 2px #d8d1f0;
}



/* 基本設定*/
#wrapper{
	position: relative;
	width: 960px;
	margin: 0 auto;
	text-align: center;
	background: #fff;
}

/*ヘッダー*/
#header	{
    margin: 0px 0px 5px 0px;
	padding: 0;
        float: left;
        width:210px;
        height : 90px;
	text-align: left;
	background-image: url("");
        background-repeat: no-repeat;
}

#header-right {
    margin: 0px 0px 5px 0px;
	padding: 0;
        float: right;
        width:750px;
        height : 90px;
	text-align: right;
	background-image: url("");
        background-repeat: no-repeat;
}


#header h1{
	position: absolute;
	top:  17px;
	left: 0px;
	color: #4169e1;
	font-size: 18px;
	font-weight: bold;
	line-height: 120%;
	text-align: left;
}



#header h2{
	position: absolute;
	left: 5px;
	top: 2px;
	width: 810px;
	color: #FFF;
	font-size: 10px;
	line-height: 120%;
	text-align: left;
}

.h_banner{
	position: absolute;
	top: 55px;
	right: 2px;
	text-align: left;
}

/*ヘッダーメニュー*/
ul#topmenu { 	
margin: 5px 0px 0px 0px;
left: 0px;
 	width: 960px;
 	height: 40px;
	list-style: none;
	background: #fff;
}

#topmenu li{
    height: 40px;
    display: block;
    color: #555;
    line-height: 180%;
    float: left;
}

#topmenu li a:link, #topmenu li a:visited, #topmenu li a:active {
    height: 40px;
    padding: 0 30px 0 15px;
    display: block;
    color: #0044CC;
    text-decoration: none;
 	background: url("img/topmenu_back.gif") no-repeat;
    float: left;
}


#topmenu li a:hover{
 	color: #CC338C;
}


/*ブログの枠等の属性*/
#container{
	width: 960px;
	margin: 20px auto;
	text-align:left;
	}

/*コンテンツ*/
#content {
	float: left;
	width: 630px;
	margin: 0px 30px 0px 0px;
}


	
#content h1	{
	margin: 5px 0;
        padding: 10px 10px 10px 10px;
	font-size: 124%;
	color: #333366;
	font-weight: bold;
	line-height: 25px;
	text-align: left;
        background-color:#eeeeee;
        border-bottom:1px solid #c6d3de;
        border-left:10px solid #3B5998;
}

			
#content h2	{
	margin: 5px 0;
        padding: 10px 10px 10px 10px;
	font-size: 124%;
	color: #333366;
	font-weight: bold;
	line-height: 25px;
	text-align: left;
        background-color:#eeeeee;
        border-bottom:1px solid #c6d3de;
        border-left:10px solid #3B5998;
}

#content h3 {
	
	display: block;
	font-size:108%;
	font-weight: bold;
	color: #333366;
	line-height: 150%;
	text-align: left;
	border-bottom: 1px dotted #999;
	
}

#content h3.cont {
	margin: 5px 0;
        display: block;
	margin-left: 2px;
        padding: 8px 8px 8px 8px;
	font-size:108%;
	font-weight: bold;
	color : #00008b;
	line-height: 150%;
	text-align: left;
	background-color:#eeeeee;
        border-bottom:1px solid #c6d3de;
        border-left:1px solid #c6d3de;
	
}

#content h3.comments-header,
#content h3.comments-open-header,
#content h3.trackbacks-header {
	
	display: block;
	margin: 20px 0 10px 0;
	font-size:108%;
	font-weight: bold;
	color : #CC338C;
	line-height: 150%;
	text-align: left;
	border-bottom: 1px dotted #999;
	
}

/* contenntリンク属性 */
#content a{font-weight: nomal;}
#content a.c1{font-weight: normal;}

#content h2 a:link,
#content h2 a:visited,
#content h2 a:active,
#content h3 a:link,
#content h3 a:visited,
#content h3 a:active{
    color: #333366;
    font-weight: bold;
    text-decoration: none;
    display: block;
}

#content h2 a:hover,
#content h3 a:hover{
    color : #CC338C;
}

#content h4 {
	margin: 10px 0 0  0;
	padding-left:5px;
	border-bottom: 1px dotted #BBB;
	font-size:100%;
	color : #333366;
	font-weight: bold;
}

/*記事枠*/
#content .doc{
	padding: 0 2px;
	text-align: left;
	line-height: 19px;
}

#content .next{
	text-align: left;
}

#content ol{
	margin: 0px 0px 0px 30px;
}

#content li{
	margin: 0;
	font-size: 100%;
	line-height: 19px;
}

#content p {
/* margin: 10px 0; */
	margin: 0 0 40px 0;
}


#content .p1{
	margin: 0 0 13px 0;
}



#content .posted {
	text-align: right;
	font-size: 10px;
	margin: 0px 10px 0px 0;
}
	
/*  パンくずリスト  */
#content .navi {
margin: 10px 0 0 0;
	font-size: 12px;
	color:#666;
 border-top:1px dotted #eeeeee;
 border-bottom:1px dotted #eeeeee;
	}

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

#content .comments-content,
#content .trackbacks-content{
	font-size: 12px;
	color: #888;
	line-height: 120%;
	margin: 10px 0 10px 10px;
}

#content .trackbacks-info{
	font-size: 12px;
	line-height: 120%;
	color: #333;
	margin-left: 10px;
}

#content .comments-footer,
#content .trackback-footer{
	margin: 0 0 10px 10px;
	font-size:10px;
	text-align: right;
}

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

/* 相互リンクリスト属性 */
#content .slink ul{
	margin: 10px 5px 20px 20px;
}

#content .slink ul li{
	margin: 0;
	font-size: 12px;
	line-height: 150%;
}

/*　アドセンス　*/
.ads_rec{
 	margin: 10px 0 10px 0;
 	text-align: left;
}

.ads_sky{
    margin:0 auto;
}

.ads_sqr{
    margin:10px 0;
    text-align: center;
}

.ads_banner{
    margin: 15px 0;
    text-align: center;
}

/*NAKAO*/
#news dl{
	margin: 0 0 20px 0;
	color: #555;
}

#news dt a{
	margin: 0 0 0 10px;
	text-decoration: underline;
	font-size: 12px;
}

#news dd{
	margin: 0 0 0 10px;
	color: #666;
	font-size: 10px;
}

/*サイドバー*/
#sidebar {
	float: left;
	width: 300px;
	color: #333;
	text-align: left;
	}

#sidebarmain {
	float: left;
	width: 300px;
	color: #333;
	text-align: left;
	}

#sidebarsub {
	float: right;
	width: 160px;
	margin: 0px 0px 0px 10px;
	color: #333;
	text-align: left;
	}

.profile{
        font-size: 12px;
        line-height: 150%;
	color: #333;
	text-align: left;
}

.profile2{
        font-size: 13px;
        line-height: 150%;
	color: #333;
	text-align: left;
}



.widget-header{
	margin: 10px 0 5px 0;
	font-weight: bold;
	font-size: 100%;
	line-height: 170%;
	color: #ffffff;
	text-align: left;
	text-indent: 5px;
	background: #3B5998;
	display: block;
}

.tyumokukyozai{
        font-size: 13px;
        line-height: 150%;
	color: #333;
	text-align: left;
}


/*検索等*/
.widget-content{
	margin: 0;
	padding: 10px;
	font-size: 12px;
	line-height: 130%;
}

	
/*新着記事等*/
ul.widget-new {
	margin-left: 0px;
    list-style: none;
}

.widget-new li{
    margin: 5px 0;
    padding-left: 15px;
    font-size: 13px;
    background: url("http://toeic-takoyo.com/blog/img/list.gif") no-repeat;
	line-height: 120%;
}

/*メニュー関連*/
ul.widget-menu,
ul.widget-monthry{
	list-style: none;
}

.widget-menu li.pt,
.widget-monthry li.pt{
	display: block;
	height: 20px;
	margin: 0;
	font-size: 13px;
	color: #333333;
	text-align: left;
	line-height: 160%;
	text-indent: 15px;
	background: url("http://toeic-takoyo.com/blog/img/menu01.gif") no-repeat;
}

.widget-menu li.pt a:link,
.widget-menu li.pt a:visited,
.widget-menu li.pt a:active,
.widget-monthry li.pt a:link,
.widget-monthry li.pt a:visited,
.widget-monthry li.pt a:active{
	display: block;
	height: 20px;
	margin: 0;
	color: #0044CC;
	font-size: 13px;
	text-align: left;
	line-height: 160%;
	text-indent: 15px;
	text-decoration: none;
	background: url("http://toeic-takoyo.com/blog/img/menu01.gif") no-repeat;
}
	
.widget-menu li.pt a:hover,
.widget-monthry  li.pt a:hover{
	color: #CC338C;
	text-decoration: underline;
}

.widget-menu li,
.widget-monthry li{
	display: block;
	height: 20px;
	margin: 0;
	font-size: 14px;
	color: #0044CC;
	text-align: left;
	line-height: 160%;
	text-indent: 15px;
	background: url("http://toeic-takoyo.com/blog/img/menu03.gif") no-repeat;
}

.widget-menu li a:link,
.widget-menu li a:visited,
.widget-menu li a:active, 
.widget-monthry li a:link,
.widget-monthry li a:visited,
.widget-monthry li a:active{
	display: block;
	height: 20px;
	margin: 0;
	color: #0044CC;
	font-size: 14px;
	text-align: left;
	line-height: 160%;
	text-indent: 20px;
	text-decoration: none;
	background: url("http://toeic-takoyo.com/blog/img/menu03.gif") no-repeat;
}
	
.widget-menu li a:hover,
.widget-monthry li a:hover{
	color: #CC338C;
	text-decoration: underline;
}


/*関連リンク用*/
ul.widget-link{
	list-style: none;
}

.widget-link li{
	display: block;
	height: 20px;
	margin: 0;
	font-size: 12px;
	color: #0044CC;
	text-align: left;
	line-height: 160%;
}

.widget-link li a:link{
	display: block;
	height: 20px;
	margin: 0;
	color: #0044CC;
	font-size: 12px;
	text-align: left;
	line-height: 160%;
	text-decoration: none;
}
	
.widget-link li a:hover{
	color: #CC338C;
	text-decoration: underline;
}


/*メニュー２*/
dl.widget-menu{
	margin: 0;
	padding:5px;
}

.widget-menu dt{
	margin-top: 10px;
	font-weight: bold;
	font-size: 100%;
	line-height: 170%;
	color: #0044CC;
	text-align: left;
	text-indent: 5px;
	display: block;
}

.widget-menu dt.pt{
	margin-top: 10px;
	background: #00008b;
	font-weight: bold;
	font-size: 100%;
	line-height: 170%;
	color: #FFF;
	text-align: left;
	text-indent: 5px;
	display: block;
}

.widget-menu dd{
	display: block;
	height: 20px;
	margin: 0;
	font-size: 12px;
	color: #0044CC;
	text-align: left;
	line-height: 160%;
	text-indent: 15px;
	background: url("&lt;$MTBlogURL$>;img/menu01.gif") no-repeat;
}

.widget-menu dd a:link, .widget-menu dd a:visited, .widget-menu dd a:active {
	display: block;
	height: 20px;
	margin: 0;
	color: #0044CC;
	font-size: 12px;
	text-align: left;
	line-height: 160%;
	text-indent: 15px;
	text-decoration: none;
	background: url("http://toeic-takoyo.com/blog/img/menu01.gif") no-repeat;
}
	
.widget-menu dd a:hover {
	color: #CC338C;
	text-decoration: underline;
}

.widget-menu dd.pt{
	display: block;
	height: 20px;
	margin: 0;
	font-size: 12px;
	color: #0044CC;
	text-align: left;
	line-height: 160%;
	text-indent: 15px;
	background: url("http://toeic-takoyo.com/blog/img/menu01.gif") no-repeat;
}

.widget-menu dd.pt a:link, .widget-menu dd.pt a:visited, .widget-menu dd.pt a:active {
	display: block;
	height: 20px;
	margin: 0;
	color: #0044CC;
	font-size: 12px;
	text-align: left;
	line-height: 160%;
	text-indent: 15px;
	text-decoration: none;
	background: url("http://toeic-takoyo.com/blog/img/menu01.gif") no-repeat;
}
	
.widget-menu dd.pt a:hover {
	color: #CC338C;
	text-decoration: underline;
}

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

.f_navi img{border-style: none; vertical-align: middle;padding:0px 3px;}


/*フッター*/
#footer{
	clear: both;
	margin-top: 20px;
	padding: 0;
	height: 50px;
	color: #666;
	border-top: 1px solid #CCC;
	border-bottom: 5px solid #3B5998;
	background: #FFF;
	}
	
#footer p{
	margin: 0;
	padding: 10px 10px 0 0;
	text-align: right;
	line-height: 120%;
	font-size: 12px;
	}

#footer a:link, #footer a:visited, #footer a:active {color: #0044CC;text-decoration: underline;}
#footer a:hover {color:#CC338C;text-decoration: none;}

/* タグ指定 */

.module-tagcloud{
	margin: 0;
}

.module-tagcloud .module-content{
	margin: 0;
	background: #EEE;
	text-align: left; 
}

.module-tagcloud .module-content .module-list{
	padding: 5px;
	list-style: none;
}

.module-tagcloud .module-content .module-list .module-list-item { display: inline; }
.module-tagcloud .module-content .module-list li.taglevel1 { font-size: 19px; }
.module-tagcloud .module-content .module-list li.taglevel2 { font-size: 17px; }
.module-tagcloud .module-content .module-list li.taglevel3 { font-size: 15px; }
.module-tagcloud .module-content .module-list li.taglevel4 { font-size: 13px; }
.module-tagcloud .module-content .module-list li.taglevel5 { font-size: 11px; }
.module-tagcloud .module-content .module-list li.taglevel6 { font-size: 9px; }

.tag_line{
        font-size: 12px;
	margin: 10px 0 10px 0;
	text-align: left;
}




/*トップページ*/

.lefttopcover{
float:left;
font-size: 13px;
text-align: left;
margin: 0px 30px 0px 0px;
width:630px;
background-color: #ffffff; 
line-height: 21px;
}


.lefttop{
float:left;
font-size: 13px;
text-align: left;
width:160px;
background-color: #ffffff; 
line-height: 21px;
}



.centertop{
float:left;
font-size: 13px;
width:450px;
margin: 0px 0px 0px 20px;
text-align: left;
background-color: #ffffff; 
line-height: 21px;
}

.righttop{
float:left;
font-size: 13px;
width:300px;
text-align: right;
background-color: #ffffff; 
line-height: 21px;
}


.lefttop2{
float:left;
font-size: 13px;
text-align: left;
width:300px;
background-color: #ffffff; 
line-height: 21px;
}

.centertop2{
float:left;
font-size: 13px;
width:300px;
margin: 0px 0px 0px 30px;
text-align: left;
background-color: #ffffff; 
line-height: 21px;
}


.h2toppage{
margin: 10px 0;
padding: 0px 5px 0px 5px;
font-size: 124%;
font-weight: bold;
line-height: 25px;
text-indent: 5px;
text-align: left;
background-color:#eeeeee;
border-bottom:1px solid #c6d3de;
border-left:4px solid #000080;
border-right:1px solid #c6d3de;
border-top:1px solid #c6d3de;

}


/*トップメニュー変更後*/
.headermenutop{
margin: 5px 0;
width:960px;
height:28px;
text-align: left;
background-color: #fff; 
border-bottom:1px solid #dddddd;
}


/*改行クリア*/
.spacer{
clear:both;
}

/*ライター*/
.writer{
font-size: 12px;
background-color:#F5F5F5;
border:solid 2px #c6d3de;
padding:6px;
}


/*検索*/
.kensakutop{
font-size: 12px;
background-color:#F5F5F5;
border:solid 2px #c6d3de;
padding:6px;
line-height: 16px;
}

.kensakusub{
font-size: 12px;
background-color:#F5F5F5;
border:solid 2px #c6d3de;
padding:6px;
line-height: 16px;
}




/*色指定*/
.orange{
color: #ff3300;
display:inline;
font-weight: bold;
}

.green{
color: green;
font-weight: bold;
display:inline;
}


.tw{
display:inline;
position: relative;
top: 5.5px;
}

.tw2{
display:inline;
position: relative;
top: 8px;
}


.back-talk{
background-color:#ccffcc;
font-weight: bold;
display:inline;
}

.date{
float: right;
font-size: 12px;
color: #666;
display:inline;
}


.imgad{
float: right;
}


.side-a{
font-size: 13px;
}

.medatsu{
color: #ff3300;
font-weight: bold;
font-size: 20px;
}

#sitenavi{
border:1px solid #efffff;
background-color: #f5f5f5;
font-size: 12px;
font-weight: bold;
text-align: left;
margin:10px 0px 10px 0px;
padding: 4px 0px 4px 10px;
border-top:1px solid #c6d3de;
border-bottom:1px solid #c6d3de;
}



