@charset "utf-8";
/*
Theme Name:  ORIGINAL
Description:  VENIRオリジナルテーマ
Author:  VENIR
*/

/* ----------------------- Browser Default Initialization */
html {
	//overflow-y: scroll;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td	{
	margin: 0;	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var	{
	font-style: normal;
}
table	{
	border-collapse: collapse;	border-spacing: 0;
}
caption, th	{
	text-align: left;
}
q:before ,q:after	{
	content: '';
}
object, embed	{
	vertical-align: top;
	border:none;
}
legend	{
	display: none;
}
h1, h2, h3, h4, h5, h6	{
	font-size: 100%;
}
img, abbr, acronym, fieldset	{
	border: 0;
}
li	{
	list-style-type: none;
}
p, dd, blockquote	{
	text-align: justify;
	text-justify: inter-ideograph;
	line-break: normal; /*禁則処理*/
}
br {
	letter-spacing: 0; /*ie対策*/
}
.clear {
	clear:both;
}

/* ----------------------- Basic Style */
/* ------------ Font Style */
body {
	font-family:myriad pro,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background-color:#fff;
	color:#000;
	line-height: 2.2;
}
html { font-size: 62.5%; }
body { font-size: 13px; font-size: 1.3rem; }

/*html:66irst-child body { font-family:'Hiragino Mincho Pro';} safari only*/



/*リンクカラー
-----------------------------------------*/
a {
	color:#999;
	text-decoration:none;
}

a:hover {
	color:#000;
}

a:active {
	color:#000;
}


/*コンテンツ
-----------------------------------------*/
#container {
	width:1100px;
	margin:0 auto 0 auto;
}
#header {
	position:fixed;
	z-index:100;
	background-color:#fff;
	width:1050px;
	height:50px;
	padding:30px 0 0 25px;
}
h1 {
	float: right;
	font-weight: normal;
}
#header p{
	padding-top:5px;
}
#header p{
	font-size: 80%;
}
ul#navi {
	float:left;
	letter-spacing: 0.1em;
	display:block;
}
ul#navi li{
	float:left;
	margin-right:30px;
}
#header p{
	float:right;
}
#slide_box {
	width:1050px;
	margin:0 25px 50px 25px;
	padding-top:80px;
	//border:1px solid sax;
}
ul#slide2 {
	margin-top:50px;
}
#gallery_box {
	//border:1px solid brown;
	/*padding-top:80px;*/
}
ul#gallery, ul#gallery_cate {
	float:left;
	width:1100px;
	margin-top:0 auto 0 auto;
	//border:1px solid orange;
}
ul#gallery li, ul#gallery_cate li{
	float:left;
	margin:0 25px 50px 25px;
	font-size:1%;/*ie7,8対策*/
	line-height:0;/*ie7,8対策*/
}
ul#gallery_cate {
	margin-top:80px;
}
#content {
	width:1050px;
	margin:0 25px 0 25px;
	padding-top:80px;
}
#content .post img{

}
#foot {
	width:1050px;
	margin:0 25px 0 25px;
}
#page_top {
	float:right;
}
/*記事内の画像
-----------------------------------------*/
.aligncenter {
	display:block;
	margin:0 auto 0 auto;
}
.alignright {
	float:right;
	margin:25px 0 20px 35px;
}
.alignleft {
	float:left;
	margin:25px 35px 20px 0;
}
.wp-caption {
	text-align:center;
}

.size-original_thumb_crop {
	float:left;
	margin:25px 0 20px 0;
}
/*投稿ページ
-----------------------------------------*/
ul.post-categories {
	float:left;
}
ul.post-categories li {
	float:left;
	margin-right:10px;
}
.post h2, .post h3 {
	color:#000;
	font-weight:normal;
}
.post h2 {
	font-size:140%;
}
.post h3 {
	font-size:120%;
	color:#999;
	margin-bottom:10px;
	font-weight:normal;
}
/*ブログ
-----------------------------------------*/
#blog_post {
	color:#000;
	float:right;
	width:840px;
	text-align: justify;
	text-justify: inter-ideograph;
}
#blog_post h2, #blog_post h3 {
	color:#999;
	font-weight:normal;
	line-height: 1em;
}
#blog_post h2 {
	font-size:160%;
	margin:2px 0 7px 0;	
}
#blog_post h3 {
	margin-bottom:20px;
}
#page_link {
	margin:30px 0 10px 0;
}
/*サイドバー
-----------------------------------------*/
#sidebar {
	float:left;
	line-height:200%;
}
#sidebar h3 {
	font-weight:normal;
	font-size:120%;
	color:#999;
	margin-bottom:3px;
}
#sidebar ul {
	margin-bottom:40px;
}