@charset "utf-8";
/*
Theme Name: SHINGO Katsurayama Ofiicial Fan Club
Theme URI: http://wordpress.org/
Description: 葛山信吾のファンサイト


*/

/*
===== CONTENTS ===========================================

	1: universal reset 
	2: body and base setting
		: general params
		: acronyms and abbreviations styles
	3: link setting
	4: CLEARFIX
	5: EACH MODULE
	6: HEADER
	7: FOOTER
	8: NAVIGATION
	9: MAIN CONTENT

==========================================================
*/


/*
===== 1: universal reset =================================
*/

*{
	margin:0;
	padding:0;
	}

/*
===== 2: body and base setting ===========================
*/

body {
	text-align:center;/* box centering */
	font: normal 1.4 'メイリオ','Meiryo','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Osaka','ＭＳ Ｐゴシック',sans-serif;
	margin: 0;
	padding: 0;
	background: #ccd5df ;
	color:#666;
	font-size: 11px;
	}
	
div#container {
	width:780px;
	margin:0 auto;
	background: #fff;
	}

object {
	background: #000;
}

/* general params
--------------------*/
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	padding: 0;/* margin&padding reset */
	line-height: 1.6;/* base line height */
	text-align: left;
	display: block;
	margin: 0;
	}
	
table {margin : 0;empty-cells: show; font-size:small;}
hr,.areaAnchor,.anchor { display : none; }
img {
	border: none;/* img do not want a border */
	vertical-align: bottom;
	}
	
li {
	list-style: none;
	}/* link do not want a dot */

tr,th,td {
	font-size: 11px;
        padding: 5px; 
	}


/* acronyms and abbreviations styles 
-------------------------------------*/
acronym,abbr{
	cursor:help;
	}

/*
===== 3: form setting ===========================
*/
select{
	padding-right:10;
	}
	
*+html select{
	padding-right:0;
	}/* for IE7&Opera */

* html select{
	padding-right:0;
	}/* for IE6 */　　

/*
===== 3: link setting ===========================
*/
a:link {
	color: #689;
	text-decoration:underline;
	}
	
a:visited {
	color: #689;
	text-decoration: none;
	}
	
a:hover {
	color: #689;
	text-decoration:underline;
	}
	
a:active {
	color: #689;
	}

/*
===== 4: CLEARFIX ==========================================
*/
.clearfix{
    zoom:1;/*for IE 5.5-7*/
}
.clearfix:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
* html .clearfix{
	display:inline-table;
	/*\*/display:block;/**/
}
/*
===== 5: EACH MODULE ==========================================
*/
.pagetop {
	text-align:right;
	padding:1em;
}

/*
===== 6: HEADER ==========================================
*/
#header {
	width: 780px;
	background: #689;
	background: url(images/bg_header.jpg) no-repeat #000;
	}

body#toppage #header {
	background: #689;
	}

#header h1 {
	
	 }	


body#toppage #header h1 {
	 float: left;
	 }
	 
#header ul#hNavi {
	text-align: right;
	margin-right: 5px;
	padding: 5px 0;
	}
	
body#toppage #header ul#hNavi {
	float: right;
	margin-top: 15px;
	margin-right: 5px;
	display: inline;
	}

#header ul#hNavi li {
	margin-bottom: 5px;
	}

#header ul#gNavi {
	clear: both;
	height: 21px;
	padding: 7px 8px 10px;
	background: #000;
	overflow: hidden;
	}
	
#header ul#gNavi li {
	float: left;
	margin-right: 1px;
	}
	
#header ul#gNavi li.last {
	margin-right: 0;
	}
	
	

/*
===== 7: FOOTER ==========================================
*/
#footer {
	clear: both;
	padding: 5px;
	background: #689;
	border-bottom: 3px solid #fff;
	font-size: 10px;
	color: #fff;
	}
	
#footer ul {
	text-align: right;
	}
	
#footer ul li {
	display: inline;
	padding: 0 0.5em;
	border-right: 1px solid #fff;
	}
	
#footer ul li.last {
	padding-right: 0;
	border-right: none;
	}
	
#footer a:link {
	color: #fff;
	text-decoration: none;
	}
	
#footer a:visited {
	color: #fff;
	text-decoration: none;
	}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
	}
	
#footer p#copyright {
	text-align: right;
	}
/*
===== 8: NAVIGATION ======================================
*/
.single-column #nav {
	display:none;
	}

.two-column #nav {
	float:left;
	width:180px;
	padding: 10px;
	background: #000;
	overflow: hidden;
	}

#nav h4,
#nav li.cat-item-11,
#nav li.cat-item-13 {
	background: #689;
	margin: 5px 0;
	padding: 5px;
	color: #fff;
	font-size: 14px;

	font-weight: bold;
	}

#nav li.cat-item-11,
#nav li.cat-item-13 {
	margin: 15px 0 5px;
	}	


#nav ul {
	margin: 0 0 20px;
	}

#nav li {	
	color: #ccc;	
	}
	
#nav ul.news li {
	margin-left: 1em;
	}

#nav li a:link {
	color: #ccc;
	text-decoration: none;
	}

#nav li a:hover {
	color: #ccc;
	text-decoration: underline;
	}
	
#nav h4 a:link,
#nav li.cat-item-11 a:link,
#nav li.cat-item-13 a:link,
#nav h4 a:visited,
#nav li.cat-item-11 a:visited,
#nav li.cat-item-13 a:visited {
	color: #fff;
	}


/*
===== 9: MAIN CONTENT ====================================
*/
#content {
	overflow: hidden;
	}
	
.two-column {
	background: url(images/bg_contents.gif) repeat-y;
	overflow: hidden;
	}

.entry {
	padding: 10px 20px;
	}

.two-column .entry {
	float:right;
	width:540px;
	}

body#toppage #main {
	padding: 0 10px 15px;
	background: #000;
	}

body#toppage #main p#mainimg {
	margin-bottom: 15px;
	}
	
body#toppage #main h2 {
	float: left;
	margin: 0 2px;
	}
	
body#toppage #main ul#news {
	float: left;
	margin-left: 25px;
	}
	
body#toppage #main ul#news li,
body#toppage #main ul#news li a:link {
	list-style: disc;
	color: #ccc;
	}
	
body#toppage #main ul#news li#more {
	list-style: none;
	}
	

body#toppage #main p#bnr {
	float: right;
	}
	
#content ul.pankuzu {
	margin-bottom: 15px;
	}
	
#content ul.pankuzu li {
	display: inline;
	color: #ccc;
	}
	
#content h2 {
	height: 50px;
	margin-bottom: 10px;
	padding: 10px 20px;
	background: url(images/bg_title.jpg) no-repeat right;
	font-size: 16px;
	color: #666;
	}
	
#content h3 {
	margin-bottom: 15px;
	padding: 0 5px;
	border-left: 3px solid #689;
	color: #666;
	}
	
#content p {
	clear: both;
	}
	
#content .entry ul {
	margin: 10px 30px;
	}

#content .entry ul li {
	margin-bottom: 5px;
	padding: 0 5px;
	list-style: square;
	}

#content .entryList {	
	margin: 10px 0;
	border: 1px solid #000;
overflow:hidden;
	}
	
#content .entryList a:link {
	color: #ccc;
	}

#content .entryList h2 {
	background: #689;
	margin: 0;
	padding: 10px;
	color: #ccc;
	font-size: 14px;
	}
	
#content .entryList h3 {
	background: #689;
	padding: 10px;
	color: #ccc;
	font-size: 14px;
	}

#content .entryList h3 span {
	float: right;
margin-top: -20px;
padding-right: 3px;
	font-size: 12px;
	font-weight: normal;
	}
	
#content .entryList p {
clear: both;
	padding: 10px;
	}
	
#content .entryList p.more {
	padding: 5px;
	text-align: right;
	}

#content .entryList ul {
	margin: 10px;
	}

#content .entryList ul li {
	list-style: none;
	}
	



