@charset "utf-8";

/*
Theme Name: oktk_191
*/

/*============================================================================

	Reset
	
=============================================================================*/

/*	1-1. Html, Body 
-------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	line-height: 1.0;
	text-decoration: none;
	}

html {
	overflow-y: scroll;
	background: #FFFFFF;
	color: #333333;
	}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 62.5%;
	}

/*	1-2. Text element
-------------------------------------------------------------*/
	
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	}

p {
	margin: 0;
	line-height: 1.6;
	}
	
blockquote {  
	margin: 0;  
	padding: 0;  
	}  

br {
	letter-spacing: normal;
	}

pre, code {
	margin: 0;
	padding: 0;
	}

sup {
	vertical-align: text-top;
	}
	
sub {
	vertical-align: text-bottom;
	}

q:before, q:after {
	content: '';
	}
	
abbr, acronym {
	border: 0;
	font-variant: normal;
	}
	
address, strong, em, cite, code, dfn, var {
	font-style: normal;
	font-weight: normal;
	}
	
/*	1-3. Table element
-------------------------------------------------------------*/
	
table {
	border-spacing: 0; 
	font-size: 100%;
	}
	
th, td {
	margin: 0;
	padding: 0;
	}

caption, th {
	text-align: left;
	font-style: normal;
	font-weight: normal;
	}

/*	1-4. List element
-------------------------------------------------------------*/

ul, ol, li, dl, dt, dd {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

/*	1-5. Form element
-------------------------------------------------------------*/
	
form, fieldset, legend, input, textarea, select {
	margin: 0;
	padding: 0;
	}

fieldset {
	border: 0;
	}

legend {
	color: #000000;
	}
	
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	}

/*\*//*/
textarea, select, input {
	 font-family: Osaka;
	 }
/**/

input[type="checkbox"],  
input[type="radio"] {  
	position: relative;
	top: 0.1em;
	}  

/*	1-6. Image element
-------------------------------------------------------------*/

img {
	margin: 0;
	border: 0;
	}

/*============================================================================

	Style
	
=============================================================================*/

/*------------------------------------------------------------
	Hypertext
-------------------------------------------------------------*/

a {
	text-decoration: underline;
	cursor: pointer;
	outline: none;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	}

a:link,
a:visited {
	text-decoration: none;
	color: #65040F;
	font-weight: bold;
	}
	
a:hover,
a:active {
	text-decoration: none;
	color: #633;
	}

/*------------------------------------------------------------
	stracture
-------------------------------------------------------------*/

html {
	height: 100%;
	text-align: center;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Meiryo,"メイリオ","MS PGothic","ＭＳ Ｐゴシック",sans-serif;
	}
	
body {
	height: auto !important;
	min-height: 100%;
	height: 100%;
	text-align: center;
	}

#header {
	background: #2E3847;
	padding:0;
	}

#navigation {
	background: #333333 url(img/bg_menu.png) top left repeat-x;
	border-bottom: solid 2px #2E3847;
	border-top: solid 1px #eeeeee;
	}

#contents {
	font-size: 1.2em; 
	background: #ffffff;
	}

#footer {
	background: #222222;
	padding: 20px 0;
	}

.inner {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	}
	
/* header
--------------------------------------*/
#header .inner {
	position: relative;
	padding: 10px 0 15px 0;
	width: 960px;
	}
	
p#page_ttl {
	color: #666666;
	font-size: 11px;
	margin: 0;
	}
	
p#url {
	font-size: 11px;
	color: #666666;
	text-align: left;
	margin: 0;
	}
	
h1 {
	color: #cccccc;
	line-height: 1.8;
	margin: 0;
	padding: 40px 0 10px;
	}
	 	
h1 span {
	font-size: 22px;
	display: block;
	}
	
h1 span a:link,
h1 span a:visited {
	color: #cccccc;
	font-weight: normal; 
	}

div#image {
	width: 100%;
	text-align: center;
	overflow: hidden;
	border-bottom: solid 1px #eeeeee;
	background: #E0E8EA;
	}
	
div#image .inner {
	background: url(img/visual.png) center center no-repeat;
	height: 360px;
	padding-bottom: 0;
	}

/* navigation
--------------------------------------*/	
ul#gnavi {
	overflow: hidden;
	margin: 0;
	padding: 0;
	}
	
ul#gnavi li {
	float: left;
	text-align: center;
	width: 191px;
	/*padding-left: 15px;*/
	border-right: solid 1px #ffffff;
	}
	
ul#gnavi li:first-child {
	background: none;
	/*width: 130px;*/
	padding-left: 0;
	width: 190px;
	border-left: solid 1px #dddddd;
	}

ul#gnavi li a {
	display: block;
	padding: 30px 0 28px;
	font-weight: bold;
	font-size: 13px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	background: url(img/arrow_bk.png) bottom right no-repeat;
	border-right: solid 1px #dddddd;
	}
	
ul#gnavi li:first-child a {
	border-left: solid 1px #ffffff;
	}

ul#gnavi li:hover a {
	}
	
ul#gnavi li.navi2 {
	display: none;
	}

/* contents
--------------------------------------*/
#contents .inner {
	overflow: hidden;
	padding-bottom: 50px;
	}

div.bread {
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 0 20px;
	clear: both;
	}

#contents div.bread~div.bread {
	text-align: right;
	}
	 	
div.bread a,
div.bread span {
	display: inline-block;
	padding: 15px 0 15px 0;
	margin-right: 5px;
	}
	
div#cont {
	width: 700px;
	float: left;
	margin: 0;
	}
			
div.post {
	margin-bottom: 40px;
	overflow: hidden;
	font-size: 1.2em;
	line-height: 1.8;
	background: #ffffff;
	padding-bottom: 40px;
	}

div.post h2 {
	padding: 20px;
	margin-bottom: 30px;
	/*border-top: solid 2px #000000;*/
	/*background: url(img/bar.png) top left no-repeat;*/
	background: url(img/stripe_black.png);
	font-weight: bold;
	/*border-bottom: dotted 1px #999999;*/
	}

div.post h2 span {
	font-size: 26px;
	font-weight: bold;
	color: #333333;
	}
	

div.post h2 a {
	font-weight: bold;
	}

div.post p {
	line-height: 1.6;
	margin: 0 40px;
	font-size: 1.1em;
	}
/* シングルページの前後記事リンク */
.post_nav_single {
	margin: 20px 40px;
	clear: both;
	overflow: hidden;
	padding: 20px 20px 0 0;
	}

.post_nav_single a {
	line-height: 1.6;
	font-size: 0.9em;
	text-decoration: none;
	position: relative;
	top: -2px;
	}
	
span.nav_previous {
	float: left;
	display: block;
	width: 260px; 
	background: url(img/arrow_left.png) top left no-repeat;
	padding: 0 0 0 20px;
	}
	
span.nav_next {
	float: right;
	display: block;
	width: 260px;
	text-align: right;
	background: url(img/arrow_right.png) top right no-repeat;
	padding: 0 20px 0 0;
	}	
	
span.nav_next a {
	display: inline-block;
	text-align: left;
	}

div#cont #latest {
	border: none;
	background: none;
	margin: 40px 0 20px;
	}
	
div#cont #latest h3 {
	font-weight: bold;
	font-size: 20px;
	margin: 10px 0px 10px;
	background: url(img/stripe_black.png);
	padding: 10px;
	}

div#cont #latest ul {
	overflow: hidden;
	background:#ffffff;
	padding: 10px 0 10px 10px;
	}

div#cont #latest ul li {
	padding: 15px 0 0;
	width: 210px;
	margin-left: 24px;
	float: left;
	border: none;
	background: url(img/bar.png) top left no-repeat;
	}
	
div#cont #latest ul li:first-child {
	margin-left: 0;
	}
		
div#cont #latest ul li > a {
	background: none;
	padding-left: 0;
	font-size: 1.2em;
	}
	
div#cont #latest ul li p {
	margin: 5px;
	}
	
div#cont #latest ul li p~p {
	text-align: right;
	}

/* サイドバー-------------------------------------- */
/*ストライプパターン*/
/*div#navi {
	width: 225px;
	float: left;
	padding: 0 10px;
	background: url(img/stripe_black.png);
	border: solid 1px #eeeeee;
	margin: 3px;
	}
	
div#navi #latest,
div#navi #snavi {
	padding: 15px;
	margin: 10px 0;
	background: #fff;
	border: solid 1px #eeeeee;
	}*/

/*カラーパターン*/	
div#navi {
	width: 190px;
	float: right;
	padding: 0 10px;
	background: #2E3847;
	-moz-box-shadow: 0px 1px 3px #666;
	-webkit-box-shadow: 0px 1px 3px #666;
	box-shadow: 0px 1px 3px #666;
	border-radius: 3px;
	margin: 3px;
	}
	
div#navi #latest,
div#navi #snavi {
	padding: 15px;
	margin: 10px 0;
	background: #fff;
	-moz-box-shadow: 0px 2px 2px #888;
	-webkit-box-shadow: 0px 2px 2px #888;
	box-shadow: 0px 2px 2px #888;
	background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
	background-image: -ms-linear-gradient(top, #ffffff, #eeeeee);
	background-image: -o-linear-gradient(top, #ffffff, #eeeeee);
	background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
	background-image: linear-gradient(top, #ffffff, #eeeeee);
	border: solid 1px #fff;
	border-top: solid 1px #eeeeee;
	border-radius: 3px;
	}
	
div#navi > div > h3 {
	text-align: left;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0;
	border-bottom: dotted 1px #666666;
	}
		

	
#latest ul.list li,
#snavi ul li {
	margin-bottom: 5px;
	border-bottom: solid 1px #eeeeee;
	padding: 5px 3px;
	}
	
#latest ul.list li a,
#snavi ul li a {
	padding: 1px 0 3px 20px;
	background: url(img/ico_backviewall_r.gif) no-repeat;
	display: inline-block;
	line-height: 1.2;
	}
	
#latest ul.list li a:hover,
#snavi ul li a:hover {
	padding: 1px 0 3px 20px;
	background: url(img/ico_backviewall_n.gif) no-repeat;
	}

div#snavi ul li.navi2 {
	position:relative;
	z-index: -1;
	width: 0px;
	height: 0;
	border: none;
	display: none;
	}
			
/* サイトマップ */	
.page div#cont {
	width: 956px;
	}
	
#sitemap {
	margin: 20px 200px 20px 20px;
	}

#sitemap h3 {
	margin: 40px 40px 15px;
	font-weight: bold;
	padding-bottom: 8px;
	border-bottom: solid 1px #222222;
	}

#sitemap ul {
	margin: 0 40px 40px;
	font-size: 1em;
	}

#sitemap ul li {
	padding: 10px;
	margin-bottom: 3px;
	font-size: 12px;
	border-bottom: solid 1px #eeeeee;
	}

/* footer
--------------------------------------*/
#footer .inner {
	text-align: right;
	color: #666666;
	padding: 50px;
	}
	
address {
	font-weight: bold;
	font-size: 10px;
	}
