/*
Theme Name: Sample Theme
Theme URI: http://www.www.www/
Description: This is my sample theme.
*/

/*基本*/
html,body {
	height:100%;
}

body {
	margin: 0;
	/*font-family: 'メイリオ','Hiragino Kaku Gothic Pro',sans-serif;*/
	font-family: sans-serif,'Hiragino Kaku Gothic Pro';
	color: #000000;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: underline
}

a img {
	border: none
}

h1 {
	margin: 0
}

div.clear {
	clear: both;
}

/*コンテナ*/
div#container {
	width: 760px;
	min-height:100%;
	margin: 0 auto;
	position: relative;
	background: #FFFFFF
}

/*ヘッダー*/
div#header {
	width: 760px;
	height: 222px;
	margin-bottom: 8px;
}

div#header p#desc {
	font-size: 1em;
	font-weight: bold;
	color: #999999;
	margin: 0 0 5px
}

div#subinfo {
	text-align: right;
	margin: -32px 0 5px
}

/*フッター*/
div#footer {
	width: 900px;
	border-top: solid 1px #aaaaaa;
	padding: 6px 0;
	clear: both;
	position: absolute;
	bottom: 0;
	display: none;
}

div#footer p {
	font-size: 0.75em;
	font-style: normal;
	font-family: Helvetica, sans-serif;
	margin: 0;
	text-align: center
}

/*ナビゲーションバー*/
div#nav {
	font-size: 0.75em;
	height: 30px;
	border: solid 1px #aaaaaa;
	margin-bottom: 8px
}

div#nav ul {
	margin: 0;
	padding: 0
}

div#nav li {
	list-style-type: none;
	float: left
}

div#nav li a {
	display: block;
	width: 150px;
	line-height: 30px;
	border-right: solid 1px #aaaaaa;
	color: #666666;
	text-align: center
}

div#nav li a:hover {
	background: #cccccc
}

/*ナビゲーションオリジナル用*/
div#nav2 {
	width: 760px;
	height: 35px;
	margin-bottom: 38px
}
div#nav2 img {
	border: none;
}
#button1 {
	height: 29px;
	width: 113px;
	float: left;
	margin-right: 25px;
}
#button2 {
	height: 29px;
	width: 114px;
	float: left;
	margin-right: 24px;
}
#button3 {
	height: 29px;
	width: 136px;
	float: left;
	margin-right: 20px;
}
#button4 {
	height: 29px;
	width: 175px;
	float: left;
	margin-right: 16px;
}
#button5 {
	height: 29px;
	width: 136px;
	float: left;
}


div#nav2 ul {
	margin: 0;
	padding: 0
}

div#nav2 li {
	list-style-type: none;
	float: left;
	margin: 0 14px
}

div#nav2 li a {
	height: 0px;
	width: 145px;
	display: block;
	overflow: hidden;
	padding-top: 35px
}

#list1 a {
	background: url(images/home.jpg) no-repeat
}

#list1 a:hover {
	background: url(images/home_on.jpg) no-repeat
}

#list2 a {
	background: url(images/diary.jpg) no-repeat
}

#list2 a:hover {
	background: url(images/diary_on.jpg) no-repeat
}

#list3 a {
	background: url(images/photo.jpg) no-repeat
}

#list3 a:hover {
	background: url(images/photo_on.jpg) no-repeat
}

#list4 a {
	background: url(images/event.jpg) no-repeat
}

#list4 a:hover {
	background: url(images/event_on.jpg) no-repeat
}

#list5 a {
	background: url(images/link.jpg) no-repeat
}

#list5 a:hover {
	background: url(images/link_on.jpg) no-repeat
}

/*コンテンツ*/
div#content {
	width: 550px;
	float: left
}
/*ページタイトル*/
p.title {
	font-weight: bold;
	color: #585858;
	width: 200px;
	margin: 0 0 10px;
	padding: 0 30px 0 10px;
	background: url(images/bar.png) no-repeat right top;
	display: none;
}

p.pagenation {
	font-size: 0.75em;
	overflow: hidden
}

span.oldpage {
	float: left
}

span.newpage {
	float: right
}

/*記事*/
div.post {
	width: 560px;
	margin-bottom: 30px;
	/*margin-left: 26px;*/
	overflow: hidden;
	border: 1px solid #000000;
	padding: 15px;
}
div.post h2 {
	border-bottom: solid 1px #000000;
	font-size: 0.8em;
	padding: 10px 0;
	margin: 0
}

div.post h2 a {
	color: #000000
}

div.post p {
	/*font-size: 0.8em;*/
	font-size: 0.75em;
	line-height: 1.6 /*標準の1.6倍*/
}

div.post p.postcat {
	text-align: right;
	margin: -10px 10px 10px 0
}

div.post p.postcat a {
	font-size: smaller; /*一回り小さく*/
	background: #a7d043;
	border-radius: 2px; /*2pxの角丸*/
	color: #ffffff;
	padding: 1px 5px
}

div.post p.postinfo {
	color: #000000;
	text-align: left;
	margin: 0
}

/*記事内の画像 配置の設定*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.alignleft {
	float: left;
	margin-left: 10px;
	margin-bottom: 10px
}

.alignright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px
}

.wp-caption {
	border: solid 1px #aaaaaa;
	text-align: center;
	padding-top: 5px
}

/*サイドバー*/
div#sidebar {
	width: 142px;
	float: right;
	margin-right: 0
}

div#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

div#sidebar .widget {
	margin-bottom: 20px
}

/*　サイドバーのタイトル*/
div#sidebar h2 {
	font-size: 0.75em;
	color: #ffffff;
	background: #a7d043;
	border-radius: 3px;
	padding: 2px 10px;
	margin: 0;
	display: none;
}

div#sidebar li li {
	font-size: 0.75em;
	border-bottom: dotted 1px #aaaaaa;
	margin: 0
}

div#sidebar li li a {
	color: #000000;
	display: block;
	padding: 5px 10px
}

div#sidebar li li a:hover {
	text-decoration: none
}