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

a{color:#77cc3b; text-decoration:underline;}
a:hover{color:#e9bf27; text-decoration:underline;}
a:active, a:focus {outline: 0;}
img{border:0;}
.clear{clear:both;}


/*************
全体
*************/
#wrapper{
margin: 0 auto;
width: 960px;
}
.logo{
height: 59px;
width: 273px;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}
.logo a:link,
.logo a:visited{
height: 59px;
width: 273px;
display:block;
background: url(images/logo.png) no-repeat 0 0;
}
.logo a:hover {
filter: alpha(opacity=50);
moz-opacity:0.5;
opacity:0.5;
}



/*************
/* ヘッダー
*************/
#header{
height: 100px;
margin: 0 0 30px;
}

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


/*************
/* トップナビゲーション
*************/
ul#topnav{
padding: 0 0 30px;
clear:both;
overflow: auto;
}

ul#topnav li{
float:left;
list-style:none;
width:151px;
height: 50px;
background: url(images/nav.png) no-repeat 100% 50%;
margin: 0 20px 0 0;
display: block;
text-align:center;
}

ul#topnav li a{
display: block;
padding: 12px 0 0;
color:#ffffff;
text-decoration:none;
}

ul#topnav li a:hover{
color:#e9bf27;
text-decoration:none;
}


/*************
トップページイメージ
*************/
#topimg{
padding: 0 0 30px 50px;
height : 140px;
clear:both;
overflow: auto;
}
#topimg .box {
position : relative;
width :  176px;
height : 140px;
float: left;
margin:0 50px 0 0;
padding:0;
}
#topimg .box span {
position: absolute;
top : 0;
left : 0;
width :  176px;
height : 140px;
background: url(images/flame.png) no-repeat 0 0;
}

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



/*************
メイン（右側）コンテンツ
*************/
#main {
float: right;
width: 719px;
padding-bottom:10px;
}

#main h2{
font-size: 14px;
padding: 14px 10px 0;
height:37px;
background:url(images/h2.jpg) repeat-x 0 0;
border: none;
color: #ffffff;
font-weight: normal;
line-height: 1;
margin: 0 0 20px;
}

#main h3 {
font-size: 14px;
padding: 14px 10px 0;
height:37px;
background:url(images/h3.jpg) repeat-x 0 0;
line-height: 1;
font-weight: normal;
color: #ffffff;
margin: 0 0 20px;
}

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

/* 画像を右に回りこみ */
#main p.withImage{
width: 675px;
padding: 0 0 30px 20px;
}

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

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

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


/*************
サイド（左側）コンテンツ
*************/
#sidebar {
float: left;
width: 225px;
padding-bottom:30px;
}

#sidebar p{margin-bottom: 12px;}

#sidebar h3{
font-size: 14px;
padding: 14px 10px 0;
height:37px;
background:url(images/subh3.jpg) repeat-x 0 0;
line-height: 1;
font-weight: normal;
color: #ffffff;
margin: 0 0 20px;
}

#sidebar ul{
margin-left: 5px;
padding: 0 0 20px;
}
#sidebar li{
padding: 0 0 15px;
list-style: none;
border-bottom:2px dashed #000000;
display: block;
margin : 0 0 15px;
}


/*************
/* フッター
*************/
#footerUpper{
clear:both;
overflow: hidden;
border-top:2px dashed #000000;
}
#footerUpper .inner{
overflow: auto;
padding: 50px 0 20px;
margin: 0 auto;
width: 960px;
}
#footerUpper #footlogo{
float:left;
width: 300px;
}
#footerUpper .box{
float: left;
width: 195px;
margin: 0 16px 0 0;
}
#footerUpper ul{
margin-left: 5px;
padding: 0 0 20px;
}
#footerUpper li{
padding: 0 0 12px 28px;
list-style: none;
line-height: 1;
background: url(images/bullet.jpg) no-repeat 0 0;
display: block;
}
#footerUpper li a{
padding: 2px 0 0;
line-height: 1;
display: block;
}

#footerLower{
overflow: hidden;
background: url(images/bg_copy.gif) repeat 0 0;
color: #ffffff;
text-align:center;
padding:20px;
}
