@charset "utf-8";
/*
Theme Name: theme302
Theme URI: http://theme.o2gp.com/
Description: theme302
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:#666666;
background: #ffffff url(images/bg_head.gif) repeat-x center top;
}

a{color:#0099cc; text-decoration:none;}
a:hover{color:#99ffff; text-decoration:none;}
a:active, a:focus {outline: 0;}
img{border:0;}
.clear{clear:both;}


/*************
全体
*************/
#wrapper{
margin: 0 auto;
padding: 0 0 10px;
width: 910px;
}

#container{
padding: 30px 0 0;
clear:both;
overflow: hidden;
}

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


/*************
/* ヘッダー
*************/
#header{
height: 134px;
padding: 0 0 20px;
clear:both;
overflow: auto;
}

#headinfo{
float:left;
width: 260px;
}

#headimg{
float:right;
width: 625px;
padding : 34px 0 0;
}

#headimg .box{
float:right;
background: url(images/bg_sp.png) no-repeat center center;
padding:3px;
margin : 0 0 0 5px;
}

#header h1 {
padding: 20px 0 25px;
font-size: 12px;
font-weight: normal;
}


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

#main h2{
font-size: 18px;
color: #000000;
background: url(images/h2.gif) repeat-y left 0;
padding:6px 0 5px 18px;
font-weight:normal;
margin : 0 0 20px;
}

#main h3{
font-size: 14px;
color: #000000;
background: url(images/h3.gif) repeat-y left 0;
padding:6px 0 5px 18px;
font-weight:normal;
margin : 0 0 20px;
}

#h2news{
background: url(images/bannew.gif) no-repeat 0 0;
text-indent:-9999px;
height: 30px;
padding: 0 0 20px;
}

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

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

#main li{
margin: 0 0 10px;
list-style: none;
}

#main li a:link,
#main li a:visited{
color:#000000;
background: url(images/h3.gif) repeat-y left 0;
padding : 5px 0 5px 18px;
display:block;
}

#main li a:hover{
color:#0099cc;
background: url(images/h2.gif) repeat-y left 0;
padding : 5px 0 5px 18px;
display:block;
}

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

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

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

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

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

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


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

/*************
/* ナビゲーション
*************/
ul#topnav{
margin: 0 0 30px;
width: 260px;
height: 204px;
}

ul#topnav li{
list-style:none;
width:260px;
}

ul#topnav a{
text-indent: -9999px;
text-decoration: none;
display: block;
width: 260px;
height: 34px;
background:url(images/nav.gif) no-repeat;
}

ul#topnav a#nav_01{background-position:0 0;}
ul#topnav a#nav_02{background-position:0 -34px;}
ul#topnav a#nav_03{background-position:0 -68px;}
ul#topnav a#nav_04{background-position:0 -102px;}
ul#topnav a#nav_05{background-position:0 -136px;}
ul#topnav a#nav_06{background-position:0 -170px;}

ul#topnav a#nav_01:hover, ul#topnav li.active a#nav_01{background-position:-260px 0;}
ul#topnav a#nav_02:hover, ul#topnav li.active a#nav_02{background-position:-260px -34px;}
ul#topnav a#nav_03:hover, ul#topnav li.active a#nav_03{background-position:-260px -68px;}
ul#topnav a#nav_04:hover, ul#topnav li.active a#nav_04{background-position:-260px -102px;}
ul#topnav a#nav_05:hover, ul#topnav li.active a#nav_05{background-position:-260px -136px;}
ul#topnav a#nav_06:hover, ul#topnav li.active a#nav_06{background-position:-260px -170px;}
ul#topnav a#nav_07:hover, ul#topnav li.active a#nav_07{background-position:-260px -104px;}

#h3sea{
background: url(images/bansea.gif) no-repeat 0 0;
text-indent:-9999px;
height: 51px;
}

#sab_search {
position: relative;
margin-bottom: 30px;
}

#sab_search_text {
border-top: none 0;
border-right:none 0;
border-bottom: 1px dotted #0099cc;
border-left:none 0;
height: 36px;
width: 220px;
font-size:14px;
color:#999999;
}

#sab_search_submit {
position: absolute;
top:0;
right: 0;
height: 36px;
width: 36px;
border: 0 none;
background: url(images/btnsea.gif) no-repeat 0 0;
cursor: pointer;
text-indent: -9999px;
}


/*************
/* フッター
*************/
#footer{
clear:both;
overflow: hidden;
background: url(images/line.gif) repeat-x 0 top;
padding: 73px 0 0;
}

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

.widget {
float: left;
width: 290px;
padding: 0 20px 30px 0;
display:block;
}

.widget h3 {
font-size: 14px;
color: #000000;
background: url(images/h3.gif) repeat-y left 0;
padding:6px 0 5px 18px;
font-weight:normal;
margin-bottom:10px;
}

.widget ul {
}

.widget ul li {
padding: 0 0 0 2px;
color:#999999;
list-style-type: disc;
list-style-position: inside;
margin:0 0 5px;
}

.widget_recent_comments ul li {
padding: 0 0 10px;
color:#999999;
list-style: none;
border-bottom: dotted 1px #999999;
}

.textwidget {
width: 290px;
padding: 0 20px 0 0;
}

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

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

.widget_calendar table #next {
padding:0;
}

.widget_search label {
display:none;
}

.widget_search #s {
border-top: none 0;
border-right:none 0;
border-bottom: 1px dotted #999999;
border-left:none 0;
height: 36px;
width: 240px;
font-size:14px;
color:#999999;
}

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

#copy {
background: url(images/bg_foot.gif) repeat 0 0;
padding : 10px;
text-align: center;
color:#999999;
}


/*************
/* コメント
*************/
.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: 588px;
height: 30px;
background: #e1e1e1;
}
.comment_form_box{
margin: 0 0 20px;
}
.comment_form_textbox{
border: 1px dotted #ffffff;
width: 588px;
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;
}
