@charset "utf-8";
/*
Theme Name: theme274
Theme URI: http://theme.o2gp.com/
Description: theme274
Version: 1.0
Author: o2 Group
Author URI: http://theme.o2gp.com/
Tags: beauty

	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:#845040;
background:#ffffff url(images/bg_body.jpg) repeat 0 0;
}

a{color:#c03333;text-decoration:underline;}
a:hover{color:#e87575;}
a:active, a:focus {outline: 0;}
img{border:0;}
.clear{clear:both;}
p{
padding: 10px;
background: url(images/content_bg.png) repeat 0 0;
}
.center{text-align:center;}
.right{text-align:right;}


/*************
全体幅
*************/
#header, #container{
margin: 0 auto;
width: 960px;
}


/*************
/* ヘッダー
*************/
#header{
position:relative;
height: 120px;
}
#header h1,#header h2, #header h3, #header ul{
position:absolute;
top:15px;
font-size: 11px;
font-weight: normal;
}
#header h2{
font-weight: normal;
right:0;
}
#header h3{top: 43px;}


/******************
/* ヘッダーナビゲーション
******************/
#header ul{
top: 60px;
right:0;
border-left: 1px dashed #845040;
}
#header ul li{
list-style: none;
float:left;
padding: 0 20px;
font-size:12px;
font-weight: bold;
border-right: 1px dashed #845040;
}


/*************
コンテンツ全体
*************/
#container{padding: 10px 0;}

.box{
float: left;
width: 225px;
margin-right: 15px;
padding-bottom: 10px;
line-height: 1.2;
}

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

/* H2 見出し */
#container h2{
font-size: 14px;
margin: 0;
padding: 15px 10px 15px;
background:url(images/h3.png) repeat-x 0 0;
}

/* H3 見出し */
#container h3{
font-size: 14px;
height: 22px;
margin: 20px 0 15px;
padding: 5px 10px 0;
border-left: 10px solid #9c0808;
}

#container ul li, .inner ul li{
list-style: none;
margin-bottom: 8px;
padding: 1px 0 1px 25px;
background:url(images/bullet.png) no-repeat 0 0;
}

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

#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;
}


/************************
メイン（左側）コンテンツ
************************/
#main {
float: left;
width: 715px;
padding-bottom:30px;
}


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

#sidebar h3{
font-size: 14px;
margin: 0 0 15px;
padding: 15px 10px 15px;
background:url(images/h3.png) repeat-x 0 0;
border: none;
}

#sidebar ul{
padding-bottom:10px;
}

/*************
/* フッター
*************/
#footerUpper{
clear:both;
overflow: hidden;
background: url(images/bg_foot.jpg) repeat 0 0;
}
#line {
background: url(images/line.png) repeat-x 0 0;
margin: 0 auto;
height: 17px;
}
#footerUpper .inner{
overflow: auto;
padding: 40px 0 20px;
margin: 0 auto;
width: 960px;
}
#footerUpper #logo{
float:left;
width: 300px;
}
#footerUpper .box{
float: left;
width: 195px;
margin: 0 16px 0 0;
}

#footerLower{
overflow: hidden;
background: url(images/bg_copy.jpg) repeat 0 0;
}
#footerLower .inner{
position:relative;
min-height: 60px;
font-size:13px;
margin: 0 auto;
width: 960px;
padding: 10px 0 0;
}
* html #footerLower .inner{height:60px;}
#footerLower .inner p{
position:absolute;
top: 14px;
padding: 0 0 10px;
background:none;
}
#footerLower .inner p#copy{padding-top: 10px;}
#footerLower .inner p#contact{
position:absolute;
right:0;}