/*
Theme Name: NGM's Minimal
Theme URI: http://www.ngm-design.com/
Description: NGM DESIGN's Theme for WordPress.
Author: N.G.M.
Author URI: http://www.ngm-design.com/
Version: 0.9
*/

@charset "utf-8";

* html img,
* html ul,
* html #main,
* html #header,
* html #full,
* html #footer {  
	behavior: url(js/iepngfix.htc);  
	}



/* @group Box構造 */

body {
	margin: 0;
	padding: 0;
	line-height: 1.538;
	color: #3333333;
	background-color: #FFFFFF;
	background-image: url();
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ ゴシック", "Osaka‐等幅", Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-align: center;
	} 


#container {
	margin: 0px auto 0px auto;
	padding: 0;
	width: 960px;
	}

#main {
	margin: 0;
	margin: 0;
	width: 960px;
	}
	
#main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
	}

#content {
	margin: 0;
	padding: 6px 0 0 0;
	float: left;
	width: 630px;
	}

#sidebar {
	margin: 0;
	padding: 10px 0 0 0;
	float: right;
	width: 330px;
	}


/* for 3col */

#content_left {
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
	width: 310px;
	}

#content_center {
	margin: 0
	padding: 0;
	display: inline;
	float: left;
	width: 340px;
	}

#content_right {
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
	width: 310px;
	}

/* @end */



/* @group ヘッダー */

#header {
	margin: 0;
	padding:0;
	width: 960px;
	height: 113px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	}

.header_body {
	margin: 0;
	padding: 42px 0px 0px 5px;
	float: left;
	width: 626px;
	text-align: left;
	}

.header_navi {
	margin: 0;
	padding: 0;
	float: right;
	width: 329px;
	text-align: right;
	}

/* @end */



/* @group full */

#full {
	margin: 20px 10px 0 10px;
	padding: 0;
	}

/* @end */



/* @group content Box */

.post {
	margin: 0 20px 0 10px;
	padding: 0 0 80px 0;
	}

.post_title {
	margin: 0;
	padding: 0 0 8px 10px;
	border-bottom: #333333 1px solid;
	}

.post_body {
	margin: 0;
	padding: 20px 0 20px 20px;
	text-align:justify;
	text-justify: inter-ideograph;
	}

.post_body_small {
	margin: 0;
	padding: 0 0 0 20px;
	font-size: 12px;
	text-align:justify;
	text-justify: inter-ideograph;
	}

.post_caption {
	margin: 0;
	padding: 0 0 20px 20px;
	color: #333333;
	font-size: 11px;
	text-align: left;
	}

.postmetadata {
	margin: 0 0 0 20px;
	padding: 5px 0 0 0;
	border-top: #DCDCDC 1px solid;
	color: #999999;
	font-size: 11px;
	text-align: left;
	}

.pagenav {
	margin: 0 20px 20px 20px;
	font-size: 12px;
	text-align: left;
	}

/* @end */



/* @group 3col content Box */

.left_box {
	margin: 0 0 20px 10px;
	padding: 0;
	}

.center_box {
	margin: 0 20px 20px 20px;
	padding: 0;
	}

.right_box {
	margin: 0 10px 20px 0;
	padding: 0;
	}

.left_box_caption,
.center_box_caption,
.right_box_caption {
	margin: 0;
	padding: 12px 10px 0 10px;
	color: #333333;
	font-size: 12px;
	text-align:justify;
	text-justify: inter-ideograph;
	}
	
.left_box_link_portfolio,
.center_box_link_portfolio,
.right_box_link_portfolio {
	margin: 0;
	padding: 0 10px 0 10px;
	display: none;
	color: #DDDDDD;
	font-size: 12px;
	text-align:justify;
	text-justify: inter-ideograph;
	}

/* @end */



/* @group comments Box */

#comments {
	margin: 0 20px 40px 10px;
	padding: 0 0 0 20px;
	font-size: 12px;
	text-align: left;
	}

#tb {
	margin: 40px 0 0 0;
	padding: 0;
	text-align: left;
	}


.com {
	margin: 0 0 40px 0;
	padding: 0 0 5px 0;
	border-bottom: #CCCCCC 1px solid;
	font-size: 13px;
	text-align: left;
	}
	
.commeta {
	margin: 10px 0 0 0;
	font-size: 12px;
	}

/* @end */



/* @group sidebar Box */

.sidebar_box_outline {
	margin: 0px 10px 0 20px;
	padding: 0 0 40px 0;
	text-align: left;
	}
	
.sidebar_box_title {
	padding: 0;
	}
	
.sidebar_box_body {
	padding: 0;
	line-height: 1.538;
	color: #333333;
	text-align:justify;
	text-justify: inter-ideograph;
	font-size: 11px;
	}

/* @end */



/* @group フッター */

#footer {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 960px;
	height: 113px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	}

.copyright {
		padding: 20px 0 0 20px;
		float: left;
		}

/* @end */



/* @group 文字装飾 */

h1 {
	display: inline;
	}


.post h2 {
	font-weight: bold;
	font-size: 15px;
	text-align: left;
	letter-spacing: 0em;
	}

#full h2 {
	margin: 20px 0 20px 0;
	padding: 6px 0 6px 10px;
	border-top: #333333 2px solid;
	border-bottom: #333333 2px solid;
	font-weight: bold;
	font-size: 15px;
	text-align: left;
	letter-spacing: 0em;
	}

#sidebar h2 {
	padding: 0 0 3px 0;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	letter-spacing: 0em;
	}

h3 {
	padding: 0 0 20px 0;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 0em;
	}

h4 {
	color: #6666CC;
	font-weight: bold;
	font-size: 13px;
	}

strong {
	font-weight: bold;
	font-size: 13px;
	}

strong.alt {
	font-weight: bold;
	font-size: 12px;
	}
	
adress {
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-align: left;
	}

/* @end */



/* @group リンク */

a {
	outline: none;
	}

a:link {
	color: #333333;
	text-decoration: none;
	}
a:visited {
	color: #333333;
	text-decoration: none;
	}
a:hover {
	color: #999999;
	text-decoration: underline;
	}
a:active  {
	color: #333333;
	text-decoration: none;
	}

a.link_2:link {
	color: #999999;
	text-decoration: none;
	}
a.link_2:visited {
	color: #999999;
	text-decoration: none;
	}
a.link_2:hover {
	color: #999999;
	text-decoration: underline;
	}
a.link_2:active {
	color: #999999;
	text-decoration: none;
	}

.postmetadata a:link {
	color: #999999;
	text-decoration: none;
	}
.postmetadata a:visited {
	color: #999999;
	text-decoration: none;
	}
.postmetadata a:hover {
	color: #999999;
	text-decoration: underline;
	}
.postmetadata a:active  {
	color: #999999;
	text-decoration: none;
	}

/* @end */



/* @group P */

p {
	margin: 0;
	}

.margin0 {
	margin: 0;
	}

.margin3 {
	margin: 3px 0 0 0;
	}

.margin5 {
	margin: 5px 0 0 0;
	}

.margin8 {
	margin: 8px 0 0 0;
	}

.margin10 {
	margin: 10px 0 0 0;
	}

.margin15 {
	margin: 15px 0 0 0;
	}

.margin20 {
	margin: 20px 0 0 0;
	}

.margin25 {
	margin: 25px 0 0 0;
	}

.margin30 {
	margin: 30px 0 0 0;
	}

.margin35 {
	margin: 35px 0 0 0;
	}

.margin40 {
	margin: 40px 0 0 0;
	}

.margin45 {
	margin: 45px 0 0 0;
	}

.margin50 {
	margin: 50px 0 0 0;
	}

.margin55 {
	margin: 55px 0 0 0;
	}

.margin60 {
	margin: 60px 0 0 0;
	}

/* @end */



/* @group 揃え */

/* 画像 */

div img {
	vertical-align: text-bottom;
	}
		
.imgleft {
	margin: 3px 10px 5px 0px;
	float: left;
	}

.imgright {
	margin: 3px 1px 5px 10px;
	float: right;
	}

.text_right {
	float: right;
	}

.text_left {
	float: left;
	}

/* @end */



/* @group リスト */

ul#navi {
	margin: 0;
	padding: 0;
	}
	
ul#navi:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
	}

ul#navi li {
	margin: 42px 0 0 0;
	padding: 0;
	float: left;
	line-height: 0;
	list-style-type: none;
	}

#sidebar li a{
	margin: 0;
	padding: 6px 10px 6px 10px;
	border-bottom: #DCDCDC 1px solid;
	list-style: none;
	display: block;
	line-height: normal;
	color: #333333;
	text-decoration: none;
	text-indent: 0px;
	font-size: 12px;
	}

#sidebar li a:hover {
	border-bottom: #999999 1px solid;
	width: auto;
	list-style: none;
	display: block;
	background-color: #F0F0F0;
	color: #333333;
	}

ul.page_navi {
	margin: 0;
	padding: 0;
	width: 573px;	
	}
	
ul.page_navi:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
	}

ul.page_navi li {
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	list-style-type: none;
	text-align: center;
	}

ul.page_navi li a {
	padding: 10px 7px 10px 7px;
	display: block;
	position: relative;
	border: #1C75BA 1px solid;
	color: #FFFFFF;
	background-color: #1C75BA;
	background-image: url();
	font-style: bold;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	}
	
ul.page_navi li a:hover {
	border: #1C75BA 1px solid;
	list-style: none;
	background-color: #FFFFFF;
	color: #1C75BA;
	}

ul#footer_ul {
	margin: 0;
	padding: 0;
	}
	
ul#footer_ul:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
	}

ul#footer_ul li {
	margin: 20px 20px 20px 0;
	padding: 0;
	float: right;
	list-style-type: none;
	font-size: 12px;
	text-align: right;
	}

ul#footer_ul li a {
	padding: 0;
	display: block;
	position: relative;
	}

/* @end */


/* @group その他 */

#searchform {
	margin: 6px 0 0 0;
	width: 300px;
	background-image: url(images/input.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 24px;
	position: relative;
	}
#keywords	{
	width: 277px;
	position: absolute;
	top: 4px;
	left: 10px;
	border: 0px solid #FFF;
	}
#searchBtn	{
	position: absolute;
	top: 4px;
	left: 277px;
	}

.fadein {
	position:relative;
	height: 380px;
	width: 940px;
	}
.fadein img {
	position:absolute;
	left: 0;
	top: 0;}

/* @end */