@charset "utf-8";
/*
Theme Name: 18KOGA
Theme URI: http://www.18koga.com
Description: 18koga's Theme
Author: Dosanite
Author URI: http://www.dosanite.co.jp
Version: 1.0
*/

/* Yahoo! reset UI */

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;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0 none;
}
address, caption, cite, code, dfn, /*em, strong,*/ th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0 none;
}

/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  display:inline-block;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}




/* original */

body {
	line-height: 1.4em;
	color: #fff;
	background-color: #000;
	font-size: 14px;
	font-family: sans-serif;
}

a {
	color: #fff;
	text-decoration: none;
}


#wrapper {
	margin: 0px auto 40px;
	width: 960px;
	background: 5px 0 url('images/background.png') repeat-y;
}


#container {
	margin-right: 10px;
	_margin-right: 0px; /* for IE 6 */
	float: left;
	width: 740px;
}


#header {
	position: relative;
	margin-right: 10px;
	width: 100%;
	height: 115px;
	background: url("images/header.jpg") no-repeat top left;
}

#header a{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 230px;
	height: 50px;
	text-indent: -5000em;
}


#content {
	float: right;
	width: 540px;
}


ul#dlink {
	margin-bottom: 5px;
	width: 540px;
	height: 23px;
}


ul#dlink li {
	float: left;
	width: 108px;
	line-height: 22px;
}

ul#dlink li a {
	padding-left: 10px;
	display: block;
	width: 108px;
	height: 23px;
	background: url("images/dlink_off.png") no-repeat top left;
}

ul#dlink li a:hover {
	background: url("images/dlink_on.png") no-repeat top left;
}


#topimage {
	margin-left: 5px;
	margin-bottom: 5px;
	position: relative;
	width: 530px;
}

#topimage img {
	}

#topimage p {
	padding-left: 5px;
	position: absolute;
	left: 409px;
	bottom: 0px;
}


#news{
	margin-left: 5px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	clear: both;
	width: 530px;
	background: #660 url("images/top_title.png") no-repeat top left;
}

#news h2 {
	line-height: 60px;
	text-indent: -9999px;
}

#news hr {
	border: dashed #000 1px;
	width: 480px;
}

#news .copy {
	padding: 5px;
	font-size: 12px;
	text-align: center;
}

.article {
	margin-left: 5px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	width: 530px;
	background: #660 url("images/article_title.png") no-repeat top left;
}

.article h2 {
	padding-left: 40px;
	line-height: 32px;
}
.inner {
	margin: 0px auto;
	padding: 20px;
	width: 480px;
	color: #000;
	background-color: #cc9;
}

.inner p {
	margin-bottom: 50px;
}

.inner h3 {
	margin-bottom: 5px;
	padding: 3px;
	border: solid 1px #000;
	color: #fff;
	background-color: #990;
}

#commentform label ,
#commentform input ,
#comment ,
#submit {
	margin-top: 3em;
}

#commentform label {
	border-left: 5px solid #990;
	padding-left: 10px;
	width: 12em;
	display: block;
	float: left;
}
#commentform input {
	border: solid 1px #990;
	width: 100%;
}
#comment {
	width: 100%;
}
#submit {
	border: solid 1px #000;
	float: right;
	width: 130px !important;
	line-height: 1.6em;
	color: #fff;
	background-color: #990;
	cursor: pointer;
}
#pageprevNext {
	margin-top: 40px;
	height: 20px;
}
#pageprevNext .pageprev {
	padding-left: 10px;
	float: left;
}
#pageprevNext .pagenext {
	padding-right: 10px;
	float: right;
}
#menu {
	margin: 0px 5px 0px;
	padding: 25px 10px 10px 20px;
	float: right;
	width: 160px;
	background: #333 url("images/menu_title.png") no-repeat top left;
}
.widget {
	margin-top: 5px;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
}
.widget h3.header {
	font-size: 16px;
	margin-top: 10px;
	padding-bottom: 4px;
}
.widget ul {
	width: 100%;
	background-color: #000;
}

.widget ul li {
	line-height: 23px;
}

.widget ul li a {
	padding-left: 30px;
	display: block;
	width: 100%;
	height: 23px;
	background: url("images/menu_off.png") no-repeat top left;
}

.widget ul li a:hover {
	background-image: url("images/menu_on.png");
}

.widget ul li ul li {
	border-bottom: dashed 1px #fff;
}

.widget ul li ul li a {
	padding-left: 40px;
	display: block;
	width: 120px;
	height: 23px;
	background: #000 none;
}

.widget ul li ul li a:hover {
	background: #000 none;
}
#recentcomments li {
	padding-left: 4px;
}
#recentcomments li a {
	background: none;
}
#recentcomments li a:hover {
	color: #979700;
}

#ad {
	float: left;
	width: 210px;
}

#ad img {
	margin-left: -5px;
	
}

#ad ul {
	margin-right: 10px;
	padding: 20px 0px;
	width: 200px;
/*	background-color: #333; */
}

#ad ul li {
	margin:0px auto 20px;
	padding: 4px;
	border: solid 1px #000;
	width: 170px;
	height: 190px;
	background-color: #990;
}


#footer {
	position: fixed;
	_position: relative;
	bottom /**/: 0px;
	width: 960px;
	height: 40px;
	background-color: #633;
	opacity: 0.75;
	filter: progid:DXImageTransform.Microsoft.alpha(opacity=75);
}

#footer ul {
	margin: 0 auto;
	width: 600px;
	height: 40px;
}

#footer ul li {
	float: left;
	width: 120px;
	height: 100%;
}

#footer ul li a {
	/padding-top: 20px;  /* for IE 6 7 */
	padding-bottom: 5px;
	display: table-cell;
	/display: block;  /* for IE 6 7 */
	width: 120px;
	height: 35px;
	_height: 20px;  /* for IE 6 */
	background-color: #633;
	opacity: 0.75;
	filter: progid:DXImageTransform.Microsoft.alpha(opacity=75);
	vertical-align: bottom;
	text-align: center;
}

#footer ul li a:hover {
	background-color: #300;
}


.aligncenter {
    display: block;
    margin-left: auto;
    margin-bottom: auto;
}
.alignleft ,
.alignright {
    margin: 3px 10px;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.wp-caption {
    border: 1px solid #666666;
    text-align: center;
    padding-top: 5px;
}
.wp-caption-text {
    padding: 3px 0;
}
