@charset "utf-8";
/*
Theme Name: theme010
Theme URI: http://theme.o2gp.com/
Description: theme010
Version: 1.0
Author: o2 Group
Author URI: http://theme.o2gp.com/
Tags: simple

	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.4 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#252525;
background: #ffffff url(images/title2_bg.png) no-repeat center top;
}


a{color:#cc9a14;text-decoration:none;}
a:hover{color:#ff9a14;}
a:active, a:focus {outline: 0;}
img{border:0;}
.clear{clear:both;}


/*************
全体
*************/
#wrapper{
margin: 0 auto;
padding: 0 20px;
width: 910px;
}

/*************
/* ヘッダー
*************/
#header{
/* background: url(images/header.png) no-repeat 100% 0; */
height: 80px;
}

#header h1 {
padding: 4px 5px 15px;
font-size: 10px;
font-weight: normal;
color: #333333;
}


/*************
/* トップナビゲーション
*************/
ul#topnav{
margin: 15px 0 0px;
width: 910px;
height: 46px;
}

ul#topnav li{float:left;list-style:none;width:130px;}

ul#topnav a{
display: block;
width: 130px;
height: 46px;
}


div#titlearea {
margin: 15px 0 0 0px;
padding: 0 0 0 0px;
width: 910px;
height: 120px;
}

div#titletext {
margin: 0 0 0 360px;
color: white;
font-size: 21px;

}

div#titletext2 {
margin: 0 0 0 360px;
color: white;
}

/*************
メイン（右側）コンテンツ
*************/
#main {
float: right;
width: 618px;
padding: 20px 0;
display: inline;
}

#main h2{
padding: 0 10px 0px 20px;
line-height: 40px;
font-size: 21px;
font-weight: bold;
color: #333333;
background: url(images/heading.png) no-repeat;
}

#main h3 {
font-size: 14px;
line-height: 30px;
background: url(images/h3.png) no-repeat ;
padding-left: 15px;
padding-bottom: 10px;
margin-top: 20px;
letter-spacing: 0.2em;
color: #333333;
}

#main p {
padding: 15px 15px 15px 20px;
}

/* 画像を右に回りこみ */
#main p.withImage{
width: 598px;
margin: 20px 0 10px 10px;
padding: 5px 0;
}

#main p.withImage img{
float: right;
margin-left: .5em;
}

#date {
text-align: right;
padding-right: 15px;
padding-top: 15px;
padding-bottom: 10px;
font-weight:bold;
color:#1793d9;
}

#next {
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}
img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}

/* フッター共通 */
.box{
float: left;
width: 180px;
margin: 10px 10px 10px 16px;
/* line-height: 1.2; */
}

.box_img{
padding: 0px 0px 5px 0px;
}

.last{margin-right:0;}


/* ボタン */
p.button{
text-align: center;
font-weight:bold;
padding: 0px 0;
}

p.button a{
display:block;
line-height: 32px;
background: #ffffff url(images/button2.png) no-repeat;
margin: 0 -20px;
}

p.button span{
display:block;
line-height: 32px;
background: #ffffff url(images/button2.png) no-repeat;
margin: 0 -20px;
}

p.button2{
text-align: center;
font-weight:bold;
padding: 0px 0;
}

p.button2 a{
display:block;
line-height: 32px;
background: #ffffff url(images/button2.png) no-repeat;
margin: 0 -20px;
}


p.button a{color:#cc9a14;}
p.button a:hover{color:#fff;}

p.button a:hover{
cursor:pointer;
background-position: 0 -32px;
}


p.button2 a{color:#cc9a14;}
p.button2 a:hover{color:#fff;}

p.button2 a:hover{
cursor:pointer;
background-position: 0 -32px;
}

/* メインとフッターのリスト位置調節 */
#main ul, #footer ul{margin-left: 20px;}
#main li, #footer li{margin-bottom: 3px;}


/*************
サイド（左側）コンテンツ
*************/
#sidebar {
float: left;
width: 265px;
padding: 20px 0;
}

#sidebar p{margin-bottom: 20px;}

#sidebar h3 {
margin-top: 5px;
padding-left: 15px;
line-height: 50px;
font-size: 15px;
font-weight: normal;
color: #ffffff;
background: #0b82be url(images/heading2.png) no-repeat;
}

#sidebar ul{
padding: 10px 0;
}

#sidebar li{
margin: 0 0 10px 0;
list-style: none;
border-bottom: 1px dashed #1793d9;
}

#sidebar li a{
background: url(images/list.png) no-repeat 0 50%;
display: block;
padding-left:15px;
}

#sidebar li a:hover{background-position: 3px 50%;}




/*************
/* フッター
*************/
#footer{
clear:both;
padding: 10px 0 10px;
border-top: 1px solid #cccccc;
}

#footer .inner{
overflow: hidden;
}

* html #footer .inner{height:1%;}

#footer #logo{
float:left;
padding: 10px 0 5px;
width: 292px;
}

address{
padding: 20px 0 3px;
text-align: center;
font-style:normal;
font-size: 12px;
clear:both;
display:block;
}

dl.horizontal {   
/* border:1px solid #999;  */ 
 width:540px;   
}   
dl.horizontal dt {   
 float:left;   
 width:140px;   
 padding:5px 0 5px 10px;   
 clear:both;   
 font-weight:bold;   
}   
dl.horizontal dd {   
/* width:260px;   */
 margin-left:140px;   
 padding:5px 5px 5px 10px;   
/* border-left:1px solid #999;   */
}  

table.spec {
 margin-left: 16px;
}

table.spec th {
 background: #ffc000;
 border-style: none;
 width: 100px;
}

table.spec td {
 background: #f0f0f0;
 border-style: none;
 width: 200px;
 padding: 0px 10px;
 text-align: right;
}

table.dimension {
 margin-left: 16px;
}

table.dimension th {
 background: #ffc000;
 border-style: none;
 padding: 0px 10px;
}

table.dimension td {
 background: #f0f0f0;
 border-style: none;
}

img.banner {
 border-style: solid;
 border-width: 1px;
 border-color: #808080;
}
