@charset "utf-8";
/*
Theme Name: theme173aplus
Theme URI: http://andoyutaka.com/aplus/
Description: （子テーマ）WordPress のデフォルトテーマtheme173をベースにした子テーマ。
Version: 1.0
Author: o2 Group
Author URI: http://theme.o2gp.com/
Tags: simple

Template: theme173

	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: 10px "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#252525;
background:#e7e7e7;
}

a{
color:#8e8e8e;
text-decoration:none;
font-weight: bold;
}
a:hover{color:#363636;text-decoration:none;}
a:active, a:focus {outline: 0;}
img{border:0;}
.clear{clear:both;}
p{margin-bottom: 10px;}
.center{text-align:center;}
.right{text-align:right;}

a:hover img {
opacity:0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
background: #FFFFFF;
}

/*************
全体幅
*************/
#header, #container, .inner{
margin: 0 auto;
width: 960px;
}


/*************
/* ヘッダー
*************/
#header{
position:relative;
height: 106px;
padding: 0px 0px 30px;
}

#header h1,#header h2, #header h3, #header ul{
position:absolute;
top:40px;
color: #000;
font-size: 10px;
line-height: 22px;
font-weight: normal;
}

#header h2{
font-size: 24px;
top: 68px;
}

/* ロゴの位置 */
#header h3{top: 40px;}

/******************
/* ヘッダーナビゲーション
******************/
#header ul{
top: 56px;
right: 0px;
border-right: 1px solid #d8d8d8;
border-left: 1px solid #f4f4f4;
}

#header ul li{
font-weight: bold;
list-style: none;
float:left;
padding: 0 20px;
border-right: 1px solid #f4f4f4;
border-left: 1px solid #d8d8d8;
}

#header a{color:#8e8e8e;text-decoration:none;}

#header a:hover{color:#363636;}


/*************
コンテンツ全体
*************/
#container{padding: 1px 0;}

.box{
float: left;
width: 305px;
margin-right: 15px;
padding-bottom: 2px;
line-height: 1.2;
}

/* 最後のbox */
.last{margin-right:0;}

/* H2 見出し */
#container h2{
font-weight: normal;
font-size: 12px;
margin: 0 0 15px;
padding: 5px 10px 7px 0;
border-bottom: 1px solid #999;
color: #555555;
}

/* H3 見出し */
#container h3{
font-weight: normal;
font-size: 12px;
margin: 0 0 15px;
padding: 5px 10px 7px 0;
color: #333333;
}

#container ul, .inner ul{margin-left: 5px;}

#container ul li, .inner ul li{
list-style: none;
margin-bottom: 7px;
padding-left: 17px;
background:url(images/bullet.png) no-repeat 0 3px;
}

.inner ul li{background-image:url(images/bullet.png);}

#date {
text-align: right;
padding-top: 5px;
padding-bottom: 20px;
font-weight:bold;
color:#858585;
}

#next {
text-align: center;
padding-top: 50px;
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_img_border{
   border: 4px solid #fff;
}

/************************
メイン（左側）コンテンツ
************************/
#main {
float: left;
width: 715px;
padding-bottom:60px;
}


/************************
サイド（右側）コンテンツ
************************/
#sidebar {
float: right;
width: 225px;
padding-bottom:30px;
}

#sidebar h3{
font-size: 12px;
margin: 0 0 15px;
padding: 5px 10px 7px 0;
border-bottom: 1px solid #999;
color: #555555;
}

#sidebar ul{
padding-bottom:10px;
}

/*************
/* フッター
*************/
#footerLower{
margin-top: 45px;
overflow: hidden;
}

#footerLower .inner{
position:relative;
min-height: 60px;
color: #999;
}

* html #footerLower .inner{height:60px;}

#footerLower .inner p{
position:absolute;
top: 10px;
padding-bottom: 5px;
}

#footerLower .inner p#contact{right:0;}

/*************
/* テーブル
*************/
/* table common */
table.common	{
	border: 1px solid #DDD;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 10px;
}
table.common th	{
	background: url(images/th_1.jpg) repeat-x bottom;
	border: 1px solid #DDD;
	color: #333;
	padding: 10px;
	color: #333333;
}
table.common td	{
	border: 1px solid #DDD;
	padding: 10px;
	color: #333333;
	text-align: center;
	background-color: #eaeaea
}
table.common_b	{
	width: 100%;
	border: 1px solid #DDD;
}
table.common_b th	{
	background: url(images/th_10.jpg) repeat-x bottom;
	border: 1px solid #DDD;
	color: #333;
}
table.common_b td	{
	border: 1px solid #DDD;
	color: #333;
}
