@charset "UTF-8";

/* ----- すべての要素 ----- */

*
{
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
}


/* ----- float解除 ----- */

div.clear
{
	clear:both;
}

div.clear hr
{
	color: #CCCCCC;
	height: 1px;
	width: 920px;}


/* ----- リンク ----- */

a
{
	color:#339900;
	background:#ffffff;
	text-decoration:none;
}

a:hover
{
	color:#339900;
	background:#ffffff;
	text-decoration:underline;
}


/* ----- body ----- */

body
{
	background:#FFFFFF url(../images/back_gallery.jpg) no-repeat fixed center top;
	text-align:center;
}


/* ----- ブログ全体 ----- */

div#main-container
{
	width:920px;
	color:#666666;
	background:#ffffff;
	margin:0 auto;
	text-align:left;
	border-top: 1px none #000000;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px none #000000;
	border-left: 1px solid #CCCCCC;
}


/* ----- バナー部分 ----- */

div#banner
{
	background:#ffffff;
	padding:0px;
	text-align:center;
}

div#banner h1.blog-name
{
	font-size:180%;
	font-weight:bold;
	margin:0 0 5px 0;
}

div#banner h1.blog-name a
{
	color:#ffffff;
	background:#999999;
	text-decoration:none;
}

div#banner h1.blog-name a:hover
{
	text-decoration:underline;
}

div#banner h2.blog-description
{
	font-size:80%;
	color:#ffffff;
	background:#999999;
	font-weight:normal;
}


/* ----- コンテンツ全体 ----- */

div#container
{
	width:610px;
	float:right;
}


/* ----- エントリー全体 ----- */

div.content
{
	padding:0px 40px 0px 0px;
}


/* ----- アーカイブナビゲーション ----- */

div.content p.navi-link
{
	font-size:80%;
	margin:0 0 10px 0;
	text-align: center;
}


/* ----- アーカイブタイトル ----- */

div.content h2#archive-title
{
	margin:0 0 20px 0;
}


/* ----- エントリー日付 ----- */

div.content p.entry-date
{
	font-size:60%;
	color:#333333;
	line-height:100%;
	padding:3px;
	margin:0 0 0 0;
}


/* ----- エントリータイトル ----- */

div.entry-content h2.entry-title
{
	margin:0 0 20px 0;
}

div.entry-content h2.entry-title a
{
	color:#333333;
	background:#ffffff;
	text-decoration:none;
}

div.entry-content h2.entry-title a:hover
{
	text-decoration:underline;
}


/* ----- エントリー ----- */

div.entry
{
	margin:0 0 30px 0;
}

div.entry-content p
{
	font-size:80%;
	line-height:150%;
	margin:0 0 10px 0;
}

div.entry-content blockquote
{
	font-size:80%;
	line-height:150%;
	padding:10px;
	border:dotted 1px #cccccc;
	margin:20px 0;
}

div.entry-body ul,
div.entry-body ol
{
	padding:0 0 0 20px;
	margin:0 0 10px 0;
}

div.entry-body ul li,
div.entry-body ol li
{
	font-size:80%;
	margin:0 0 3px 0;
}
div.entry-body img
{
	border: none;
}

div.entry-body div#title-photo 
{
	float: left;
	width :200px;
	padding:0 20px 20px 0;
}
div.entry-body div#gallery-text 
{
	float: right;
	width :350px;
	padding:0 0 20px 0;
}
div.entry-body div#gallery-photo 
{
	clear: both;
}
div.entry-body div#gallery-photo a 
{
	display: block;
	float :left;
	padding:0 0 20px 20px;
}
/* ----- タグ ----- */

div.entry-tags
{
	margin:0 0 20px 0;
}

div.entry-tags h3.entry-tags-header
{
	font-size:80%;
	font-weight:normal;
	color:#ffffff;
	background:#aaaaaa;
	padding:3px;
	margin:0 0 5px 0;
}

div.entry-tags ul
{
	list-style:none;
}

div.entry-tags ul li
{
	display:inline;
	font-size:80%;
	margin:0 10px 0 0;
}


/* ----- エントリー情報 ----- */

div.entry ul.entry-info,
div.search-results-container ul.entry-info
{
	list-style:none;
	border-top:1px solid #cccccc;
	padding:3px 0 0 0;
	line-height:130%;
}

div.entry ul.entry-info li,
div.search-results-container ul.entry-info li
{
	display:inline;
	font-size:80%;
	margin:0 10px 0 0;
}


/* ----- サイドバー ----- */

div#sidebar-left
{
	width:280px;
	float:left;
	clear:left;
}

div#sidebar-right
{
	width:200px;
	float: right;
	clear: right;
}

div.sidebar-inner
{
	padding:0px 40px;
}


/* ----- サイドバータイトル ----- */

div.sidebar-inner h3
{
	font-size:80%;
	font-weight:normal;
	color:#666666;
	background:#efefef;
	padding:3px;
	text-align:center;
	margin:0 0 5px 0;
}

div.sidebar-inner h3 a
{
	color:#0099cc;
	background:#efefef;
}


/* ----- カテゴリー一覧 ----- */

div.category-archives
{
	margin:0 0 20px 0;
}

div.category-archives ul
{
	font-size:80%;
	list-style:none;
	margin:0 0 0 5px;
}

div.category-archives ul li
{
	line-height:140%;
}

/* ----- 新着記事一覧 ----- */

div.recent-entry
{
	margin:0 0 20px 0;
	border-top:1px solid #CCCCCC;	
}

div.recent-entry ol
{
	list-style:none;
}

div.recent-entry ol li
{
	font-size:80%;
	border-bottom:1px solid #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family:"Century Gothic";
}
div.recent-entry ol li a
{
	display: block;
}


/* ----- バックナンバー一覧 ----- */

div.monthly-archives
{
	margin:0 0 20px 0;
}

div.monthly-archives ol
{
	list-style:none;
}

div.monthly-archives ol li
{
	font-size:80%;
	margin:0 0 5px 0;
}

/* ----- システムテンプレート ----- */

body.one-column div#container
{
	width:auto;
	margin:0 40px;
	float:none;
}

/*-----スタイルシート：カレンダー----*/

#calendar {
	line-height: 140%;
	color: #003300;
	font-family: Verdana, Arial, sans-serif;
	padding: 0px;
	text-align: center;
	margin-bottom: 5px;
	}

#calendar table {
	font-size: 60%;
	padding: 5px;
	border-collapse: collapse;
	border: 0px;
	width: 200px;
	height: 150px;
	}

#calendar caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #333333;
	text-align: center;
	background-color: #ffffff;
	padding-top: 2px;
	padding-bottom: 5px;
	}

#calendar th {
	text-align: center;
	font-weight: normal;
	color: #666666;
	}

#calendar .sunday {
color: #FF0000;
}

#calendar .saturday {
	color: #0000FF;
}

#calendar td { text-align: center; }

#calendar a:link {
	text-decoration: none;
	background-color: #CCCCCC;
                }

#calendar a:link:hover {
	text-decoration: underline;
	color: #ff3300;
                }

/*----スタイルシート：カレンダー----*/

/*----footer----*/

div.footer p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	letter-spacing: 0.1em;
}
div.footer p a
{
	color:#666666;
	background:#ffffff;
	text-decoration:none;
}

div.footer p a:hover
{
	color:#666666;
	background:#ffffff;
	text-decoration:underline;
}
