@charset "utf-8";

*{margin:0;padding:0;}

body{
font: 14px "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#252525;
background: url(images/header.png) repeat-x 50% 0;
}

body#sub {
background: url(images/header_sub.png)repeat-x 50% 0;
}

a{color:#993300;}
a:hover{color:#993300;text-decoration:none;}
a:active, a:focus {outline: 0;}
img{border:0;}
.clear{clear:both;}
p{margin-bottom: 15px;}
.center{text-align:center;}
.right{text-align:right;}

/*マージン*/
.-mt5{margin-top: -5px;}
.-mt6{margin-top: -6px;}
.-mt10{margin-top: -10px;}
.-mt15{margin-top: -15px;}
.mt3{margin-top: 3px;}
.mt5{margin-top: 5px;}
.mt6{margin-top: 6px;}
.mt7{margin-top: 7px;}
.mt8{margin-top: 8px;}
.mt10{margin-top: 10px;}
.mb10{margin-bottom: 10px;}
.mb5{margin-bottom: 5px;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mt25{margin-top: 25px;}
.-mt30{margin-top: -30px;}
.-mb30{margin-bottom: -30px;}
.-mb35{margin-bottom: -35px;}

/*オンイメージ*/
#header_sub a:hover img{
	opacity:0.7;
	filter: alpha(opacity=80);
}
#sidebar a:hover img{
	opacity:0.7;
	filter: alpha(opacity=80);
}
#main a:hover img{
	opacity:0.7;
	filter: alpha(opacity=80);
}
/*文字のレイアウト*/
.text_l{text-align: left;}
.text_r{text-align: right;}
.div_c{margin: 0 auto;text-align: center;}
.text_r{text-align: right;margin:0 5px 0 0;}
/*カラー*/
.red{color:#FF3366;}
.blue{color: #008BE8;}
.gray{color: #888;}
.grayl{color:#999;}
.blk{color:#333;}
/* clearfix */
.clearfix:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

.f11 {font-size:11px;}
.f12 {font-size:12px;}

/* 画像を右に回りこみ */
#main .withImage{
width: 670px;
margin: 10px 0 0 10px;
padding: 5px 0px 5px 0;
}

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

/* 画像を左に回りこみ */
#main .withImageL{
float: right;
width: 685px;
margin: 10px 0 0 5px;
padding: 5px 0px 5px 0;

}

#main .withImageL img{
float: left;
margin-left: 0px;margin: 0px 15px 0 0px;
}

.cap01 {
width: 145px;
float: left;text-align: center;
margin: 0px 0px 0px 0px;font-size:13px;
}
.cap01r {
width: 217px;
float: left;text-align: center;
margin: 0px 12px 7px 0px;font-size:13px;
}


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


/*************
/* ヘッダー
*************/
#header{
position:relative;
height: 106px;
padding: 0px 0px 30px 0px;
}

#header h1,#header h2, #header h3, #header ul{
position:absolute;
top:5px;
color: #e1e1e1;
font-size: 13px;
line-height: 20px;
font-weight: normal;
}

#header h2{
font-weight: normal;
right:8px;
}

#header h3{top: 38px;}


/******************
/* ヘッダーナビゲーション
******************/
#header ul{
top: 75px;
right: 0px;
border-right: 1px solid #1a1a1a;
border-left: 1px solid #3d3d3d;
}

#header ul li{
list-style: none;
float:left;
padding: 0 20px;
font-size:15px;
border-right: 1px solid #3d3d3d;
border-left: 1px solid #1a1a1a;
}

#header a{color:#e1e1e1;text-decoration:none;}
#header a:hover{color:#FF9900;}
#header li a#current-menu-item{color:#FF9900;}

/*************
メイン画像
*************/
#mainImage{
padding: 0;
}


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

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

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

/* 横に長いbox */
.long{width:470px;}

/* 画像を左に回りこみ */
.long img{
float:left;
margin: 0 10px 10px 0;
}



#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-right: 15px;
padding-top: 5px;
padding-bottom: 10px;
font-weight:bold;
color:#858585;
}

#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_img_border{
   border: 4px solid #fff;
}

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

/* H2 見出し */
#main h2{
font-size: 17px;
padding: 0px 0px 7px 0;
color: #000;
font-weight: normal;
}
#timg{
	background-image: url(images/bg-h2.png);
	background-repeat: no-repeat;
	line-height: 42px;
	background-position: 0px 0px 0px 0px;
	text-indent: 45px;
}

/* H3 見出し */
#main h3{
font-size: 14px;
margin: 0 0 15px;
padding: 5px 10px 7px 0;
border-bottom: 1px dashed #444444;
color: #333333;
}

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

#sidebar a{color:#252525;}
#sidebar a:hover{color:#252525;text-decoration:none;}

#sidebar h3 {

padding: 1px 10px 7px 10px;
line-height: 40px;
font-size: 14px;
font-weight: normal;
color: #333333;
background: url(images/heading2.png) no-repeat;
}

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

/*************
/* フッター
*************/
#footerUpper{
clear:both;
margin-top: 10px;margin-top: -32px;
padding: 20px 0;
overflow: hidden;
background:#E2E2E2;
border-bottom: 1px solid #393832;
}

#footerUpper a{color:#e1e1e1;text-decoration:none;}



#footerLower a{color:#e1e1e1;}
#footerLower a:hover{color:#fff;text-decoration:none;}

#footerUpper .inner{
overflow: hidden;

}

#footerLower{
border-top: 1px solid #151411;
overflow: hidden;
background:#000;
}

#footerLower .inner{
position:relative;margin-top: 7px;
min-height: 66px;
color: #fff;
font-size:13px;
}

* html #footerLower .inner{height:60px;}

#footerLower .inner p{
position:absolute;
top: 10px;
padding-bottom: 5px;
}

#footerLower .inner p#contact{left:0;}
#footerLower .inner p#copy{right:0;}

#feed {
	clear:both;width: 640px;
	font-family: "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	color: #000000;
	padding:19px 0px 20px 0px;	margin: 0 auto ;
	font-size:14px;
	line-height: 0px;
}
#feedline {
	clear:both;
	width: 640px;
	font-family: "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	color: #000000;
	padding:19px 0px 20px 0px;
	margin: 0 auto;
	font-size:14px;
	line-height: 0px;
	background-position: 0 34px;
	background-image: url(images/borderDot.png);
	background-repeat: repeat-x;
}
#feedline2 {
	clear:both;
	background:url(images/borderDot.png) repeat-x 0 100%;
	height: 4px;
	width: 672px;width: 640px;
	background-position: top;
	margin: 0 0 0 -5px;
}

/* ======　ページトップ　======= */
#pagetop {
	clear:both;
	margin:0px 0px 0px 0px;
	width:941px;
	position:relative;
	text-align:right;
	background-position: right 0px;
	padding: 45px 0 0 0;
	font-size:11px;
	height: 32px;
}
#pagetop li {
	list-style: none;
	margin:0px 0px 0px 0px;	padding:0px 0px 0px 0px;
	line-height: 18px;
}
#pagetop li a {
	padding:0px 35px 0px 0px;	
	margin:0px 0px 0px 0px;
}
#pagetop li a:hover {
	padding:0px 35px 0px 0px;
	margin:0px 0px 0px 0px;
}


