@charset "shift_jis";
/*全ページ適用CSS -------------------------------------------------------------- */

* {
	margin		: 0;
	padding		: 0;
	font-style	: normal;
	font-size	: 100%;
}

body {
	/*font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka, "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;*/
	font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka,"MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 75%;
	line-height:1.5;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, th, td{  
margin:0; padding:0;  
}  
table{  
border-collapse:collapse; border-spacing:0;  
}  
fieldset, img{  
border:0;  
} 
img {
vertical-align: top;
}
address, caption, cite, code, dfn, em, strong, th, var{
font-style:normal; font-weight:normal;  
}
ol, ul{  
list-style:none;  
} 
caption, th{  
text-align:left;  
}
h1, h2, h3, h4, h5, h6{  
font-size:100%; font-weight:normal;  
}
hr {
display: none;
}

abbr, acronym{  
border:0;  
}
/* モダンブラウザ向け */
.clearfix:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
}
.clearfix {
        display: inline-block;
}
/* IE-mac \*/
* html .clearfix {
        height: 1%;
}
.clearfix {
        display: block;
}
/* End IE-mac */

.clear{
clear:both;
} 


/*------------------------------------
ラッパー 
------------------------------------*/ 
#wrapper {
	margin: 0px auto;
	text-align: left;
	background: #FFFFFF;
	width: 918px;
	clear: both;
	border-right:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;	
}

/*------------------------------------
ヘッダー 
------------------------------------*/ 


#header {
	width: 918px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	height: 115px;
	background-color:#FFFFFF;
	border-right:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
}


#header h1 {
	padding: 0px;;
	margin: 0 0 0 7px;
	color:#333333;
}

#header .left{
	display:inline;
	float:left;
	margin:0;
	width:260px;
	height:57px;
}

#header .right{

	display:inline;
	float:right;
	margin:33px 0 0 0;
}

#header .menu li{
	display:inline;
	float:left;
	background:url(../img/img-common/hld_02.gif) no-repeat;
	margin:0 18px 0 0;
	text-indent:15px;
	line-height:110%;	
}

#header .menu a{
	text-decoration:none;
	color: #333333; 
}

 
#header .menu a:hover {
	text-decoration:underline;
}

/*------------------------------------
ヘッダー・グローバルナビ(※)
------------------------------------*/
#header #globalnavi {
	background:url("../img/img-common/bg_globalnavi.jpg") repeat-x scroll 0 0 transparent;
	height:40px;
	width: 100%;
	overflow:hidden;
}
#header #globalnavi li{
	background:url(../img/img-common/bg_separate.gif) no-repeat 0 10px;
	display:inline;
	float:left;
	line-height:110%;	
}
#header #globalnavi li.first{
	margin:0 0 0 15px;
	background: none;
}
#header #globalnavi li.last{
	margin:0 0 0 0;
}
#header #globalnavi li a{
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	line-height:40px;
	text-decoration:none;
	font-size:117%;
	text-align:center;
	margin:0 0 0 2px;
	padding:0 22px 0 21px;	
}
#header #globalnavi li a:hover{
	text-decoration:underline;
	background:#66CCFF;
}
#header #globalnavi li a.current{
	background:#66CCFF;
}




/*------------------------------------
コンテナー
------------------------------------*/ 
#container{
	background:url(../img/img-common/hld_18.gif) repeat-y ;
}


/*------------------------------------
コンテンツ 
------------------------------------*/ 
#contents {
	margin: 0px;
	padding: 0px;
	float:right;
	display:inline;
	width:708px;
}



/*------------------------------------
左ナビ 
------------------------------------*/ 
#leftnavi {
	float:left;
	display:inline;
	margin:0;
	width:210px;
	padding:0 0 0 0;
}

/*------------------------------------
左ナビ ・カテゴリ
------------------------------------*/ 

#leftnavi #category{
	/*margin:17px 0 0 11px;*/
	margin:9px 2px 0px 5px;
}

#leftnavi #category li{
	/*background:url(../img/img-common/bg01.gif) no-repeat top left;
	margin:0 0 8px 0;*/
	border-bottom:1px dotted #0099FF;
	
	/*width:191px;*/
	/*line-height:56px;
	height:56px;*/
	width:100%;
	/*line-height:46px;
	height:46px;*/
}

#leftnavi #category li a{
	background:url("../img/img-common/bg_lnv_list.gif") repeat-y scroll 0 0 transparent;
	
	width:160px; 
	/*margin:-5px 0 0 20px;*/
	margin:7px 0 7px 3px;
	color:#333333;
	/*text-decoration:underline;*/
	text-decoration:none;
	/*line-height:150%;*/
	line-height:150%;
	padding:5px 0 5px 14px;
	vertical-align:middle;
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom: 1;
}


#leftnavi #category li div{
	vertical-align:middle;
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom: 1;
}

#leftnavi #category li a:hover{
	color:#333333;
	/*text-decoration:none;*/
	text-decoration:underline;
}

/*------------------------------------
左ナビ ・検索
------------------------------------*/ 


#leftnavi #search{
	margin:17px 0 0 20px;
}

#leftnavi #search p{
	margin:0 0 3px 0;
}


#leftnavi #search .submit{
	background:url(../img/img-common/hld_14.jpg) no-repeat;
	border:none;
	height:19px;
	width:57px;
	padding:0;
	vertical-align:middle;
	text-indent:-10000px;
	margin:-3px 0 0 0;
}

#leftnavi #search .text{
	border:solid 1px #A5BACD;
	width:107px;
}


/*------------------------------------
左ナビ ・ページ情報
------------------------------------*/
#leftnavi #info{
	margin:15px 0 0 14px;
	width:179px;
	background-color:#FFFFFF;
	border:solid 1px #CCCCCC;
}

#leftnavi #info ul{
	margin:17px 0 0 10px;
	padding:0 0 12px 0;
}

#leftnavi #info li{
	background:url(../img/img-common/hld_15.gif) no-repeat;
	margin:0 0 5px 0;
	padding:0 5px 0 20px;
}

#leftnavi #info li a{
	color:#333333;
	text-decoration:none;
}

#leftnavi #info li a:hover{
	color:#333333;
	text-decoration:underline;
}


/*-----------------------------------*/
#leftnavi #access{
	margin:22px 15px 0 15px;
	background:#FFFFFF;
	width:180px;
	padding:0 0 10px 0;
}

#leftnavi #access h3{
	margin:0 0 10px 4px;
	padding:11px 0 0 0;
	background:url(../img/img-common/hld_30.gif) no-repeat bottom left;
	text-indent:-10000px;
	height:26px;
}

#leftnavi #access li{
	color:#333333;
	list-style:none;
	list-style-position:inside;	
	margin:0px 5px 0 3px;
	line-height:155%;
	float:left;
	display:inline;
	padding: 0 0 0 19px;
	width:145px;
	background:url(../img/img-common/hld_15.gif) no-repeat 0 -1px;
}

#leftnavi #access li.space1{
	margin-top:3px;
}


#leftnavi #access li.space2{
	margin-top:18px;
}

#leftnavi #access li .count{
	font-weight:bold;
}



/*------------------------------------
左ナビ ・What's New
------------------------------------*/
#leftnavi #news h3{
	width:185px;
	height: 35px;
	margin:22px 0 0 10px;
	background:url(../img/img-common/hld_16.jpg) no-repeat;
}

#leftnavi #news h3 a {
	display:inline;
	float:left;
	width:36px;
	height:15px;
	text-indent:-10000px;
	margin:4px 0 0 142px;
	
}

#leftnavi #news ul{
	margin:0 0 0 11px;
}

#leftnavi #news li{
	background:url(../img/img-common/hld_17.png) no-repeat left bottom;
	padding:6px 10px 6px 0px; 
	margin:0;
}

#leftnavi #news li a{
	color:#0066FF;
	display:block;
	padding-left:20px;
	text-decoration:underline;
	background:url(../img/img-common/hld_19.gif) no-repeat top left;
	width:157px;
}

#leftnavi #news li a:hover{
	color:#news;
	text-decoration:none;
}

/*------------------------------------
左ナビ ・アクセス情報
------------------------------------*/
#leftnavi #access{
	margin:15px 0 0 14px;
}

#leftnavi #access h3{
	margin:0 0 8px 4px;
	font-size:120%;
}

#leftnavi #access dt{
	margin:0 0 0 20px;
	float:left;
	width:115px;
}

#leftnavi #access .space{
	margin:10px 0 0 20px;
}

#leftnavi #access dd{
	color:#333333;
}

/*------------------------------------
左ナビ ・アドセンス
------------------------------------*/
#leftnavi .adsence{
	margin:15px 0 0px 5px;
}

#leftnavi .adsence2{
	margin:15px 0 0px;
	text-align:center;
}
/*------------------------------------
ページ トップ
------------------------------------*/ 

#pagetop{
	margin:40px 0 50px 607px;
}

#pagetop a{
	font:0px;
	display:block;
	outline:medium none;
	width:59px;
	height:7px;
	text-indent:-10000px;
	background:url(../img/img-common/hld_10.gif) no-repeat left top;
}

#pagetop a:hover{
	/*background-position: left bottom;*/
}


/*------------------------------------
ページング
------------------------------------*/ 


.wp-pagenavi{
	text-align:center;
	margin:50px 0 0 0;
}

.right_navi{
	margin:18px 32px 0 0;
	float:right;
	display:inline;
}

.right_navi .wp-pagenavi{
	text-align:center;
	margin:0 0 0 0;
}

.yahoo{
	text-align:right;
	margin:0 0 0 0;
}

/*------------------------------------
トラックバック・コメント
------------------------------------*/ 
.trackbacks{
	margin:10px 0 0 52px;
}

.trackbacks_title{
	margin:40px 0 0 0px;
	font-size:120%;
	font-weight:bold;
}

.trackbacks_contents{
	margin:10px 0 0 0px;
}

.comment_title{
	margin:40px 0 0 52px;
	font-size:120%;
	font-weight:bold;
}

.comment_text{
	margin:40px 0 0 52px;
}

.formblock{
	margin:10px 0 0 52px;
}

.formblock .need{
	color:red;
}

.formblock dt{
	margin:10px 0 0 0px;
}


.formblock .submit{
	/*background:url("../img/img-common/hld_14.jpg") no-repeat scroll 0 0 transparent;*/
	/*border:medium none;
	height:18px;
	margin:-3px 0 0;
	padding:0;
	text-indent:-10000px;
	vertical-align:middle;*/
	width:57px;
}

/*------------------------------------
フッター 
------------------------------------*/ 

#footer{
	background-color:#FFFFFF;
}


#footer ul.menu{
	background:url(../img/img-common/hld_18.gif) repeat-y ;
	height: 27px;
	width:100%;
}

#footer .menu li{
	background:url(../img/img-common/hld_11.gif) no-repeat ;
	display:inline;
	float:right;
	margin:0 18px 0 0;
	text-indent:15px;
	line-height:110%;
}

#footer .menu li a{
	color:#333333;
	text-decoration: none;
}

#footer li a:hover{
	color: #333333;
	text-decoration: underline;
}


#footer .footerinfo{
	background:url(../img/img-common/hld_12.gif) no-repeat top left;
	width:100%;
}

#footer .text{
	padding:30px 0 0 0;
	margin:0 0 0 77px;
	width:782px;
	color:#333333;
}

#footer .copyright{
	margin: 25px 0 0 0;
	padding:0 0 32px 0;
	width: 100%;
	color: #0066FF;
	text-align: center;
}


/*------------------------------------
フッター / リスト
------------------------------------*/
#footer_link{
    background-color: #F2F2F2;
    width:918px;
    height:31px;
    text-align: center;
    overflow: hidden;
    padding:13px 0 0 0;
}

#footer_link ul{
    list-style:none;
    display: inline;
}

#footer_link li{
    display:inline;
}

#footer_link li a{
    color:#666666;
}

#footer_link li a:hover{
    color:#666666;
}

#footer_link span{
    padding: 0 13px 0 10px;
    color:#666666;
}


/*------------------------------------
フッター / リスト
------------------------------------*/
#footer_link{
    background-color: #F2F2F2;
    width:918px;
    height:31px;
    text-align: center;
    overflow: hidden;
    padding:13px 0 0 0;
}

#footer_link ul{
    list-style:none;
    display: inline;
}

#footer_link li{
    display:inline;
}

#footer_link li a{
    color:#666666;
    text-decoration: none;

}

#footer_link li a:hover{
    color:#666666;
    text-decoration: underline;
}

#footer_link span{
    padding: 0 13px 0 10px;
    color:#666666;
}
