//*--------------------▽左に画像、右に文章*/

.left{
	float: left;
	margin: 0 10px 10px 0!important;
}


/*--------------------▽右に画像、左に画像*/

.right{
	float: right;
	margin: 0 0 10px 10px!important;
}




/*--------------------▽アフィリリンク用*/

div.next {
	margin: 10px 0 10px 0;
	text-align: right;
	padding-right: 0px;
	color: #0000ff;
	font-size: 110%;
	font-weight: bold;
}




div.next a {
	margin: 10px 0 10px 0;
	text-align: right;
	padding-right: 0px;
	color: #0000ff;
	font-size: 110%;
	font-weight: bold;
	text-decoration: underline;
}

div.next a:visited {
	margin: 10px 0 10px 0;
	text-align: right;
	padding-right: 0px;
	color: #0000ff;
	font-size: 110%;
	font-weight: bold;
	text-decoration: underline;
}




div.next a:hover {
	margin: 10px 0 10px 0;
	text-align: right;
	padding-right: 0px;
	color:#FF3300;
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
}








/* 文字色 */

span.red { color: #cc0000; } /* 赤 */ 
span.blue { color: #4169e1; } /* 青 */ 
span.green { color: #339900; } /* 緑 */ 
span.orange { color: #FF8C00; } /* オレンジ */ 
span.aqua { color: #008080; } /* アクア */ 
span.brown { color: #A52A2A; } /* 茶色 */ 
span.pink { color: #006eb0; } /* ピンク */ 





/* 背景マーカー処理 */
span.line { 
    background:#ffff84;
}

 /* アンダーライン */
span.u {     

     border-bottom: 1px solid ; 
     
}

span.marker { 
    color: #990000;
    background: #FFCCFF;
    font-weight: bold;
}








/*文字装飾
-------------------------------------------------------------------*/
/* 最大5・太字 */
span.bbbbb {

    font-size: 2.0em;
    padding: 0;
    line-height: 200%;
}

/* 最大4・太字 */
span.bbbb {

    font-size: 1.8em;
    padding: 0;
    line-height: 200%;
}


/* 最大3・太字 */
span.bbb {

    font-size: 1.6em;
    padding: 0;
    line-height: 170%;
}

/* 大2・太字 */
span.bb {

    font-size: 1.2em;
    line-height: 150%;
}
/* 太字 */
span.b {

    font-weight: bold;
    line-height: 150%;
}

/* 小文字 */ 
span.s { 

    font-size: 0.8em;
    font-weight: normal;
    line-height: 150%; 
} 



/* 中文字 */ 
span.m { 

    font-size: 0.85em;
    font-weight: normal;
    line-height: 190%; 
} 









#content #description {
	text-align: left;
	clear: both;
	margin-top: 60px;
	margin-left: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	color: #668899;
	padding: 5px 10px 10px 5px;
	font-size:83%;
	line-height: 120%;
	border-bottom: 1px solid #668899;
}





#content #description h3 {
	margin-left: 0px;
	font-weight: bold;
	border-left: 0px;
	border-bottom: 1px solid #668899;
	color: #668899;
	font-size:120%;
	text-indent: 0px;
}




#content #description h4 {
	padding: 0 0px 0 0px;
	text-align: left;
	font-weight: normal;
	text-indent: 0px;
	color: #668899;
	font-size:110%;
	margin: 0px 0 0px 0;
	border-bottom: 0px;
}




#content #description p{
	text-align: left;
	color: #668899;
	text-decoration: none;
	margin: 0px 0 5px 0;
	line-height: 130%;
}


#content #description a{
	text-align: left;
	color: #668899;
	text-decoration: none;
}


#content #description a:hover{
	text-align: left;
	color: #668899;
	text-decoration: underline;
}








/*====================================================*/

* {
	margin: 0;
	padding: 0;
}

html{height: 100%;}

/* BODY */
body {
	background: #FFF;
	margin: 0;
	padding: 0;
	line-height:150%;
	letter-spacing: normal;
	color: #444;
	list-style: none;
	text-align: center;
	font-weight: normal;
	font-size: 14px;
	font-family: arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", 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; margin: 0;}

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

a:link, a:visited, a:active {color: #0055CC;text-decoration: underline;}
a:hover{color : #FF6633;text-decoration: none;}

/* 基本設定*/
#base{
	width: 840px;
	margin: 0 auto;
	background: url("img/base_back2.gif") repeat-y;
	text-align: center;
}

#wrapper{
	width: 800px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

#left {
	float: left;
	width: 260px;
	text-align: center;	
}

#right {
	float: right;
	width: 540px;
	text-align: center;
}

/*ヘッダー*/
#header	{
	height:275px;
	margin: 0;
	background: url("img/header.gif") no-repeat top left;
	color: #666;
}

#header h1{
	position: absolute;
	top: 240px;
	left: 10px;
	font-size: 100%;
	color: #CCC;
	background-color: #264C73;
	width: 240px;
 	text-indent: 5px;
 	font-weight: bold;
 	text-align: left;
}
		
#header h1 a {
 	height:80px;
	color: #CCC;
	background-color: #264C73;
 	display: block;
 	overflow: hidden;
	text-decoration: none;
}

#header h1 a:hover {
	background-color: #264C73;
	text-decoration: underline;
}




#header p{
	border: 1px solid #264C73;
	background-color: #DCE9F0;
	padding: 5px 5px 5px 5px;
	position: absolute;
	top: 260px;
	left: 10px;
	width: 228px;
	font-size: 83%;
	color: #264C73;
	text-align: left;
	line-height: 130%;
}

/* トップメニュー */
ul.topmenu{
	position: absolute;
	top: 0;
	right: 0;
	width: 540px;
	background: #DCE9F0;
	list-style: none;
}

ul.topmenu li{
	text-align: center;
	font-size: 12px;
	float: left;
	color: #336699;
	width: 130px;
	height: 25px;
	border-right: 1px solid #336699;
	border-bottom: 1px solid #336699;
	display: block;
}

ul.topmenu li a:link, ul.topmenu li a:visited, ul.topmenu li a:active {
	color: #336699;
	text-decoration: none;
	float: left;
	width: 130px;
	height: 25px;
	display: block;
}
ul.topmenu li a:hover{color : #CCC;text-decoration: none; background: #336699;}

/* ロゴ */
#logo{
	height:330px;
	margin: 0;
 margin-top : 20px;
 margin-bottom: 20px;
	color: #CCC;
}

#logo h2{
 margin-top : 0;
 margin-bottom: 0;
 text-indent: 0px;
}
		
#logo h2 a {
 height:200px;
 display: block;
 overflow: hidden;
}

#logo h2 a:hover {
 background: url("img/logo.jpg") no-repeat top left;
}

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

.navi a {
	color: #55BF40;
	text-decoration: none;
}

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

/*  記事枠等の属性  */
#content {
	width: 530px;	
	margin: 0 auto;
	overflow: hidden;
}

#content h2 {
	margin: 0 0 0 5px;
	background: #f5f5f5;
	border-top: 1px solid #264C73;
	border-right: 1px solid #264C73;
	border-bottom: 2px solid #264C73;
	border-left: 8px solid #264C73;
	color: #264C73;
	font-weight: bold;
	font-size: 110%;
	line-height: 150%;
	display: block;
	text-align: left;
	text-indent: 5px;
}
			
#content h2 a {
	text-decoration: underline;
	color: #555;
}
					
#content h2 a:hover {
	text-decoration: none;
	color: #FF5500;
}


#content h3 {
	margin: 0 0 0 0px;
	border-bottom: 1px solid #264C73;
	border-left: 1px solid #264C73;
	color: #264C73;
	font-weight: bold;
	font-size: 110%;
	line-height: 150%;
	display: block;
	text-align: left;
	text-indent: 5px;
}

#content h3.com {
	margin: 30px 0 10px 0;
	padding: 0;
	border-left: 8px solid #999;
	border-bottom: 1px solid #999;
	color: #337799;
	font-weight: normal;
	font-size: 100%;
	line-height: 150%;
	display: block;
	text-align: left;
	text-indent: 5px;
}


#content h4 {
	margin-top: 20px;
	padding: 0 10px 0 5px;
	border-bottom: 1px solid #BBB;
	color: #336699;
	font-weight: bold;
	font-size: 100%;
	line-height: 150%;
	display: block;
	text-align: left;
}

#content h5 {
	margin-top: 20px;
	padding: 0 10px 0 5px;
	color: #555;
	font-weight: normal;
	font-size: 77%;
	line-height: 150%;
	display: block;
	text-align: left;
}

/*記事枠*/
#content .posted {
	text-align: right;
	font-size: 14px;
	margin: 0px 20px 10px 0;
}

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

#content .doc p{
	padding: 5px 0 10px 0px;
	font-size: 13px;
	line-height: 165%;
}

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

#content .info{
	margin: 20px 10px 10px 10px;
	border-top: 1px solid #b0c4de;
	border-right: 1px solid #b0c4de;
	border-bottom: 1px solid #b0c4de;
	border-left: 1px solid #b0c4de;
	background: #f0f8ff;
}

#content .info_inner{
	padding: 10px;
	text-align: left;
}

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

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

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


/*----- 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;
}


/*  サイドメニュー等の属性  */
#sidebar {
	width: 230px;
	margin: 10px auto;
	overflow: hidden;
}

#sidebar h2{
	margin: 0;
	background: #264C73;
	font-weight: bold;
	font-size: 100%;
	line-height: 170%;
	color: #CCC;
	text-align: left;
	text-indent: 5px;
	border: 1px solid #264C73;
}

/*検索等*/

#sidebar .search{	
	margin: 0 0 10px 0;
	border-left: 1px solid #264C73;
	border-right: 1px solid #264C73;
	border-bottom: 1px solid #264C73;
	background: #FFF;
}

#sidebar .search div {
	padding: 10px;
	text-align: left;
	font-size: 85%;
}


/*メニュー*/
/* カテゴリ指定 */
#sidebar .cat{
	margin: 0;
}

#sidebar .cat h2{
	margin: 0;
	background: #264C73;
	font-weight: bold;
	font-size: 100%;
	line-height: 170%;
	color: #CCC;
	text-align: left;
	text-indent: 5px;
	border: 1px solid #264C73;
}

#sidebar ul.menu{
	display: block;
	margin: 0 0 10px 0;
	list-style-type: none;
	border-left: 1px solid #264C73;
	border-right: 1px solid #264C73;
	border-bottom: 1px solid #264C73;
	background: #FFF;
	text-align: left;
}

#sidebar ul.menu li.pt a {
 	height: 25px;
 	list-style: none;
 	padding: 0;
 	text-indent: 20px;
 	text-decoration: none;
 	font-size: 85%;
 	line-height: 200%;
 	display: block;
 	background: url("img/menu01.gif") no-repeat;
}

#sidebar ul.menu li.pt a:hover {
	background: url("img/menu02.gif") no-repeat;
	color: #FF6633;
}

#sidebar ul.menu li a {
 	height: 25px;
 	list-style: none;
 	padding: 0;
 	text-indent: 30px;
 	text-decoration: none;
 	font-size: 85%;
 	line-height: 200%;
 	display: block;
}


#sidebar ul.menu li a:hover {
	color: #FF6633;
}

#sidebar ul.arch{
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	border-left: 1px solid #264C73;
	border-right: 1px solid #264C73;
	border-bottom: 1px solid #264C73;
	background: #FFF;
}

#sidebar ul.arch li a {
 	height: 25px;
 	list-style: none;
 	padding: 0;
 	text-indent: 20px;
 	text-decoration: none;
 	font-size: 100%;
 	line-height: 200%;
 	display: block;
	background: url("img/doc.gif") no-repeat;
}

#sidebar ul.arch li a:hover {
	color: #FF6633;
}

#sidebar .rss{	
	margin: 0 0 10px 0;
	text-align: left;
}


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

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


/*フッター*/
#footer{
 	clear: both;
 	width: 820px;
 	margin: 0;
 	color: #668899;
 	padding: 0px 0 0 0;
}

#footer img{border-style: none;	vertical-align: middle;	}




#footer .copyright{
	text-align: right;
	padding: 0px 30px 5px 0;
	font-size: 12px;
}



#footer .copyright a:link, #footer .copyright a:visited, #footer .copyright a:active {color: #668899;text-decoration: none;}
#footer .copyright a:hover{color : #668899;text-decoration: underline;}


/* タグ指定 */

.module-tagcloud{
	margin: 0;
}

.module-tagcloud h2{
 margin: 10px 0 0 0;
 height: 22px;
 color: #FFF;
 font-weight: bold;
 line-height: 180%;
 text-indent: 10px;
 text-align: left;
 background: #CCC;
 display: block;
}

.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{
	margin: 10px;
	text-align: left;
}

