/*ここは消さないで下さい!*/
/* Edited with EditCSS */
/*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;
	line-height: 150%;
	background: #323298; /* 背景色 */
/*	background: #323298 url("http://www.a-kaike.com/img/back.jpg") repeat-x top center; */
	font-family: arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
	}

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

/* 画像の属性 */
img {border: none; margin: 0;}

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

/* リンクの属性（未指定の時） */
a:link, a:visited, a:active {color: #0000FF;text-decoration: underline;}
a:hover {position:relative;top:2px;left:2px;color:#FF3300;}
/*a:hover {color:#FF3300;text-decoration: none;}*/

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

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

/*ヘッダー*/
#header	{
	margin : 0px;
	padding: 0Px;
	height : 180px;
	text-align: left;	
	background: #4D6EA3 url("http://www.a-kaike.com/img/header.jpg") no-repeat top left;
}

#header h1{
	position: absolute;
	top: 5px;
	left: 10px;
	font-size: 16px;
	font-weight: bold;
	line-height: 120%;
	text-align: left;
	text-indent: -2000px;
}

#header h1 a:link, #header h1 a:visited, #header h1 a:active {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}
#header h1 a:hover{color : #FF6633;text-decoration: underline;}

#header .des {
	position: absolute;
	left: 15px;
	right: 480px;
	top: 80px;
	color: #666;
	font-size: 12px;
	line-height: 180%;
	text-align: left;
}

.h_navi{
	position: absolute;
	right: 10px;
	top: 5px;
	text-align: right;
}

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

/*コンテンツ*/
#content {
	float: right;
	width: 530px;
	margin: 0;
}
				
#content h2	{
	margin: 10px 0;
	height: 25px;
	font-size: 108%;
	color: #272675;
	font-weight: bold;
	line-height: 25px;
	text-indent: 18px;
	text-align: left;
/*	border: 1px solid #7395C2;*/
	background: url("http://www.a-kaike.com/img/h2_back.gif") no-repeat top left;
}

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

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


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

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

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

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

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

#content p{
	margin: 10px 0;
}

/*アドセンス*/
.ads_top{
	height: 20px;
	display: block;
	margin: 0;
	font-size:108%;
	font-weight: bold;
	color : #333366;
	line-height: 150%;
	text-align: left;
	border-bottom: 1px dotted #999;
}
.ads {
	margin: 5px 0;
}

#content .posted {
	text-align: right;
	font-size: 10px;
	margin: 0px 10px 0px 0;
}

/* h1 h2 h3リンク属性 */
#content a:link.c1, #content a:visited.c1, #content a:active.c1{color: #0000FF;text-decoration: none;}
#content a:hover.c1{color : #FF2200;}

/* contenntリンク属性 */
#content a:link, #content a:visited, #content a:active {color: #0000FF;text-decoration: underline;}
#content a:hover{color : #FF2200;text-decoration: none;}
	
/*  パンくずリスト  */
#content .navi {
	margin : 0;
	padding-left: 10px;
	font-size: 10px;
	color:#666;
	}

/*----- 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 {
	float: left;
	width: 240px;
	margin: 0;
	color: #666;
	text-align: left;
	}

#sidebar .idx{
	margin-top: 10px;
	border: 1px solid #7395C2;
	background: #5B82C5 url("http://www.a-kaike.com/img/index.jpg");
	font-weight: bold;
	font-size: 100%;
	line-height: 170%;
	color: #FFF;
	text-align: left;
	text-indent: 5px;
	display: block;
}

/*検索等*/

#sidebar .search,#sidebar .slink{
	margin: 0;
	padding: 10px;
	font-size: 12px;
	line-height: 130%;
	border: 1px solid #7395C2;
}

	
/*新着記事等に利用できます*/
#sidebar .news ul{
	margin-left: 18px;
	}
#sidebar .news li{
	list-style-image: url("http://www.a-kaike.com/img/list.gif");
	}

/*メニュー*/

#sidebar .menu{
	margin: 0;
	padding:5px;
	border: 1px solid #7395C2;
}

.menu ul{
	list-style: none;
}

.menu li.pt{
	display: block;
	height: 20px;
	margin: 0;
	font-size: 12px;
	color: #555;
	text-align: left;
	line-height: 160%;
	text-indent: 15px;
	background: url("http://www.a-kaike.com/img/menu01.gif") no-repeat;
}

.menu li.pt a:link, .menu li.pt a:visited, .menu li.pt a:active {
	display: block;
	height: 20px;
	margin: 0;
	font-size: 12px;
	text-align: left;
	line-height: 160%;
	text-indent: 15px;
	text-decoration: none;
	background: url("http://www.a-kaike.com/img/menu01.gif") no-repeat;
}
	
.menu li.pt a:hover {
	background: url("http://www.a-kaike.com/img/menu02.gif") no-repeat;
}

.menu li{
	display: block;
	height: 20px;
	margin: 0;
	font-size: 12px;
	color: #555;
	text-align: left;
	line-height: 160%;
	text-indent: 15px;
	background: url("http://www.a-kaike.com/img/menu03.gif") no-repeat;
}

.menu li a:link, .menu li a:visited, .menu li a:active {
	display: block;
	height: 20px;
	margin: 0;
	font-size: 12px;
	text-align: left;
	line-height: 160%;
	text-indent: 15px;
	text-decoration: none;
	background: url("http://www.a-kaike.com/img/menu03.gif") no-repeat;
}
	
.menu li a:hover {
	background: url("http://www.a-kaike.com/img/menu04.gif") no-repeat;
}

.powered {
	text-align: center;
}


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

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


/*フッター*/
#footer{
	clear: both;
	margin: 0;
	height: 50px;
	color: #FFF;
	padding: 0;
	background: #323266;
	}

#footer .tmp{
	margin: 0;
	padding: 28px 30px 0 0;
	text-align: right;
}
	
#footer p{
	margin: 0;
	padding: 13px 10px 0 0;
	text-align: right;
	line-height: 120%;
	font-size: 12px;
	}

#footer a:link, #footer a:visited, #footer a:active {color: #66CCFF;text-decoration: underline;}
#footer a:hover {color:#FFFF33;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{
	margin: 10px;
	text-align: left;
}



/*▼追加スタイルシート　ここから▼*/

/*レイアウト設定*/
.navi {font-size:12px;background-color: #FFFFFF;}

.clear {
clear:both;
}
.center {
text-align:center;
}
.left {
text-align:left;
}
.right {
text-align:right;
}


/*セル外余白を指定します*/
.m5555 {margin:5px 5px 5px 5px;} /*上下左右*/
.m5050 {margin:5px 0px 5px 0px;} /*上下*/
.m0505 {margin:0px 5px 0px 5px;} /*左右*/
.m5000 {margin:5px 0px 0px 0px;} /*上のみ*/
.m0050 {margin:0px 0px 5px 0px;} /*下のみ*/
.m0005 {margin:0px 0px 0px 5px;} /*左のみ*/
.m0500 {margin:0px 5px 0px 0px;} /*右のみ*/
.m1111 {margin:10px 10px 10px 10px;} /*上下左右*/
.m1010 {margin:10px 0px 10px 0px;} /*上下*/
.m0101 {margin:0px 10px 0px 10px;} /*左右*/
.m1000 {margin:10px 0px 0px 0px;} /*上のみ*/
.m0010 {margin:0px 0px 10px 0px;} /*下のみ*/
.m0001 {margin:0px 0px 0px 10px;} /*左のみ*/
.m0100 {margin:0px 10px 0px 0px;} /*右のみ*/
.m2222 {margin:20px 20px 20px 20px;} /*上下左右*/
.m2020 {margin:20px 0px 20px 0px;} /*上下*/
.m0202 {margin:0px 20px 0px 20px;} /*左右*/
.m2000 {margin:20px 0px 0px 0px;} /*上のみ*/
.m0020 {margin:0px 0px 20px 0px;} /*下のみ*/
.m0002 {margin:0px 0px 0px 20px;} /*左のみ*/
.m0200 {margin:0px 20px 0px 0px;} /*右のみ*/


/*セル内余白を指定します*/
.p5555 {padding:5px 5px 5px 5px;} /*上下左右*/
.p5050 {padding:5px 0px 5px 0px;} /*上下*/
.p0505 {padding:0px 5px 0px 5px;} /*左右*/
.p5000 {padding:5px 0px 0px 0px;} /*上のみ*/
.p0050 {padding:0px 0px 5px 0px;} /*下のみ*/
.p0005 {padding:0px 0px 0px 5px;} /*左のみ*/
.p0500 {padding:0px 5px 0px 0px;} /*右のみ*/

.p1111 {padding:10px 10px 10px 10px;} /*上下左右*/
.p1010 {padding:10px 0px 10px 0px;} /*上下*/
.p0101 {padding:0px 10px 0px 10px;} /*左右*/
.p1000 {padding:10px 0px 0px 0px;} /*上のみ*/
.p0010 {padding:0px 0px 10px 0px;} /*下のみ*/
.p0001 {padding:0px 0px 0px 10px;} /*左のみ*/
.p0100 {padding:0px 10px 0px 0px;} /*右のみ*/

.p2222 {padding:20px 20px 20px 20px;} /*上下左右*/
.p2020 {padding:20px 0px 20px 0px;} /*上下*/
.p0202 {padding:0px 20px 0px 20px;} /*左右*/
.p2000 {padding:20px 0px 0px 0px;} /*上のみ*/
.p0020 {padding:0px 0px 20px 0px;} /*下のみ*/
.p0002 {padding:0px 0px 0px 20px;} /*左のみ*/
.p0200 {padding:0px 20px 0px 0px;} /*右のみ*/

.p3333 {padding:30px 30px 30px 30px;} /*上下左右*/
.p3030 {padding:30px 0px 30px 0px;} /*上下*/
.p0303 {padding:0px 30px 0px 30px;} /*左右*/
.p3000 {padding:30px 0px 0px 0px;} /*上のみ*/
.p0030 {padding:0px 0px 30px 0px;} /*下のみ*/
.p0003 {padding:0px 0px 0px 30px;} /*左のみ*/
.p0300 {padding:0px 30px 0px 0px;} /*右のみ*/

.p4444 {padding:40px 40px 40px 40px;} /*上下左右*/
.p4040 {padding:40px 0px 40px 0px;} /*上下*/
.p0404 {padding:0px 40px 0px 40px;} /*左右*/
.p4000 {padding:40px 0px 0px 0px;} /*上のみ*/
.p0040 {padding:0px 0px 40px 0px;} /*下のみ*/
.p0004 {padding:0px 0px 0px 40px;} /*左のみ*/
.p0400 {padding:0px 40px 0px 0px;} /*右のみ*/


/*色を指定します*/
.kuro { color: #000000; }
.aka { color: #ff0000; }
.azuki { color: #cc0000; }
.orange { color: #ff6600; }
.ao { color: #0000cc; }
.mizu { color: #3a6ea5; }
.tya { color: #bd000e; }
.gray { color: #3d3737; }
.pink { color: #cc3399; }
.ki { color: #ffff00; }
.333 { color: #333333; }
.666 { color: #666666; }
.999 { color: #999999; }
.aaa { color: #aaaaaa; }
.bbb { color: #bbbbbb; }
.ccc { color: #cccccc; }
.ddd { color: #dddddd; }
.eee { color: #eeeeee; }



/*文字を太くします*/
.b { font-weight: bold; }

/*文字のフォントを指定します*/
.big { font-size: 18px; }
.small { font-size: 12px; }
.f10 { font-size: 10px; }
.f11 { font-size: 11px; }
.f12 { font-size: 12px; }
.f13 { font-size: 13px; }
.f14 { font-size: 14px; }
.f15 { font-size: 15px; }
.f16 { font-size: 16px; }
.f17 { font-size: 17px; }
.f18 { font-size: 18px; }
.f19 { font-size: 19px; }
.f20 { font-size: 20px; }
.f21 { font-size: 21px; }
.f22 { font-size: 22px; }
.f23 { font-size: 23px; }
.f24 { font-size: 24px; }
.f25 { font-size: 25px; }
.f26 { font-size: 26px; }
.f27 { font-size: 27px; }
.f28 { font-size: 28px; }
.f29 { font-size: 29px; }
.f30 { font-size: 30px; }


/*文字を装飾します*/
.line { background: #ffff00; }

/*画像の位置を指定します*/
.imgl {
margin: 0px 10px 0px 0px;
padding: 0;
float: left;
}
.imgr {
margin: 0px 0px 0px 10px;
padding: 0;
float: right;
}

/*画像リンクに動きを付けます*/
a:link, a:visited, a:active {color: #0066ff;text-decoration: none; }
a:hover{color : #FF0000;text-decoration: none;}
a:hover img {position: relative; top: 2px; left:2px;}


/*ボーダーを指定する*/
.bd1 {border: 1px dotted #cccccc; padding: 10px 10px 10px 10px;}
.bd2 {border: 1px dashed #929286;}

h2{
 font-size: 16px;
 margin:0 0 10px 0;
 padding:2px 0px;
 border-width:0 0 1px 0 ;
 border-color:#000000;
 border-style:dotted;
 background:#fff;
 color:#000000;
 line-height:140%;
 font-weight:bold;
}

h3{
 font-size: 16px;
 margin:0 0 10px 0;
 padding:2px 0px;
 border-width:0 0 1px 0 ;
 border-color:#000000;
 border-style:dotted;
 background:#fff;
 color:#000000;
 line-height:140%;
 font-weight:bold;
}

h4{
 font-size: 14px;
 margin:0 0 10px 0;
 padding:2px 0px;
 border-width:0 0 1px 0 ;
 border-color:#000000;
 border-style:dotted;
 background:#fff;
 color:#000000;
 line-height:140%;
 font-weight:bold;
}

.setumei{
 color:#999999;
 font-size:11px;
 line-height:150%;
 font-weight:normal;
 margin: 30px 0px 0px 0px;
 padding:10px 10px 10px 10px;
 background: #FFFFD2;
 border: 1px dashed #929286;
 word-break: break-all
}
/*▲追加スタイルシート　ここまで▲*/

