/*
Theme Name: ORIGINAL
Description: オリジナルテーマ
Author: Makoto
*/


/* ================== リセット ================== */
*	{
	margin: 0;
	padding: 0;
}

html, body, div, span, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address,
img, em, ul, ol, li, dl, dt, dd,
table, thead, tbody, tfoot, tr, th, td,
form, fieldset, label {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-style: normal;    /* 斜体を通常体に */
	font-weight: normal;    /* 太字を普通字に */
	vertical-align: bottom;
	list-style: none;    /* リストマークを消去 */
}

table {
	border-collapse: collapse;
	border-spacing: 0;	
}

html {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino kaku Gothic Pro",
		"メイリオ", "Meiryo",
		Osaka, 
		"ＭＳ Ｐゴシック", "MS P Gothic",
		Helvetica, Arial, sans-serif;
	line-height: 1.0em;
	color: #222222;
}

a {
	text-decoration: none;
	color: #ABABAB;
}

/* ================== 基本スタイル ================== */
body {
	background: url(images/body_bg.gif);
	color: #EFEFEF;	
}

/* #container部分======================================================== */
#container {
	width: 960px;
	margin: 20px auto 0;
	overflow: hidden;
}

/* #nav部分=================================== */
#container #nav {
	height: 50px;
	border-top: #EFEFEF solid 1px;
	background: url(images/nav_bg.jpg) no-repeat;
	overflow: hidden;
}

#nav ul {
	margin: 12px auto 12px 30px;
	overflow: hidden;
}

#nav ul li {
	float: left;
	margin-right: 44px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 1.2em;
}

#nav ul li a {
	color: #EFEFEF;
}

#nav ul li a:hover {
	color: #A3AEB8; 
}

/* #main部分================================== */
#container #main {
	padding-top: 30px;
	border-top: #EFEFEF solid 1px;
}

#container #main p {
	font-size: 16px;
}

#container #main #new {
	margin-top: 30px;
}

#container #main #new p {
	font-size: 18px;
}

#container #main #new #newbox {
	margin-top: 14px;
}

#container #main #new #newbox a:hover {
	color: #767676;
}
#container #main #new #newbox dl.feed {
	overflow: hidden; 
}

#container #main #new #newbox dl.feed dt {
	clear: left;
	float: left;
	margin-bottom: 5px;
	overflow: hidden;
}

#container #main #new #newbox dl.feed dd.cat ul li a {
	color: #00CCCC;
}

#container #main #new #newbox dl.feed dd.cat ul li a:hover {
	color: #44EEEE;
}

#container #main #new #newbox dl.feed dd {
	float: left;
	margin-left: 10px;
	margin-bottom: 5px;
}

/* #footer部分================================ */
#container #footer {
	margin-top: 40px;
	padding-top: 12px;
	background: url(images/footer_bg.jpg) no-repeat 0 100%;
	border-top: #EFEFEF solid 1px;
	overflow: hidden;
}

#footer h2 {
	font-size: 16px;	
}

/* #profile部分 */
#footer #profile {
	float: left;
	width: 305px;
	margin-right: 40px;
}

#footer #profile #probox {
	padding-top: 12px;
	overflow: hidden;
}

#footer #profile #probox p#pro_img {
	float: left;
}

#footer #profile #probox p#pro_par {
	float: right;
	width: 195px;
	margin-left: 20px;
	font-size: 13px;
	line-height: 1.6em;	
}

/* #photo部分 */
#footer #photo {
	float: left;
	width: 240px;
	margin-right: 30px;
}

#footer #photo #phobox {
	padding-top: 12px;
	overflow: hidden;
}

#footer #photo #phobox ul {
	overflow: hidden;
}

#footer #photo #phobox ul li {
	background: #EFEFEF;
	float: left;
	margin: 0 10px 10px 0;
}

#footer #photo #phobox ul li a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;	
}

/* #twitter部分 */
#footer #twitter {
	float: left;
	width: 325px;
}

#footer #twitter #twibox {
	padding-top: 12px;
}

#footer #twitter #twibox ul li {
	margin-bottom: 9px;
	padding-bottom: 9px;
	border-bottom: #EFEFEF solid 1px;
	font-size: 12px;
	line-height: 1.4em;	
}

#footer #twitter #twibox ul li:last-of-type {
	border: none;	
}

#footer #twitter #twibox ul li a:hover {
	color: #767676;
}
/* #copyright部分======================================================== */
#copyright {
	margin-top: 9px;
	padding-top: 9px;
	padding-bottom: 9px;
	border-top: #EFEFEF solid 1px;
}

#copyright p {
	font-size: 12px;	
	text-align: center;
}

/* Webページ部分============================================================= */

#container #main h1 {
	font-size: 40px;
	line-height: 1.2em;	
	font-family: Georgia, "Times New Roman", Times, serif;
}

.post {
	width: 960px;
	margin-top: 35px;
	overflow: hidden;	
}

.postimage {
	float: left;
	width: 300px;
	margin-right: 30px;
	border: #aaaaaa solid 1px;	
}

.category-web .postimage {
	height: 120px;
	background: #EFEFEF;
	overflow: hidden;
}

.category-web .postimage a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;	
}

.postinfo {
	float: left;
	width: 600px
}

.postinfo h2 {
	margin-bottom: 8px;
	font-size: 20px;
	line-height: 1em;
}

.postinfo h2 a {
	color: #21BABA;
}

.postinfo h2 a:hover {
	color: #44EEEE
}

#container #main .postinfo p {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.6em;
}

#container #main .postinfo p.address a:hover {
	color: #767676;
}

.postinfo ul li {
	margin-bottom: 3px;
	font-size: 12px;
}

.single-post .postimage {
	width: 450px;
}

.single-post .postinfo {
	width: 450px	
}

/* Photoページ部分============================================================= */
.photobox {
	width: 960px;
	overflow: hidden;
}

.photobox .photolist {
	float: left;
	width: 152px;
	margin-right: 40px;
}

.photobox .photolist:last-of-type {
	margin-right: 0;
}

.photobox .photolist .postimage {
	width: 150px;	
	margin-right: 0;
	margin-bottom: 10px;
	background: #EFEFEF;
}

.photobox .photolist .postimage a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;		
}

.photobox .photolist .postinfo  {
	width: 152px;
}

.photobox .photolist .postinfo h2 {
	font-size: 12px;	
}

.photobox .photolist .postinfo ul li {
	margin-bottom: 8px;
}

.photosingle .postimage {
	width: auto;	
}

.photosingle .postinfo {
	width: 420px;
}

.prevnext {
	margin-top: 40px;
	overflow: hidden;
}

.prevnext a {
	color: #21BABA;
}

.prevnext a:hover {
	color: #44EEEE
}

.prevnext p.next {
	float: left;
	width: 80px;
	overflow: hidden;
	line-height: 32px;
}

.prevnext p.prev {
	float: right;
	width: 80px;
	overflow: hidden;
	line-height: 32px;
}

.next a {
	background: url(images/next.png) no-repeat left top;
	padding-top: 2px;
	padding-left: 38px;
	line-height: 32px;
	display: block; 
}

.next a:hover {
	background: url(images/next_over.png) no-repeat left top;
}

.prev a {
	float: right; 
	background: url(images/prev.png) no-repeat right top;
	padding-top: 2px;
	padding-right: 38px;
	line-height: 32px;
	display: block; 
}

.prev a:hover {
	background: url(images/prev_over.png) no-repeat right top;
}

/* Aboutページ部分============================================================= */

.page #container #main .post p {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.6em;	
}

/* ページトップボタン部分============================================================= */
#pagetop #toPageTop {
	display: none;
	position: fixed;
	bottom: 60px;
	left: 70px;	
}

#pagetop #toPageTop a {
	display: block;
}