/*
	GontCSS v1.0
	http://gont.net/

	This theme was designed and built by GontDo.
	The CSS, XHTML and design is released under GPL:

*/

/* Reset
-------------------------------------------------------------------*/
* { padding: 0; margin: 0; }

ul, ol { list-style: none; list-style-position: inside; }
ol ol, ul ul, ol ul, ul ol { margin-left: 10px; margin-bottom: 0; }
img { border: none; }


/* Body
-------------------------------------------------------------------*/
body { 
	font: 12px/18px;
	color: #001524; 
	background: #fafafa url(images/bg.gif);
font-family: 'MS P ゴシック','ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro , Osaka, "Lucida Grande", Verdana, Helvetica, Arial, Geneva, sans-serif;
line-height: 1.2; 
}

* html body { /* for IE6 */  
	text-align:center;    /*IE6のbody内センタリング指定*/ 
}

h1, h2, h3, h4, h5,h6 { font-family: "Trebuchet MS", Helvetica, Arial, Geneva, Sans-Serif; font-weight: normal; color: #333;line-height: 1.2; }
h1 { font-size: 150%; margin-bottom: 10px; }
h2 { font-size: 140%; margin-bottom: 7px; }
h3 { font-size: 130%; margin-bottom: 5px; }
h4 { font-size: 120%; margin-bottom: 5px; }
h5 { font-size: 110%; margin-bottom: 5px; }
h6 { font-size: 106%; margin-bottom: 5px; }

h1 span { color: #999; }

a { color: #002C4D; text-decoration: none; }
a:hover { background: #D4FFFF; text-decoration: underline; }
a:visited { color: #004870; }

p { margin-bottom: 10px; }

input, textarea { font: 10px Verdana, Helvetica, Arial, Geneva, sans-serif; }

blockquote { 
	font: italic 14px/22px Georgia, Serif; 
	padding: 5px 10px;
	margin-bottom: 20px;
	background: #eef3f7; 
}



/* Container
-------------------------------------------------------------------*/
#container { 
	width: 900px; 
	padding-bottom: 10px; 
	margin: 0px auto 20px auto;
	overflow: hidden; 
    text-align:left;    /**IE6のbodyでのセンタリングを解除*/ 
}
/*IE6 Hack*/
*html body #container { 
	width: 900px; 
	padding-bottom: 10px; 
	margin: 20px auto 20px auto;
	overflow: hidden; 
}

#container #wrapper { 
	width: 900px; 
	float: left; 
	overflow: hidden; 
	background: #d6ded4 url(images/sidebar-bg2.gif) repeat-y top right; 
}



/* Header
-------------------------------------------------------------------*/
#header { 
	width: 900px; 
/*	height: 53px; */
	height: 107px; 
	float: left; 
	background: #fafafa url(images/header-bg.gif) no-repeat top left; 
	position: relative; 
}
#header h1 { 
	font: 24px Verdana;
	padding: 12px 0 0 15px; 
	margin-bottom: 0; 
	color: #333; 
}
#header h1 a { 
	color: #333; 
	text-shadow: 1px 1px 1px #fff; 
	text-decoration: none; 
}
#header h1 span { 
	padding-left: 10px; 
	font-size: 11px; 
	color: #777; 
}



/* Search
-------------------------------------------------------------------*/
#search {
	position: absolute;
	top: 20px; 
	right: 10px;
}
* html body #search {
	position: absolute;
	top: 10px; 
	right: 40px;
}
#search #s { 
	width: 170px;
	height: 14px;
	padding: 5px 0 5px 23px;
	vertical-align: bottom;
	line-height: 1px;
	font: normal 10px Verdana, Sans-Serif;
	color: #777;
	border: 0;
	background: #fafafa url(images/search-bg.gif) no-repeat;
}

* html body #search #s {
	margin-top: -1px;
	width: 193px;
	height: 24px;
	padding: 5px 0 5px 20px;
	vertical-align: bottom;
	font: normal 10px Verdana, Sans-Serif;
	color: #777;
	border: 0;
	background: #fafafa url(images/search-bg.gif) no-repeat;
}


/* Navigation
-------------------------------------------------------------------*/
#nav { 
	width: 900px;
	float: left; 
/*	height: 32px; */
	margin-top:0px;
	height: 32px;
	background: #fafafa url(images/nav-bg2.gif) top left repeat-x; 
	position: relative; 
}


#feed {  
	position: absolute; 
	right: 15px; 
	top: 7px;
	font-weight: bold;
	color: #555;
	text-decoration: none;
	padding: 0 0 0 20px;
	display: block; 
	text-shadow: 1px 1px 1px #fff; 
	background: url(images/feed.gif) no-repeat 0 3px; 
}

#pkz {  
	position: absolute; 
	right: 15px; 
	top: 7px;
	font-weight: bold;
	color: #555;
	text-decoration: none;
	padding: 0 0 0 20px;
	display: block; 
	text-shadow: 1px 1px 1px #fff; 
/*	background: url(images/feed.gif) no-repeat 0 3px; */
}


/* Content
-------------------------------------------------------------------*/
#content { 
	width: 670px; 
	float: left; 
	padding: 15px; 
	background: #fff; 
}

#content .post { 
	margin-bottom: 40px; 
	display: block;
}
#content .post h1.post-title { 
	color: #333;
	background: url(images/post.gif) no-repeat 0 6px; 
	padding-left: 23px;
}
#content .post h1.post-title a { 
	text-decoration: none;
	color: #333;
}

#content .post .post-info { 
	clear: both; 
	font-size: 90%; 
	color: #777; 
	padding: 3px 5px 3px 5px; 
	margin-bottom: 20px; 
	border-top: 1px solid #bdccdc; 
	border-bottom: 1px solid #bdccdc; 
	background: #FDE9D6; 
}

#content .post .post-info a { color: #333; text-decoration:none; }
#content .post .post-info a:hover { color: #555; text-decoration:none; }

/*
#content #pages { text-align: center; }
#content #pages a { font: bold 20px "Trebuchet MS"; color: #414d4c; text-decoration: none; }
#content #pages a:hover { color: #1e2726; }

#content ul, ol, dl { margin-bottom: 20px; }
#content ul { 
	list-style: disc;
	list-style-position: inside; 
}
#content ol { 
	list-style: decimal; 
	list-style-position: inside; 
}
#content dl dt { 
	font-weight: bold;
}
#content dl dd { 
	font-style: italic;
	margin: 0 0 5px 20px;
	color: #555;
}
*/
.aligncenter { margin-left: auto; margin-right: auto; }
.alignleft { float: left; margin: 5px 15px 10px 0; }
.alignright { float: right; margin: 5px 0 10px 15px; }




#content dl, dt, dd {
	margin: 0;
	padding: 0;
	}

#content dt {
	padding: 10px 5px 0;
	font-weight: bold;
	line-height: 1.5em;
	}

#content dd {
	margin-top: -2.3em;
	padding: 10px 0 10px 160px;
border-bottom: 1px dotted #ccc;
	line-height: 1.5em;
	}

.ctt1 {
margin: 0;
padding: 10px 0;
border-top: 1px dotted #ccc;
border-bottom: 1px dotted #ccc;
display: block;
 min-height: 150px;
 height: auto !important;
 height: 150px;
}

.ctt2 {
margin: 0;
padding: 0 0 0 4px;
border-right: 1px dotted #ccc;
height:100px;
width:110px;
float:left;
}

.ctt3 {
margin-left: 92px;
padding: 0 0 0 40px;
height:100px;
width:auto;
 min-height: 100px;
 height: auto !important;
 height: 100px;
}

/* Comment Form
-------------------------------------------------------------------*/
#commentform { 
	background: #fafafa; 
	border: 5px solid #def7f8; 
	padding: 10px; 
	color: #555; 
}
#commentform p { margin-bottom: 7px; }
#commentform textarea { 
	width: 630px; 
	border: 1px solid #aaa; 
	height: 120px;
}
#commentform input.text { 
	width: 150px; 
	border: 1px solid #aaa; 
	margin-right: 10px; 
	padding: 3px 3px; 
}
#commentform input#submit { padding: 3px 10px; }



/* Comments
-------------------------------------------------------------------*/
#comments .comment { 
	width: 670px;
	background: #def7f8; 
	margin-bottom: 10px; 
	overflow: hidden; 
	padding-bottom: 5px; 
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#comments .comment .comment-avatar { 
	width: 50px; 
	float: left; 
	padding: 5px 7px; 
}

#comments .comment .comment-content { 
	width: 570px;
	float: left; 
	padding: 10px 15px; 
	margin: 5px 5px 0 0; 
	background: #fafafa ; 
}
#comments .comment .comment-content a { color: #444; }

#comments .comment .comment-info { 
	font-size: 11px;
	color: #777;
	margin-bottom: 5px; 
}
#comments .comment .comment-info span {
	font: bold 20px "Trebuchet MS", Helvetica, Arial, Geneva;  	
	padding-right: 10px; 
	margin-bottom: 5px;
}
#comments .comment .comment-info a { 
	color: #444; 
	text-decoration: none;
}



/* Sidebar
-------------------------------------------------------------------*/
#sidebar { 
	width: 200px; 
	float: left; 
	font-size: 90%; 
/*	color: #555;*/ 
	margin-bottom: 15px;
}
#sidebar h3 { 
	font: bold 12px Verdana; 
/*	color: #333; */
}

/*#sidebar a { color: #333; text-decoration: none; }
#sidebar a:hover { color: #777; }*/

#sidebar .block { 
	padding: 15px; 
	overflow: hidden;
	background: url(images/sidebar-block-bg.gif) no-repeat bottom center; 
}
#sidebar .block ul li { 
	padding-left: 22px; 
	background: url(images/arrow.gif) no-repeat 0px 3px; 
}

/*IE6 Hack*/
*html body #sidebar .block { 
	margin-left: 32px;
	padding: 15px; 
	overflow: hidden;
	background: url(images/sidebar-block-bg.gif) no-repeat bottom right; 
}
*html body #sidebar .block ul li {
	margin-left: -8px;
	padding-left: 0px; 
	list-style-position: inside;
}


/* Calendar */
#sidebar .block #calendar_wrap .pad { background: none; }
#sidebar .block #calendar_wrap #prev { background: none; }
#sidebar .block #calendar_wrap #next { background: none; }
#sidebar .block #calendar_wrap table { width: 100%; margin: 0;padding: 0;}
#sidebar .block #calendar_wrap table th { width: 14.2%; }
#sidebar .block #calendar_wrap table td { width: 14.2%; background: #fafafa; text-align: center; color: #888; }
#sidebar .block #calendar_wrap table td a { font-weight: bold; }



/* Footer
-------------------------------------------------------------------*/
#footer {
	width: 900px;
	height: 60px;
	float: left;
	clear: both;  
	position: relative;
	background: #fafafa url(images/footer-bg.gif) no-repeat bottom left; 
}
#footer a#theme-author { 
	position: absolute; 
	top: 0px; 
	right: 0px; 
	display: block; 
	height: 28px; 
	width: 130px; 
}
#footer p { 
	line-height: 28px; 
	color: #333; 
	padding-left: 15px; 
	font-size: 11px; 
	margin: 0; 
}
#footer a { 
	color: #555;
	text-decoration: underline;
}


div.menu {
	margin:0px 0px 0px 0px;
}

div.menu ul {
	margin:0px 0px 0px 0px;
}

div.menu ul li {
	display: inline; 
	margin:0px 0px 0px 0px;
	padding: 6px 0px 6px 0px 
}

div.menu a {
	margin:0px 0px 0px 0px;
	color: #004870;
}

div.menu ul li a {
	margin:0px 0px 0px 0px;
	padding: 6px 12px 3px 12px ;
	background-color: #DDF0F3;
	font-weight: bold; 
	text-shadow: 1px 1px 1px #fff; 
	text-decoration: none; 
	color: #004870; 
	line-height: 33px; 
}

div.menu ul li a:hover, div.menu ul li.current_page_item a {
	margin:0px 0px 0px 0px;
	padding: 6px 12px 5px 12px ;
	background-color: #ffffff;
	color: #7D0F1C; 
	line-height: 38px; 
}




/* dock - top */
#dock {
	z-index: 101;
	margin-top: 0px; 
	margin-left: 60px;
	display:block;
}
/* IE6 Hack*/
*html body div#dock {
	z-index: 101; 
	margin-top: 0px; 
	margin-left: 40px;
	display:block;
}
#dock2 {
z-index: 102; 
	margin-top: 8px; 
	margin-left: 160px;
float:left;
	display:block;
}
/*	IE6 Hack*/
*html body div#dock2 {
	z-index: 102; 
	margin-top: 8px; 
	margin-left: 120px;
float:left;
	display:block;
}
#dock3 {
	z-index: 103; 
	margin-top: 8px; 
	margin-left: 160px;
float:left;
	display:block;
}
/*	IE6 Hack*/
*html body div#dock3 {
	z-index: 103; 
	margin-top: 8px; 
	margin-left: 120px;
float:left;
	display:block;
}
#dock4 {
	z-index: 104; 
	margin-top: 8px; 
	margin-left: 160px;
float:left;
	display:block;
}
/*	IE6 Hack*/
*html body div#dock4 {
	z-index: 104;
	margin-top: 8px; 
	margin-left: 120px;
float:left;
	display:block;
}
#dock5 {
	z-index: 105; 
	margin-top: 8px; 
	margin-left: 160px;
float:left;
	display:block;
}
/*	IE6 Hack*/
*html body div#dock5 {
	z-index: 105;
	margin-top: 8px; 
	margin-left: 120px;
float:left;
	display:block;
}

.dock {
	position: relative;
	display:block;
/*	height: 1px; */
/*	text-align: center;*/
}

/*	IE6 Hack*/
*html body div.dock-container {
	margin-left:0px;
	position: absolute;
	display:block;
}
.dock-container {
	margin-left:80px;
	position: absolute;
	display:block;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #000;
	background: none;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 0px 0px 0px;
	width: 100%; 
/*	width: 80px; */
}
a.dock-item span {
	display: none; 
	padding-left: 6px;
	color: #fff;
	text-decoration: none;
	background: #fff;
	text-decoration: none;
}

.dock-container a:hover{
	text-decoration: none;
}

.dock-container a:visited{
	text-decoration: none;
	background: #D4FFFF;
}

		#prevLink, #nextLink { background: transparent url("common/plugins/gp-lightbox2/images/blank.gif") no-repeat; }
		#prevLink:hover, #prevLink:visited:hover { background: url("common/plugins/gp-lightbox2/images/prevlabel.gif") left 15% no-repeat; }
		#nextLink:hover, #nextLink:visited:hover { background: url("common/plugins/gp-lightbox2/images/nextlabel.gif") right 15% no-repeat; }

.seigohyo {
width:300px;
border:solid 1px #adc6e8;
text-align:left;
padding:0 4px 0 0;
}

.teisei {
float:right;
background-color:#C5E8E0;
border:solid 1px #4C8C7D;
padding:0 4px 0 0;
}

.netbookstore_book {
	font-family: verdana, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #C94268;
	background-color: #FFDEE8;
padding:0 4px 0 0;
	margin: 0px;
	border:1px solid #C94268;

}

.netbookstore_book_t {
	font-family: verdana, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #ffffff;
	background-color: #C94268;
	padding:0px;
	margin: 0px;

}



.netbookstore a{
	font-family: verdana, sans-serif;
	font-size: 12px;
	font-weight:bold;
	line-height:17px;
	color: white;
	background-color: #E68022;
/*	background-color: #ff8c66;*/
	border-left:1px solid #ccf;
	border-top:1px solid #ccf;
	border-right:1px solid #55a;
	border-bottom:1px solid #55a;
	padding:0px 2px 0px 2px;
	margin:0px;
}

.netbookstore a:active,
.netbookstore a:hover {
	font-family: verdana, sans-serif;
	font-size: 12px;
	font-weight:bold;
	line-height:17px;
	color: white;
	background-color: orange;
	border-left:1px solid #ccf;
	border-top:1px solid #ccf;
	border-right:1px solid #55a;
	border-bottom:1px solid #55a;
	padding:0px 2px 0px 2px;
	margin:0px;
}

.t10{font-size:10px;
	color:#28165d;
	line-height:150%;
}

.t11{font-size:11px;
	color:#28165d;
	background:#b0e0e6;
	font-weight: bold; 
	line-height:200%;
	padding: 1px 4px 1px 4px;
}


.t12{font-size:12px;
	color:#4C8C7D;
	border:1px solid #4C8C7D;
	font-family:ＭＳゴシック,Osaka;
	font-weight: bold; 
	line-height:220%;
	padding: 2px 10px 2px 10px;
}


.t14{font-size:14px;
	color:#ffffff;
	font-family:ＭＳゴシック,Osaka;
	background:#4C8C7D;
	letter-spacing:2px;
	font-weight: bold; 
	line-height:200%;
}

.tspec{
color:#F9BB59; font-weight:bold; width:100px; text-align:right; background:#ffffff; font-size:10px;border:1px solid #F9BB59;
}

.tleft1{
font-size:10px;
letter-spacing:2px;
width:100px;
padding:4px 10px 4px 10px;
text-align:right;
text-valign:middle;
background:#FDE9D6;
}
.tright1{
font-size:12px;
font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, monospace ,arial, sans-serif;
width:410px;
padding:4px 10px 4px 10px;
text-align:left;
text-valign:middle;
background:#fff;
}

/*ノンブル前の横三角用*/
.nb {color:Lightslategray; font-size:9px; }

