@charset "utf-8";
/*
Theme Name: theme280
Theme URI: http://theme.o2gp.com/
Description: theme280
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{
color:#333333;
font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
font-size: 14px;
line-height: 1.6;
background: url(images/bg_head.jpg) repeat-x center top;
}

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

/*************
メインビジュアル
*************/
#main_img{
width: 910px;
height: 222px;
padding: 0;
background: url(images/img_main.jpg) no-repeat top center;
margin:0 0 30px;
text-indent:-9999px;
}

/*************
全体
*************/
#wrapper{
width: 100%;
background: url(images/bg_content.jpg) repeat-x bottom center;
}
#content{
margin: 0 auto;
padding : 50px 0 70px;
width: 910px;
clear:both;
overflow: auto;
}

/*************
/* ヘッダー
*************/
#header{
height: 195px;
margin: 0 auto;
width: 910px;
}
#header h1 {
padding: 25px 0 20px;
font-size: 12px;
line-height: 1;
font-weight: normal;
}
#header_area{
height:108px;
margin: 0 0 28px 0;
background: url(images/tel.jpg) no-repeat right center;
}

/*************
/* トップナビゲーション
*************/
ul#topnav {
width: 910px;
height: 58px;
}

ul#topnav li{float:left;list-style:none;width:130px;}

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

ul#topnav a#nav01{background-position:0 0;}
ul#topnav a#nav02{background-position:-130px 0;}
ul#topnav a#nav03{background-position:-260px 0;}
ul#topnav a#nav04{background-position:-390px 0;}
ul#topnav a#nav05{background-position:-520px 0;}
ul#topnav a#nav06{background-position:-650px 0;}
ul#topnav a#nav07{background-position:-780px 0;}

ul#topnav a#nav01:hover,
ul#topnav a#nav02:hover,
ul#topnav a#nav03:hover,
ul#topnav a#nav04:hover,
ul#topnav a#nav05:hover,
ul#topnav a#nav06:hover,
ul#topnav a#nav07:hover{
filter: alpha(opacity=60);
moz-opacity:0.6;
opacity:0.6;
}


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

#main .bannerM img{
padding-right: 12px;
padding-bottom: 20px;
}
#main .bannerM img.last{padding-right:0;}

#main h2{
display: block;
padding: 9px 10px 0;
height: 23px;
font-size: 14px;
font-weight: normal;
line-height: 1;
color: #666666;
background: url(images/bg_h.jpg) no-repeat top right;
border: 1px solid #e0e0e0;
margin: 0 0 15px;
}

#main h3 {
font-size: 14px;
height: 22px;
margin: 0 0 10px;
border-bottom: 1px dotted #cccccc;
background: url(images/icon.png) no-repeat 10px 10px;
padding:5px 0 5px 30px;
}

#main p {
padding: 20px;
}

/* 画像を右に回りこみ */
#main p.withImage{
padding: 10px;
}

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

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

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

/* フッター共通 */
.box{
float: left;
width: 195px;
margin: 20px 16px 10px 0;
line-height: 1.2;
}

.box_img{
padding: 0px 0px 10px 0px;
}

.last{margin-right:0;}


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

.side_ban_last{margin-bottom:20px;}

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

#sidebar h3 {
padding: 9px 10px 0;
height: 23px;
font-size: 14px;
font-weight: normal;
line-height: 1;
color: #666666;
background: url(images/bg_h.jpg) no-repeat top right;
border: 1px solid #e0e0e0;
}

#sidebar ul{
padding: 10px 0 30px;
}

#sidebar li{
margin: 0 0 10px;
list-style: none;
border-bottom: 1px dotted #cccccc;
line-height: 140%;
}

#sidebar li a{
background: url(images/icon.png) no-repeat 10px 3px;
display: block;
padding-left:30px;
}



/*************
/* フッター
*************/
#footer{
clear:both;
padding: 40px 0 20px;
background: #ffffff url(images/bg_foot.jpg) repeat-x center top;
}

#footer .inner{
width: 910px;
margin: 0 auto;
overflow: hidden;
}
#footer li{
background: url(images/icon.png) no-repeat 0 3px;
padding:0 0 0 20px;
list-style: none;
margin-bottom: 10px;
}

* html #footer .inner{height:1%;}

#footer #logo{
float:left;
padding: 10px 0 5px;
width: 290px;
}

address{
padding: 0 0 40px;
text-align: center;
font-style:normal;
clear:both;
display:block;
color:#999999;
}
