/*
Theme Name: Gareiyoh
Theme URI: http://www.dosanite.co.jp
Description: Gareiyoh's Theme
Version: 1.0
Author: dosanite
Author URI: http://www.dosanite.co.jp
*/

/* @group YUI reset */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style: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;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}
/* @end */

/* @group clearfix */
.clearfix:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}

.clearfix{
  zoom:1;
}

/* @end */

/* @group WordPress */
.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;
}
.pageprev ,
.pagenext {
    margin: 10px 0;
    padding: 0 10px;
}
.pagesprev ,
.pagesnext {
    margin-bottom: 1em;
    padding: 0 10px;
}
.pageprev ,
.pagesprev {
    float: left;
}
.pagenext ,
.pagesnext {
    float: right;
}
.pageprev a ,
.pagenext a ,
.pagesprev a ,
.pagesnext a {
	color: #000;
}
.pageprev a:hover ,
.pagenext a:hover ,
.pagesprev a:hover ,
.pagesnext a:hover {
	text-decoration: underline;
}
/* @end */
/* @group Layouts */
#wrapper {
	margin: 0 auto;
	width: 850px;
	background: url('img/wrapper.png') repeat-y;
}
#header ,
#main {
	margin: 0 35px;
}
#header {
	height: 155px;
	background: #585c56;
}
#main {
	margin-right: 25px;
	padding-bottom: 1em;
	background: url('img/main.png');
}
#contents ,
#widgetWrapper {
	padding-bottom: 60px;
	float: right;
	display: inline;
}
#contents {
	width: 598px;
	padding-left: 12px;
}
#directLink {
	height: 26px;	
}
#introduce ,
#news ,
#articles {
	margin-top: 1em;
}
#widgetWrapper {
	width: 170px;
	margin-left: 10px;
}

/* @end */

/* @group basic */
body {
	background: url('img/bg.png');
}
a {
	text-decoration: none;
}
/* @end */

/* @group directLink */
#directLink {
}
#directLink li {
	float: left;
	display: inline;
	margin-right: 7px;
}
#directLink li a {
	display: block;
	width: 112px;
	height: 26px;
	background: #c1c26e;
	text-indent: 4px;
	line-height: 26px;
	font-size: 13px;
	font-weight: bold;
	color: #2e582a;
}
#directLink li a:hover {
	background: #464944;
	color: #fff;
}

/* @end */

/* @group introduce */


/* @end */
/* @group news */
#news h2.header {
	font-size: 16px;
	font-weight: bold;
}
#news .thumbnails li {
	margin-top: 10px;
	margin-right: 9px;
	background-repeat: no-repeat;
	background-image: url('img/thumbnails.png');
	_background-image: url('img/thumbnails_ie6.gif');
	width: 190px;
	height: 160px;
	float: left;
	display: inline;
}
#news .thumbnails li .header {
	line-height: 28px;
	text-indent: .5em;
}
#news .thumbnails li .header a {
	color: #fff;
	font-weight: bold;
}
#news .thumbnails li p {
	padding-left: 1em;
	font-size: 13px;
}
#news .thumbnails li p.date {
	text-align: right;
	padding-right: .2em;
	font-size: 14px;
}
#news .thumbnails li p a ,
#news .thumbnails li p a:link {
	display: inline;
	text-decoration: none;
	color: #000;
}
#news .thumbnails li p a:hover {
	text-decoration: underline;
}
/* @end */
/* @group articles */
.entry {
	margin-bottom: 1em;
	border: 1px solid #bd1707;
	width: 578px;
}
.entry .header {
	background: url('img/entry-header.png') repeat-x;
	height: 26px;
	line-height: 26px;
	text-indent: 6px;
}
.entry .header a {
	color: #fff;
	font-weight: bold;
}
.entry p.date {
	text-align: right;
	padding: .4em .5em;
}
.entry .body ,
.entry .footer {
	padding: 0 1em .5em;
}
.entry .body a ,
.entry .body a:link {
	color: #bb0f00;
}
.entry .body a:visited ,
.entry .body a:active {
	color: #336633;
}
.entry .body a:hover {
	text-decoration: underline;
}
.entry .footer h3 {
	padding: .3em .5em;
}
.entry .footer h3 ,
.entry .footer h3 a {
	background: #9e8d77;
	display: inline;
	line-height: 2em;
	color: #fff;
}
.entry .footer .comments {
	margin-top: 1em;
}
.entry .footer #commentform label ,
.entry .footer #commentform input ,
.entry .footer #comment ,
.entry .footer #submit {
	margin-top: .3em;
}
.entry .footer #commentform label {
	border-left: 10px solid #336633;
	color: #336633;
	padding-left: 1em;
	width: 12em;
	display: block;
	float: left;
}
.entry .footer #commentform input {
	border: #9e8d77 1px solid;
	width: 14em;
}
.entry .footer #comment {
	width: 540px;
}
.entry .footer #submit {
	margin-left: 410px;
	text-align: center;
	background: #336633;
	width: 130px !important;
	line-height: 1.6em;
	color: #fff;
	cursor: pointer;
}

/* @end */

/* @group widgetWrapper */
#widgetWrapper {
}
.widget {
	margin:0 8px;
	padding-top: 6px;
	width: 153px;
	overflow: hidden;
}
.widget .header {
	height: 22px;
	line-height: 22px;
	padding-top: 2px;
	background: url('img/widget-header.png') -1px 0 no-repeat;
	text-indent: 10px;
	color: #333;
	font-weight: bold;
	font-size: 14px;
}
.widget a {
	color: #000;
}
.widget a:hover {
	text-decoration: underline;
}

/* @group cat-item */
.widget ul {
}
.widget li {
	margin-top: 3px;
}
.widget li a {
	display: block;
	padding: 2px 10px 0;
	line-height: 20px;
	width: 152px;
	background: #eba788;
	color: #840d00;
	font-size: 14px;
}
.widget li a:hover {
	text-decoration: none;
	background: #86483b;
	color: #fff;
}
.widget li ul {
	margin-left: 10px;
}
.widget li li a {
	background: transparent !important;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	height: auto;
}
.widget li li a:hover ,
.widget li li a:active {
	font-weight: bold;
}
.widget li li a:active {
	color: #000;
}

/* @end */

/* @group calendar */
.widget #wp-calendar {
	margin-left: 2px;
	padding: 3px;
	color: #fff;
}
.widget #wp-calendar caption {
	padding-top: 2px;
	text-indent: 10px;
}
.widget #wp-calendar th {
	padding: 0 1px;
	text-align: right;
	font-size: 12px;
}
.widget #wp-calendar a ,
.widget #wp-calendar a:link {
	color: #ff6666 !important;
}
/* @end */

/* @end */

/* @group pickups */

#pickups {
    position: fixed;
    bottom: 0;
    left: 50%;
    width: 850px;
    margin-left: -425px;
    background: #900;
    line-height: 160%;
    /* opacity */
    opacity:0.8;
    filter: alpha(opacity=80);
    -moz-opacity:0.8;
}
#pickups .header ,
#pickups ul {
    margin-left: 8px;
    color: #fff;
    /* shadow */
    text-shadow: #000 1px 1px 0px;
    filter:progid:DXImageTransform.Microsoft.DropShadow(Strength=2, Direction=135, Color='#000');
}
#pickups .header {
    margin-top: 4px;
    font-weight: bold;
}
#pickups ul {
    margin-bottom: 4px;
}
#pickups li {
    margin-left: 1em;
    display: inline;
}
#pickups li a {
    color: #fff;
}
#pickups li a:hover {
    font-weight: bold;
}
* html #pickups {
    position: relative;
    top: 0;
    left:0;
    margin: -50px auto 0;
    filter: alpha(opacity=100);
}

/* @end */



