@charset "utf-8";
/* CSS Document */

* {margin:0; padding:0;}

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "MS Pゴシック", "MS P Gothic", Helvetica, Arial, sans-serif;
	margin:0;
	padding:0;
	text-align:center;
	font-size:80%;
	background:url(img/bg_body.jpg) repeat-x;
}

a {color:#D63D38;}
a:hover {color:#000;}

img {border:0;}


/*container----------------------------------------*/
#container {
	width:900px;
	margin:0 auto;
	text-align:left;
}


/*header-------------------------------------------*/
#header {
	width:900px;
	height:100px;
	margin:0 0 50px 0;
}
#header h1 {
	float:left;
}
#header h1 a {
	display:block;
	text-indent:-9999px;
	background:url(img/logo.jpg) no-repeat;
	width:150px;
	height:60px;
	margin-top:20px;
}


/*gads---------------------------------------------*/
#gads {
	float:right;
	margin:5px 0 0 0;
}

/*left---------------------------------------------*/
#left {
	width:630px;
	float:left;
}
#left h2.h2_title {
	font-size:1.4em;
	color:#ff0033;
}

/*pager--------------------------------------------*/
#pager {
	text-align:center;
	padding:3px;
}
#pager a {
	text-decoration:none;
}
.current_page {
	padding:2px;
	border:1px solid #ff0033;
	background:#333;
	color:#fff;
}
.link_page {
	padding:2px;
	border:1px solid #ccc;
}
.link_page:hover {
	background:#ccc;
}


/*entry--------------------------------------------*/
.entry {
	width:630px;
	background:url(img/entry_body.jpg) repeat-y;
	margin:0 0 60px 0;
}
.entry h2 {
	margin:0;
	background:url(img/entry_header.jpg) top left no-repeat;
	font-size:1.2em;
	padding:10px 0 0 20px;
	height:50px;
}
.entry h2 a {
	color:#fff;
	text-decoration:none;
}
.entry h3 {
	margin:0;
	background:url(img/entry_header.jpg) top left no-repeat;
	font-size:1.2em;
	padding:10px 0 0 20px;
	height:50px;
}
.entry h3 a {
	color:#fff;
	text-decoration:none;
}
.entry p {
	margin:5px 25px 15px 25px;
	line-height:1.5em;
}
.entry ul {
	margin:5px 25px 15px 40px;
}
.entry_footer {
	background:url(img/entry_footer.jpg) bottom left no-repeat;
	margin:20px 0 0 0;
	padding:20px 0 10px 0;
}
.entry_footer p {
	text-align:right;
	margin:5px 10px 0 0;
}
.asset-meta {
	text-align:right;
	padding:0 10px 3px 0;
	font-size:0.8em;
	margin-bottom:20px;
}


/*trackbacks---------------------------------------*/
#trackbacks {
	width:570px;
	margin:20px auto;
	background:url(img/bg_other.jpg);
	padding:10px;
	border:3px solid #eee;
}
#trackbacks h4 {
	color:#ccc;
	font-size:2em;
}


/*comments---------------------------------------*/
#comments {
	width:570px;
	margin:20px auto;
	background:url(img/bg_other.jpg);
	padding:10px;
	border:3px solid #eee;
}
#comments h4 {
	color:#ccc;
	font-size:2em;
}
#comments .asset-meta {
	text-align:left;
	margin:10px 0 0 0;
	border:1px solid #ccc;
	padding:3px;
	background:#fff;
}

#comment-form-name label, #comment-form-email label, #comment-form-url label, #comments-open-text label {
	display:block;
	padding:3px 0 0 3px;
	border-left:3px solid #ccc;
	margin-top:4px;
}


/*right--------------------------------------------*/
#right {
	width:240px;
	float:right;
}


/*widget-------------------------------------------*/
.widget {
	margin:0 0 20px 0;
	color:#666;
}
.widget h3 {
	color:#ff0033;
	font-size:1em;
	clear:both;
}
.widget a {
	color:#666;
	text-decoration:none;
}
.widget a:hover {
	color:#ff0033;
}
.widget table {
	width:200px;
	margin:0 auto;
	border-collapse:collapse;

}
.widget table th, .widget table td {
	border:1px solid #eee;
	text-align:center;
	font-weight:normal;
}
.widget table td:hover {
	background:#333;
	color:#fff;
}
.widget table a {
	color:#ff0033;
}
.widget table a:hover {
	color:#333;
}
.widget ul {
	list-style:none;
	margin-left:10px;
}
.widget ul.item_list li {
	display:table-cell;
	float:left;
	margin:5px;
	overflow:hidden;
	width:90px;
	height:90px;
	border:2px solid #ccc;
}
.widget ul.item_list li:hover {
	border:2px solid #ff0033;
}

/*footer-------------------------------------------*/
#footer {
padding-top:15px;
padding-bottom:15px;
clear:both;
}
#footer p {
font-size:0.8em;
text-align:center;
}

/*lightbox----------------------------------------*/
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}