@charset "utf-8";
/*
Theme Name: theme304
Theme URI: http://theme.o2gp.com/
Description: theme304
Version: 1.0
Author: o2 Group
Author URI: http://theme.o2gp.com/
Tags: スタイリッシュ

	o2 Group v1.0
	 http://theme.o2gp.com/

	This theme was designed and built by o2 Group,
	whose blog you will find at http://theme.o2gp.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

*{margin:0;padding:0;}

body{
font: 14px/1.6 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#333333;
background: #ffffff;
}

a{color:#006699; text-decoration:none;}
a:hover{color:#b79841; text-decoration:none;}
a:active, a:focus {outline: 0;}
img{border:0;}
.clear{clear:both;}


/*************
全体
*************/
#container{
width: 960px;
margin: 0 auto;
padding: 30px 0;
clear:both;
overflow: hidden;
}

/* 最後のbox */
.last{margin-right:0;}

h1 {
padding: 20px 0 10px;
font-size: 12px;
font-weight: normal;
color:#666666;
width: 960px;
margin: 0 auto;
display:block;
}


/*************
/* ヘッダー
*************/
#header{
height: 80px;
clear:both;
overflow: auto;
background: url(images/bg_head.gif) repeat left 0;
}

#headbox{
width: 960px;
margin: 0 auto;
clear:both;
overflow: hidden;
}

#headinfo{
float:left;
width: 450px;
font-size: 30px;
}

#headinfo a:link,
#headinfo a:visited{
color:#000000;
}

#headinfo a:hover{color:#b79841;}

#headinfo .logo{
font-size: 48px;
}

ul#headlink{
float:right;
width: 460px;
padding : 32px 0 0;
}

ul#headlink li{
list-style: none;
float:right;
border-left: 2px solid #999999;
padding:0 20px;
}


/*************
メインイメージ
*************/
#topimg{
width: 960px;
height:269px;
margin: 0 auto 30px;
clear:both;
overflow: hidden;
background: url(images/bg_main.gif) no-repeat left 0;
}

#topimg .box{
float:left;
margin-top:29px;
}



/*************
メインナビ
*************/
ul#nav{
margin: 0 auto 30px;
width: 955px;
height:40px;
display:block;
border-right: 3px solid #000000;
border-left: 2px solid #000000;
}

ul#nav li{
list-style: none;
float:left;
border-right: 2px solid #000000;
border-left: 2px solid #000000;
width: 187px;
padding:13px 0;
text-align:center;
display:block;
line-height:100%;
}

ul#nav ul{
   display:none;
   position:absolute;
   top:100%;
   left:0;

}

ul#nav li li {
   clear:both;
border: none;
background: #cccccc;
}

ul#nav li:hover {
   position:relative;
}

ul#nav li:hover > ul {
   display: block
}

/*************
メイン（右側）コンテンツ
*************/
#main {
float: right;
width: 576px;
}

#main h2{
font-size: 18px;
color: #000000;
border-bottom: 2px solid #000000;
font-weight:normal;
margin : 10px 0 20px;
line-height:70%;
}

#main h3{
font-size: 18px;
color: #666666;
border-bottom: 2px solid #999999;
font-weight:normal;
margin : 10px 0 20px;
line-height:70%;
}

#main p {
padding: 0 0 20px;
}

#main ul{
width: 617px;
padding:0 0 20px;
}

#main li{
margin: 0 0 10px;
list-style: none;
border-left: 4px solid #000000;
padding : 5px 0 5px 18px;
display:block;
}

/* 画像を右に回りこみ */
#main .withImage {
}

#main .withImage img{
float: right;
margin-left: 10px;
border: 2px solid #000000;
}

#main .withImage p {
padding: 0 0 20px;
}

.post-box {
padding: 0 0 20px;
}

#date {
	text-align: right;
	padding-right: 15px;
	padding-bottom: 10px;
	font-weight:bold;
	color:#b79841;
}

#next {
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}

.daytext{
color:#b79841;
}


/*************
サイド（左側）コンテンツ
*************/
#sidebar {
float: left;
width: 353px;
}

#sidebar .widget {
float: left;
width: 353px;
padding: 0 0 30px 0;
display:block;
}

#sidebar .widget h3 {
font-size: 18px;
color: #000000;
border-bottom: 2px solid #000000;
font-weight:normal;
margin : 10px 0 20px;
line-height:70%;
}

#sidebar .textwidget {
width: 353px;
}

#sidebar .widget ul {
}

#sidebar .widget ul li {
color:#000000;
border-left: 4px solid #000000;
padding : 5px 0 5px 18px;
display:block;
margin:0 0 10px;
}

#sidebar .widget_recent_comments ul li {
padding: 5px 18px 5px;
color:#999999;
list-style: none;
}

#sidebar .widget_calendar table {
width: 353px;
}

#sidebar .widget_calendar table caption{
paddign:0 0 5px;
border-bottom: dotted 1px #999999;
}

#sidebar .widget_calendar table td {
text-align:center;
}

#sidebar .widget_calendar table #next {
padding:0;
}

#sidebar .widget_search label {
display:none;
}

#sidebar .widget_search #s {
border-top: 2px solid #000000;
border-right:4px solid #000000;
border-bottom: 2px solid #000000;
border-left:4px solid #000000;
height: 24px;
width: 310px;
font-size:14px;
color:#999999;
}

#sidebar .widget_search #searchsubmit {
height: 24px;
width: 26px;
border: 0 none;
background: url(images/btn_sea.gif) no-repeat 0 0;
cursor: pointer;
text-indent: -9999px;
}


/*************
/* フッター&ウィジェット
*************/
#footer{
clear:both;
overflow: hidden;
background: url(images/bg_foot.gif) repeat-x 0 0;
padding: 35px 0 0;
}

#inner{
overflow: auto;
padding: 0 0 20px;
margin: 0 auto;
width: 960px;
}

.footlogo{
float:left;
width: 353px;
font-size: 30px;
}

.footlogo a:link,
.footlogo a:visited{
color:#999999;
}

.footlogo a:hover{color:#b79841;}

.footlogo .logo{
font-size: 48px;
}


#footer .widget {
float: right;
width: 576px;
padding: 0 0 30px 0;
display:block;
}

#footer .widget h3 {
font-size: 18px;
color: #999999;
border-bottom: 2px solid #999999;
font-weight:normal;
margin : 20px 0 20px;
line-height:70%;
}

#footer .textwidget {
width: 576px;
}

#copy {
background: #cccccc;
padding : 10px;
text-align: center;
color:#ffffff;
}


/*************
/* コメント
*************/
.comment_form_label{
margin: 0 0 10px;
}
.red{
color : #ff0000;
}
.comment_form_text{
margin: 0 0 20px;
}
.comment_form_in{
border: 1px dotted #ffffff;
width: 570px;
height: 30px;
background: #e1e1e1;
}
.comment_form_box{
margin: 0 0 20px;
}
.comment_form_textbox{
border: 1px dotted #ffffff;
width: 570px;
height: 100px;
background: #e1e1e1;
}
.form_comment_submit {
text-align: center;
}
.form_comment_submit input[type="submit"] {
padding: 10px 30px;
border: 1px dotted #cccccc;
color: #ffffff;
background: #e1e1e1;
}
.form_comment_submit input[type="submit"]:hover {
	filter: alpha(opacity=60);
	moz-opacity:0.6;
	opacity:0.6;
}
