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

* {
	margin: 0;
	padding: 0;
}

html{height: 100%;}

/* BODY-------------------------------*/
body {
 	background: #666666;
	margin: 0;
	padding: 0;
	line-height:150%;
	letter-spacing: normal;
	color: #CCC;
	list-style: none;
	text-align: center;
	font-weight: normal;
	font-size: 13px;
	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;}
.img-left {	float: left;margin: 5px 10px 5px 0;}
.img-right {float: right;margin: 5px 0 5px 10px;}
.img-center {;margin: 10px auto;}


a:link, a:visited, a:active {color: #66CCFF;text-decoration: underline;}
a:hover{color : #FF6600;text-decoration: none;}
	
/* 基本設定 ----------------------------- */
#base{
	width: 780px;
	margin: 0 auto;
	background: url("http://galaxyk.s347.xrea.com/michael/img/base_back.gif") repeat-y;
	text-align: center;
	position: relative;
}

#wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: center;
}

/*  ヘッダー  */
#header {
	height:25px;
	margin: 0;
	color: #FFF;
	background: url("http://galaxyk.s347.xrea.com/michael/img/header.gif") no-repeat;
	text-align: left;
}

#header h1{
 position: absolute;
 top: 3px;
 left: 20px;
 font-size: 14px;
 font-weight: normal;
 color: #FFF;
}

#header p#smap{
 	position: absolute;
 	top: 3px;
 	right: 80px;
 	margin: 0;
 	font-size: 12px;
 	text-align: right;
}

#smap a:link, #smap a:visited, #smap a:active {color: #FFF;text-decoration: underline;}
#smap a:hover{color : #FF9900;text-decoration: none;}

#header2 {
	height:195px;
	margin: 0;
	color: #FFF;
	text-align: left;
	background: url("http://galaxyk.s347.xrea.com/michael/img/header2.jpg") no-repeat;
}

#header2 h2{
	position: absolute;
	top: 80px;
	left: 30px;
	width: 400px;
	font-size: 100%;
	font-weight: normal;
	color: #FFF;
	text-align: left;
}

/*  メインメニュー  */
#gmenu{
	position: absolute;
	left:10px;
	top: 195px;
	margin: 0 auto;
	width: 760px;
	height: 25px;
	background: #000;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}
#gmenu ul{list-style: none; margin: 0; padding: 0;}
#gmenu li{margin: 0; padding: 0; float: left;}
#gmenu li a:link, #gmenu li a:visited, #gmenu li a:active {
	float: left;
	width: 120px;
	height: 25px;
	color: #FFF;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	line-height: 180%;
	overflow: hidden;
	border-right: 1px solid #666;
	display: block;
}
#gmenu li a:hover{background: #660033;color: #FFF;}


.rss{	
	position: absolute;
	top: 3px;
	right: 15px;
}

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

.navi a {
	color: #66CCFF;
	text-decoration: none;
}

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


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

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

#content h3{
	margin: 10px 0 0 0;
	border: 0px;
	color: #DDD;
	font-weight: bold;
	font-size: 123%;
	line-height: 160%;
	display: block;
	text-align: left;
	text-indent: 10px;
	background: url("http://galaxyk.s347.xrea.com/michael/img/h3_back.gif") no-repeat top left;
}
			
#content h3 a {
	color: #CCC;
	text-decoration: underline;
}
					
#content h3 a:hover {
	color: #FF6600;
	text-decoration: none;
}

h3.trackbacks-header,h3.comments-header{
	margin: 10px 10px 10px 0;
	border-bottom: 1px solid #DDD;
 	color: #0F3357;
	font-weight: bold;
	font-size: 108%;
	line-height: 150%;
	display: block;
	text-align: left;
	background: #FFF;
}


#content h4 {
	margin: 10px 10px 10px 0;
	border-bottom: 1px solid #555;
 	color: #CCC;
	font-weight: bold;
	font-size: 108%;
	line-height: 150%;
	display: block;
	text-align: left;
}

#content h5 {
	margin: 10px 10px 10px 0;
	color: #CCC;
	font-weight: normal;
	font-size: 100%;
	line-height: 150%;
	display: block;
	text-align: left;
}

/*記事枠*/

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

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

#content .doc p{
	padding: 5px 0;
}

#content .qrcode{
    float:right;
    width: 150px;
    height: 180px;
    border: 1px solid #CCC;
}

#content .inner{
    padding: 15px 10px 10px 10px;
    font-size: 10px;
    text-align: center;
    line-height: 120%;
}

/* ---- 関連記事リスト属性----- */
#content ol{
	margin: 0px 0px 0px 30px;
}

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

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

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

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

#content .next{
	text-align: right;
    font-size: 12px;
}

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

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

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

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

/*NAKAO*/
#news dl{
	margin: 10px 0 40px 0;
	color: #555;
	text-align: left;
}

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

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


/*ボトムメニュー*/
/*フッターメニュー*/
ul#fmenu{
    padding: 10px 120px;
    list-style: none;
    text-align: center;
}

#fmenu li{
    margin: 0;
    line-height: 150%;
    display: inline;
}


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

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

/*フッター*/
#footer{
 	clear: both;
 	width: 760px;
 	height: 60px;
 	margin: 0 auto;
 	color: #CCC;
 	padding: 0;
 	text-align: left;
	background: #000;
}

#footer .copyright{
	text-align: center;
	padding: 15px 0 0 0;
	font-size: 12px;
	line-height: 120%;
}

#footer a:link, #footer a:visited, #footer a:active {color: #CCCCFF;text-decoration: none;}
#footer a:hover{color : #FF6600;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: #980065;
 display: block;
}

.module-tagcloud .module-content{
	margin: 0;
	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;
}
