/* 全体設定 */

body {
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Verdana, sans-serif;
	font-size:13px;
}

a {
	color:#1E90FF;
	text-decoration:none;
}

a:visited {
}

 a:hover {
	text-decoration:underline;
} 

a:active {
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}

.clearfix { display: inline-table; }
/* Hides from IE-mac */
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


#wrapper {
	margin:30px auto 30px auto;
	width:1150px;
	border:solid 1px #666;
}

#contents {
	width:1150px;
	margin:0 auto;
	clear:both;
	background-color:#FFF;
	padding:0px 0px 0px 0px;
}

/* 全体設定end */

/* ヘッダ設定 */

#logo {
	padding:30px 0px 30px 15px;
}

#logo a {
	font-size:40px;
	color:#FFF;
}

#logo a:hover {
	text-decoration:none;
}

 #header {
	width:1150px;
	margin:0 auto;
	background-color:#666;
	position:relative;
 }
 
#description {
	padding:0px 0px 30px 15px;
	color:#FFF;
}

#search_form {
	position:absolute;
	top:20px;
	right:20px;
}

.screen-reader-text {
	display:none;
}
 
/* カスタムメニュー */

#gnavi {
	background-color:#333;
	clear:both;
	float:left;
	width:100%;
}

#gnavi li {
	float:left;
	position:relative;
}

#gnavi a {
	display:block;
	color:#EEE;
	padding:10px;
}

#gnavi a:hover {
	text-decoration:none;
}

#gnavi ul ul {
	float:left;
	position:absolute;
	z-index: 99999;
	display: none;
}

#gnavi ul ul ul {
	left: 100%;
	top: 0;
}

#gnavi ul ul a {
	background: #f9f9f9;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	width: 168px;
}

#gnavi li:hover > a,
#gnavi ul ul :hover > a,
#gnavi a:focus {
	background: #efefef;
	
}

#gnavi li:hover > a,
#gnavi a:focus {
	background: #f9f9f9;
	color: #373737;
}

#gnavi ul li:hover > ul {
	display: block;
}


/* カスタムメニューend */

/*  ヘッダ設定end */ 

 /* サイドバー */
 
 #side {
	float:right;
	width:350px;
	padding:10px 10px 50px 10px;
	background-color:#FFF;
 }
 
#side h3 {
	background-color:#666;
	color:#FFF;
	padding:5px;
	font-size:14px;
 }

#side h3 a {
	color:#FFF;
}
 
#side ul {
	margin:10px 0px 10px 0px;
	list-style:none;
 }
 
#side ul li {
	margin:10px 0px 10px 0px;
	padding:0px 0px 5px 10px;
	border-bottom: dotted 1px #DDD;
 }
 
#side ul li .children {
	margin:5px 0px 0px 0px;
}
 
#side ul li .children  li {
	border-bottom:none;
	margin:0px;
}

/* ウィジェット */

/* 検索フォーム */
 
#side form {
	margin:30px 0px 30px 0px;
}
 
.widget_search label {
	display: none;
} 
 
/* 検索フォームend */

/* カレンダー */

#wp-calendar {
	margin:10px auto 0px auto;
	width:100%;
}

#wp-calendar  caption {
	margin:0px 0px 5px 0px;
}
 
#wp-calendar td {
	padding:7px;
}

#wp-calendar caption {
	color: #333;
	font-size: 14px;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
text-align:center;
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}

/* カレンダーend */

/* セレクトボックス */

#side select {
	margin:30px 0px 30px 0px;
}

/* セレクトボックスend */

/* タグクラウド */

.tagcloud {
	margin:10px 0px 10px 0px;
}

/* タグクラウドend */

/* ウィジェットend */
 
/* サイドバーend */

/* コンテンツ設定 */

#main {
	float:left;
	width:750px;
	padding:10px 0px 0px 10px;
}

#goto_top {
	position:fixed;
	right:10px;
	bottom:10px;
}

#goto_top a {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffffff), color-stop(0.51, #d1d1d1), color-stop(0.50, #dbdbdb), color-stop(0.00, #dcdcdc));
	background: -webkit-linear-gradient(top, #dcdcdc 0%, #dbdbdb 50%, #d1d1d1 51%, #ffffff 100%);
	background: -o-linear-gradient(top, #dcdcdc 0%, #dbdbdb 50%, #d1d1d1 51%, #ffffff 100%);
	background: -ms-linear-gradient(top, #dcdcdc 0%, #dbdbdb 50%, #d1d1d1 51%, #ffffff 100%);
	background: linear-gradient(top, #dcdcdc 0%, #dbdbdb 50%, #d1d1d1 51%, #ffffff 100%);
        background-color:#DCDCDC;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-decoration:none;
	padding:2px 4px 2px 4px;
	display:block;
	border:solid 1px #CCC;
	color:#333;
}

#goto_top a:hover {
	text-decoration:underline;
}

* html #goto_top a {
   position:absolute;
   right:30px;
}

/* コンテンツ設定end */

/* フッター */	

#footer {
	margin:0 auto;
	width:1150px;
	background-color:#333;
	clear:both;
	color:#FFF;
	padding:5px 0px 5px 0px;
}

#footer ul {
	margin:0 auto;
	text-align:center;
}

#footer ul li {
	display:inline;
}

#footer p {
	text-align:center;
	font-size:12px;
}

/* フッターend */　