/*
Theme Name: オクゴエ！
Description: オクゴエ！専用テーマ　2012年５月内部対策済み
Version: 1.1
Author: Sumi
*/



/****************************************
		1. General Setting 
*****************************************/

html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption, 
tbody, tfoot, thead, table, label, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style:none;
	}


body	{
	background: #f5f5f4;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka;
	font-size: 62.5%;
	font-weight: normal;
}
html>body	{
	font-size: 10px;
}
	


/****************************************
		2. Basic Layout 
*****************************************/
/*---------------------------------------------------------------------

		general style

---------------------------------------------------------------------*/
/* リンク */
a	{
	color: #00c;
	text-decoration: underline;
}
a:focus, a:hover, a:active	{
	text-decoration: none;
}
a:visited	{
	color: #009;
	text-decoration: underline;
}

p	{
	font-size: 16px;
	line-height: 1.6;
}

img	{
	border: none;
	vertical-align: bottom;
}

.left		{	text-align: left;}
.right	{	text-align: right;}
.center	{ text-align: center;}

.f_left		{ float: left;}
.f_right	{ float: right;}

img.f_right		{ float: right; padding: 0 0 20px 15px;}
img.f_left		{ float: left; padding: 0 15px 20px 0;}

.hidden { overflow: hidden;}

.clear	{ clear: both;}

.clearfix				{ zoom:1;}
.clearfix:after	{ content: ""; display: block; clear: both;}


/*---------------------------------------------------------------------

		layout style

---------------------------------------------------------------------*/
#wrp	{
	margin: 0 auto;
	text-align: center;
}

#main	{
	background: #fff url(images/main.png) repeat-x top;
	margin: 0 auto;
	padding-top: 4px;
	position: relative;
	text-align: left;
	width: 960px;
	z-index: 100;
}

/*---------------------------------------------------------------------

		header style

---------------------------------------------------------------------*/
#header	{
	background: url(images/header.png) repeat-x bottom;
	height: 166px;
	position: relative;
}
	#header h1	{
		padding: 5px 20px 0 0;
		text-align: right;
	}
	#header #logo	{
		position: absolute;
		top: 20px;
		left: 15px;
		height: 85px;
		width: 520px;
		z-index: 1;
	}
		#header #logo a.blog_title	{
			background: url(images/logo.png) no-repeat;
			display: block;
			height: 85px;
			text-indent: -5555px;
			width: 520px;
	}

/*--- header button ---*/
.btn_difference	{
	position: absolute;
	height: 79px;
	top: 28px;
	left: 700px;
	width: 244px;
	z-index: 1;
}
	.btn_difference a	{
		background: url(images/btn_difference.png) no-repeat 0 0;
		display: block;
		height: 79px;
		text-indent: -5555px;
		width: 244px;
	}
	.btn_difference a:hover	{
		background: url(images/btn_difference.png) no-repeat 0 -79px;
	}
	

/*--- search field ---*/
#search	{
	left: 703px;
	position: absolute;
	top: 121px;
}
	#search input	{
		background: #e8e8e8;
		border: solid 1px #b3b3b3;
		padding: 7px 5px;
		width: 190px;
	}
	#search input#searchsubmit	{
		background: url(images/search.png) no-repeat 50% 50% !important;
		border: none;
		height: 30px;
		margin-left: 5px;
		width: 26px;
		cursor: pointer;
		text-indent: -5555px;
	}
	#search label	{
		display: none;
	}

/*---------------------------------------------------------------------

		main content style

---------------------------------------------------------------------*/
#content	{
	clear: left;
	display: block;
	float: left;
	padding: 35px 0 20px 30px;
	width: 610px;
}

/*--- news ---*/
#news	{
	border: solid 1px #d2d2d2;
	padding: 5px 10px;
	margin-bottom: 5px;
	text-align: left;
	font-size: 1.2em;
}


/*--- 記事 ---*/
#section	{
	text-align: left;
}


/*---------------------------------------------------------------------

		side content style

---------------------------------------------------------------------*/
#side	{
	display: block;
	float: right;
	padding: 35px 20px 20px 0;
	width: 260px;
}

.sidesec	{
	background: #fff;
	border: solid 1px #dadada;
	margin-bottom: 10px;
	text-align: left;
}
	.sidesec .sidesec_in	{
		background: #fafafa url(images/side_title.png) repeat-x top;
		border: solid 1px #fff;
	}
		.sidesec .sidesec_in h3	{
			border-bottom: solid 1px #dadada;
			font-size: 1.3em;
			font-weight: bold;
			padding: 8px 12px 5px;
		}
		
		/*--- 主催者紹介 ---*/
		dl.owner	{
			border-top: solid 1px #fff;
			margin: 15px 15px 0;
		}
			dl.owner dt	{
				font-size: 1.2em;
				font-weight: bold;
				line-height: 1.4;
			}
			dl.owner dd	{
				padding: 10px 0 20px;
			}
			dl.owner dd img	{
				float: left;
				padding: 0 10px 10px 0;
			}
			dl.owner dd p	{
				font-size: 1.1em;
				line-height: 1.4;
			}
			
		/*--- SNS ---*/
		ul.sns	{
			padding-bottom: 10px !important;
			overflow: hidden;
			_zoom: 1;
		}
			ul.sns li	{
				display: block;
				float: left;
				margin: 10px 10px 0 0 !important;
				padding: 0 !important;
			}
			
		/*--- 会員ログイン ---*/
		.sidesec .login	{
			padding: 5px 0 0;
			text-align: center;
		}
			.sidesec .login a.btn_login	{
				background: url(images/btn_member.png) no-repeat 0 0;
				display: block;
				height: 68px;
				margin: 0 auto 5px;
				text-indent: -5555px;
				width: 245px;
			}
			.sidesec .login a:hover.btn_login	{
				background: url(images/btn_member.png) no-repeat 0 -68px;
			}
			.sidesec .login p	{
			}
				.sidesec .login p small	{
					display: block;
					font-size: 0.9em;
					font-weight: bold;
					line-height: 1.3;
					padding: 10px 20px;
					text-align: left;
				}
			
		/*--- 会員登録 ---*/
		.sidesec .register	{
			margin: 0 12px 3px;
		}
			.sidesec .register p.formtitle	{
				color: #000;
				font-size: 16px;
				font-weight: bold;
				margin-top: 5px;
				padding: 6px 0 10px;
				text-align: center;
			}
			.sidesec .register p	{
				font-size: 1.25em;
				font-weight: bold;
				line-height: 1.4;
				padding: 0 0 5px 5px;
			}
			.sidesec .register input	{
				background: #fff;
				border: solid 1px #b3b3b3;
				margin-left: 5px;
				padding: 8px 5px;
				width: 210px;
			}
			.sidesec .register input.btn_register	{
				background: transparent url(images/btn_register.png) no-repeat 0 0;
				border: none;
				height: 38px;
				margin: 8px 0 5px;
				width: 233px;
				cursor: pointer;
			}
			.sidesec .register input:hover.btn_register	{
				background: transparent url(images/btn_register.png) no-repeat 0 -38px;
			}
			.sidesec .register p.attn	{
				font-size: 1em;
				font-weight: normal;
				line-height: 1.2;
			}
	
	
/*---------------------------------------------------------------------

		footer style

---------------------------------------------------------------------*/
#footer	{
	background: #000 url(images/footer.png) repeat-x top;
	clear: both;
	margin: 80px 0 0;
	padding: 10px 0 20px;
	text-align: center;
}
	#footer #description	{
		border-bottom: dotted 1px #666;
		color: #ccc;
		font-size: 12px;
		margin: 0 auto 10px;
		padding: 35px 0 3px;
		width: 80%;
	}
	#footer address	{
		color: #fff;
		font-size: 1.1em;
		padding: 0 0 10px;
	}
	#footer address a	{
		color: #fff;
		padding: 0;
		text-decoration: underline;
	}
	
	#footer a	{
		color: #666;
		font-size: 10px;
		padding: 0 20px;
		text-decoration: none;
	}
	
ul#menu-footer-menu	{
}
	ul#menu-footer-menu li	{
		display: inline;
		padding: 0;
	}
	ul#menu-footer-menu li a	{
		color: #666;
		font-size: 10px;
		text-decoration: none;
	}



/****************************************
		3.  Header, Menu
*****************************************/

/*** Main Menu ***/
ul#nav, div.menu ul{
	position: absolute;
	top: 113px;
	left: 0;
	height: 44px;
	width: 600px;
	}
	.admin-bar ul#nav, div.menu ul{}

	ul#nav li, div.menu ul li{
		background: url(images/global_divider.png) no-repeat right;
		display: block;
		float: left;
		height: 40px;
		padding: 6px 5px 0;
		position: relative;
		}
	ul#nav li:first-child, div.menu ul li:first-child{
		}
		ul#nav li a, div.menu ul li a{
			color: #fff;
			display: block;
			float: left;
			font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka;
			font-size: 14px;
			height: 32px;
			padding: 8px 15px 0;
			text-decoration: none;
			}
			ul#nav li:hover a,
			ul#nav li.current_page_item a,
			ul#nav li.current_page_ancestor a,
			ul#nav li.current-menu-item a,
			ul#nav li.current-category-ancestor a,
			div.menu ul li:hover a,
			div.menu ul li.current_page_item a,
			div.menu ul li.current_page_ancestor a,
			div.menu ul li.current-menu-item a,
			div.menu ul li.current-category-ancestor a{
				background: url(images/global_on.png) repeat-x top;
				}
	/*** Children Menu ***/
	ul#nav ul, div.menu ul ul{
		display: none;
		border: 1px solid #ccc;
		position: absolute;
		top: 45px;
		left: 0;
		float: left;
		width: 180px;
		z-index: 99999;
		padding: 0;
		height: auto;
		}
		ul#nav ul li, div.menu ul ul li {
			width: 180px;
			border:none;
			background-image: none;
			padding: 0;
			height: auto;
		}
			ul#nav ul li ul, div.menu ul ul li ul { left: 100%; top: 0; background: none; }
				ul#nav ul li a, div.menu ul ul li a {
					height: auto;
					padding: 5px 10px;
					width: 160px;
					background: #000;
					background: rgba(0, 0, 0, 0.8);
					filter:alpha(opacity=70);  /* IE7 */
    				-ms-filter: "alpha(opacity=70)"; /* IE8 */
					}
				ul#nav ul li a:hover, div.menu ul ul li a:hover	{
					 background-image: none;
				}
					ul#nav ul li:hover a, div.menu ul ul li:hover{ background: #666;}
	ul#nav li:hover ul, div.menu ul li:hover ul{ display: block;}


/****************************************
		4.  Main
*****************************************/
/*** Blog info ***/
div.blog_info{
	background: url(images/gra_gray.png) repeat-x top;
	border-top: solid 4px #000;
	zoom: 1; /* IE */
	color: #333;
	font-size: 11px;
	padding: 5px 0;
	margin-top: 10px;
	}
	div.blog_info h2	{
		background: none !important;
		border: none !important;
		padding: 0 0 0 15px !important;
		margin: 0 !important;
		line-height: 30px;
	}
	div.blog_info p	{
		font-size: 11px;
		margin: 0 0 5px;
	}
	div.blog_info p a	{
		color: #333;
		font-size: 11px;
		text-decoration: none;
	}
	div.blog_info p a:hover	{color: #666}
	
/*** Contents ***/
img.attachment-post-thumbnail{float: left; margin:0 15px 0 0 !important;}
a.more-link{
	background:url("images/arrow_next.png") no-repeat right top;
	color:#fff;
	font-size:85%;
	padding:2px 20px 5px 10px;
	text-align:right;
	text-decoration:none;
	margin-left:480px;
	display:block;
	}
	a.more-link:hover{color: #999}
	
/*** Bottom Navigation, Comment Navigation ***/
div.nav-below{margin: 40px 0 0;overflow:auto;}
div.navigation{overflow:auto;}
	div.navigation a{margin-bottom:10px}

	.nav-previous a, .nav-next a,
	div.navigation .alignleft a, div.navigation .alignright a{
		color:#333;
		font-size:85%;
		text-decoration:none;
		}
		.nav-previous a:hover, .nav-next a:hover,
		div.navigation .alignleft a:hover, div.navigation .alignright a:hover{
			color: #999
			}
			
	.nav-previous a, div.navigation .alignleft a{
		float:left;
		padding:4px 10px 4px 20px;
		background:url("images/arrow_prev.png") no-repeat left top;
		color: #fff;
		font-size: 1.1em;
		}
	.nav-next a, div.navigation .alignright a{
		float:right;
		text-align:right;
		padding:4px 20px 4px 10px;
		background:url("images/arrow_next.png") no-repeat right top;
		color: #fff;
		font-size: 1.1em;
		}
		

/****************************************
		5. Post Entry 
*****************************************/
.post	{
	padding-bottom: 30px;
}
.title{
	background: url(images/gra_gray.png) repeat-x top;
	border-top: solid 4px #000;
	zoom: 1; /* IE */
	color: #333;
	font-size: 11px;
	padding: 10px 0 5px 15px !important;
	font-size:200% !important;
	line-height: 30px;
	margin-top: 10px !important;
	}
	div.post:first-child .title{}
	.title a{color: #333;text-decoration:none;}
		.title a:hover{color: #666}
		
.post h2, .post h3, .post h4, .post h5, .post h6{margin: 30px 0 20px;}
.post h2{font-size:160%; padding-bottom:10px;}	
.post h3{font-size:140%;}
.post h4{font-size:120%;}
.post h5{font-size:110%;}

.post p{margin-bottom:20px; padding: 0 15px;}
.post em{font-style: italic;}
.post code{color: #06c; font-family:'Courier New',Courier,monospace;}
.post img{
	border:1px #ccc solid;
	padding: 3px;
	background: #fff;
	margin:20px 0;
	}
	.post img.wp-smiley{border:none;padding:0;background:none;margin:0;}
.post blockquote{
	border-left:5px solid #ddd;
	background: #eee;
	padding: 10px;
	margin:20px 0;
	font-style:italic;
	}
	.post blockquote p{margin:0;}
.post div.wp-caption{margin: 20px 0;}
	.post div.wp-caption img{ margin: 0;}
	.post div.wp-caption p{ font-size:85%;}
.post ul, .post ol{margin:20px 0;}
	.post ul li{
		list-style: url(images/arrow_list.png);
		margin-left:20px;
		}
	.post ol li{list-style: decimal outside;margin-left:20px;}

a.readmore	{
	background: url(images/btn_readmore.png) no-repeat 0 0;
	display: block;
	height: 28px;
	text-indent: -5555px;
	width: 150px;
}
a:hover.readmore	{
	background: url(images/btn_readmore.png) no-repeat 0 -28px;
}


/****************************************
		6. Comments
*****************************************/
h3#comments{
	padding: 10px 0 10px 10px;
	clear: both;
	margin-top:40px;
	border-top:1px solid #ddd;
	}
	
.commentlist{margin-bottom:30px;}
	.commentlist li {
		border-top:1px solid #ddd;
		padding:15px 0 0 55px;
		position:relative;
		}
	.commentlist .avatar {
		background:#fff;
		border:1px solid #ddd;
		left:0;
		margin:0 16px 0 0;
		padding:3px;
		position:absolute;
		top:15px;
		}
	.commentlist .comment-meta{margin-bottom:10px;}
		.commentlist .comment-meta a{
			color: #999;
			font-size:85%;
			text-decoration:none;
			}
			.commentlist .comment-meta a:hover{color: #ccc;}
	.commentlist p{margin-bottom:15px;}
	.commentlist .reply a{
		position: absolute;
		top: 15px;
		right: 0;
		padding: 2px 10px;
		background: #ddd;
		font-size: 85%;
		color: #333;
		text-decoration: none;
		}
		.commentlist .reply a:hover {color: #999}
		
/*** Comment form ***/
#respond{margin-top:70px;}
#respond h3{
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
	padding:10px 0 10px 10px;
	color: #333;
	text-align: left;
	}

#commentform{margin-top:20px;}
	#commentform p{clear: both}
	#commentform label{margin: 10px 5px;font-size:85%;}
	*:first-child+html #commentform label{ position:relative\9; top: -15px\9; } /* IE7 */
	#commentform input[type="text"], #commentform textarea{
		margin: 5px 0 10px;
		}
		#commentform input[type="text"]:focus, #commentform textarea:focus{
			border:1px solid #06c;
			}

		
/****************************************
		7.  widget
*****************************************/
#side h3{
	}
	#side li:first-child h3{}
	
#footer h3{
	background: url(images/bg_footer_title.png) no-repeat;
	padding-left:15px;
	height: 42px;
	}
	
.widget-container	{
	border: solid 1px #dadada;
	background: #fafafa url(images/side_title.png) repeat-x top;
	margin-bottom: 10px;
}

.widget-container h3	{
	border: solid 1px #fff;
	border-bottom: solid 1px #dadada;
	color: #000;
	font-size: 1.2em !important;
	font-weight: bold;
	padding: 8px 12px 5px;
	text-align: left;
}

.widget-container a{
	font-size: 1.2em;
	text-decoration:none;
}
	.widget-container a:hover{
		text-decoration: underline;
	}
	
.widget-container ul	{
	padding: 0 10px;
}
.widget-container ul li{
	list-style: url(images/side_arrow.png);
	margin-left:20px;
	padding: 5px 0;
	}

/*** Calendar ***/
#wp-calendar {width: 100%;}
	#wp-calendar caption {
		color: #222;
		font-size: 14px;
		font-weight: bold;
		padding-bottom: 4px;
		text-align: left;
		}
	#wp-calendar thead {font-size: 11px;}
	#wp-calendar tbody {color: #aaa;}
		#wp-calendar tbody td {
			background: #f5f5f5;
			padding: 3px 0 2px;
			text-align: center;
			}
		#wp-calendar tbody .pad {background: none;}
	#wp-calendar tfoot #next {text-align: right;}
	
	
/****************************************
		8.  Form
*****************************************/
input[type="text"], textarea{
	border:1px solid #ccc;
	padding: 5px;
	color: #666;
	}
	
input[type="submit"]{
	border:1px solid #ccc;
	padding: 4px 10px;
	color: #666;
	cursor: pointer;
	}



/****************************************
		9.  Footer
*****************************************/
#footer .widget-area{
	width:290px;
	margin-left:35px;
	float: left;
	}
	#footer .widget-area:first-child{margin-left:0;}





/****************************************
		10.  add function / plug-in 等
*****************************************/

/*-- twitter --*/
.twtr-widget{
    position:relative;
    font-size:11px!important;
    font-family:"lucida grande",lucida,tahoma,helvetica,arial,sans-serif!important;
    zoom:1;
		background: #000 !important;
}
.twtr-widget a img{
    border:0!important;
}
.twtr-doc{
    overflow:hidden;
    width:100%;
    text-align:left;
    font-weight:normal;
}
.twtr-bd{
    padding:0 1px;
		background: #fff !important;
		border-left: solid 1px #aaa;
		border-right: solid 1px #aaa;
}
.twtr-widget .twtr-tweet-wrap{
    padding:6px 8px;
    overflow:hidden;
    zoom:1;
}
.twtr-fullscreen .twtr-tweet-wrap{
    padding:20px;
}
.twtr-widget .twtr-tweet{
    border-bottom:1px dotted #ddd;
    overflow:hidden;
    zoom:1;
}
.twtr-widget-profile img.twtr-profile-img{
    display:block;
    float:left;
    width:31px;
    height:31px;
    border:0!important;
}
.twtr-widget h3,.twtr-widget h4,.twtr-widget p{
    margin:0!important;
    padding:0!important;
    line-height:1.2!important;
    width:auto!important;
}
.twtr-widget-profile h3,.twtr-widget-profile h4{
    margin:0 0 0 40px!important;
}
.twtr-widget h3{
    font-size:11px!important;
    font-weight:normal!important;
}
.twtr-widget h4{
    font-size:16px!important;
}
.twtr-widget em,.twtr-widget .twtr-new-results{
    font-size:9px;
    font-style:normal;
    display:block;margin-top:2px;
    zoom:1;
}
.twtr-widget .twtr-new-results{
    text-align:center;
    padding:3px;
    margin:0 auto -10px auto!important;
    display:block;
    position:relative;
    bottom:5px;
    line-height:.9;
}
.twtr-hd{
    padding:10px;
    position:relative;
    zoom:1;
    overflow:hidden;
}
.twtr-hd h3	{
	border: none;
}
.twtr-hd h4	{
	font-size: 14px !important;
}
.twtr-fullscreen .twtr-hd{
    height:0;
    padding:0;
}
.twtr-timeline{
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    position:relative;
    overflow:hidden;
    z-index:2;
    height:225px;
}
.twtr-scroll .twtr-timeline{
    overflow-x:hidden;
    overflow-y:auto;
}
.twtr-widget .twtr-tweet:last-child{
    border-bottom-width:0;
}
.twtr-ft{
    position:relative;
}
.twtr-ft div{
    overflow:hidden;
    padding:10px;
    zoom:1;
}
.twtr-ft span{
    float:right;
    text-align:right;
}
.twtr-ft a{
    float:left;
    display:block;
}
.twtr-ft a img{
    position:relative;
    top:2px;
}
.twtr-ft span a{
    float:none;
		font-size: 0.85em;
}
.twtr-avatar{
    width:40px;
    height:40px;
    float:left;
    overflow:hidden;
    display:block;
}
.twtr-fullscreen .twtr-avatar{
    width:80px;
    height:80px;
}
.twtr-img{
    height:25px;
    width:25px;
}
.twtr-img img{
    width:30px;
    height:30px;
}
.twtr-fullscreen .twtr-img img{
    width:72px;
    height:72px;
}
.twtr-fullscreen a.twtr-join-conv{
    display:none;
}
.twtr-tweet-text{
    margin-left:40px;
}
.twtr-tweet-text p{
		font-size: 12px !important;
}
.twtr-fullscreen .twtr-tweet-text{
    margin-left:90px;
}
.twtr-popular{
    font-size:10px;
    padding:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    display:inline-block;
    margin-top:3px;
    opacity:.8;
}
.twtr-doc a{
    text-decoration:none!important;
}
.twtr-doc a:hover{
    text-decoration:underline!important;
}


/*-- facebook comment 欄--*/
.fb_iframe_widget	{
	padding-left: 15px;
}

.fb-comments	{
	margin-top: 20px;
}

/*-- sns icon 欄--*/

.home .wp_social_bookmarking_light, .home .fb_iframe_widget	{ /*-- homeのsns iconとfbコメント欄を隠す--*/
	display: none;
}


/*-- breadcrumb --*/
.breadcrumb	{
	padding-bottom: 20px;
}


/*-- Dagon Design Sitemap Generator --*/

.ddsg-wrapper	{
}
	.ddsg-wrapper h2	{
		background: #fff;
		border-top: solid 2px #000;
		zoom: 1; /* IE */
		color: #666;
		font-size: 11px;
		padding: 8px 0 6px 10px;
		margin: 10px 0 20px;
		font-size: 180%;
	}
	.ddsg-wrapper ul	{
		font-size: 120%;
		padding: 0 10px 20px;
	}
		.ddsg-wrapper ul li	{
			padding-bottom: 5px;
		}
			.ddsg-wrapper ul li	ul	{
				padding-bottom: 5px;
			}
			
			
/*-- tinymce-advanced --*/

h3	{
	color: #c00;
	font-size: 200% !important;
	padding: 5px 0 10px;
	text-align: center;
}


/*-- class追加 同内容をplugins/tinymce-advanced/css/tadv-styles.css、/wp-includes/js/tinymce/themes/advanced/skins/wp＿theme/content.cssにも記載 --*/


.p2	{
	margin-bottom:2.4em;
}
.bold	{
	font-weight: bold;
}
.red	{
	color: #red;
}
.bold_red	{
	font-weight: bold;
	color: #c00;
}
.underline	{
	text-decoration: underline;
}



/*-- wp-about-author（プラグイン停止） --*/
.wp-about-author-pic img{
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
}
.wp-about-author-text p {
	font-size: 12px !important;
	margin: 0 0 5px 0;
	padding: 0 !important;
}
.wp-about-author-text h3	{
	font-size: 16px !important;
	margin: 0 !important;
	padding-bottom: 10px;
	text-align: left !important;
}

/*-- news-ticker --*/
#news	{
	background: #fff;
	padding: 5px 10px;
	margin-bottom: 5px;
	text-align: left;
	font-size: 1.2em;
}
	#news ul	{
		margin: 0;
	}
		#news ul li	{
			list-style: none;
			margin: 0;
		}
		
/* WPtouch */
#wptouch_post	{
	display: none;
}

		
	
		
/****************************************
		11.  その他設定
*****************************************/

/*--- category ---*/
#categories	{
	background: url(images/category.jpg) no-repeat;
	height: 395px;
	_height: 415px;
	margin-left: -42px;
	margin-bottom: 30px;
	padding-top: 20px;
	padding-left: 20px;
	text-align: left;
	width: 646px;
	_width: 666px;
}
	a.category_list	{
		color: #333;
		display: block;
		float: left;
		margin: 5px 0;
		padding: 10px 12px;
		text-align: left;
		text-decoration: none;
		width: 290px;
	}
	a:hover.category_list	{
		background: #fff;
		color: #666;
	}
	.category_list .category_title	{
		color: #666;
		font-size: 1.4em;
		padding: 0 0 0 2px;
		margin: 0 0 3px 0;
	}
	.category_list img.category_title	{
		background: none;
		border: none !important;
		margin: 0 0 0 0 !important;
		padding: 0 !important;
	}
	.category_list div.text	{
		font-size: 1.1em;
		line-height: 1.4;
		padding: 10px 0 0 0 !important;
		margin: 0;
	}
	.category_list img.category_img	{
		background: none !important;
		float: left;
		padding: 10px 10px 5px 0 !important;
		border: none !important;
		margin: 0;
	}
	
	#categories p	{
		display: none;
	}


/*-- categoryのタイトル--*/
.title_category	{
	background: #fff url(images/gra.png) repeat-x bottom;
	border: solid 1px #d7d7d7;
	border-bottom: solid 3px #000;
	font-size: 200%;
	padding: 10px 15px;
	margin: 10px 0 20px;
}
.text_category	{
	font-size: 140%;
}

/*-- categoryページのリスト--*/
ul.category_list	{
	padding: 20px 0;
}
ul.category_list li	{
	background: url(images/arrow.png) no-repeat 15px 13px;
	border-bottom: dotted 1px #ccc;
	display: block;
	font-size: 1.3em;
	padding: 10px 15px 10px 35px;
}

/*-- archiveページのリスト--*/
.list	{
	background: url(images/arrow.png) no-repeat 15px 13px;
	border-bottom: dotted 1px #ccc;
	display: block;
	font-size: 1.3em;
	padding: 10px 15px 10px 35px;
}

/*-- 記事が見つかりませんでした--*/
.unknown	{
	font-size: 1.4em;
	font-weight: bold;
	padding: 15px;
}


/*-- footer リンクのテーブル--*/
.table01	{
	border-top: solid 1px #efefef;
	margin: 0 auto 50px;
	width: 580px;
}
	.table01 th	{
		background: #efefef;
		border-bottom: solid 1px #fff;
		font-size: 1.2em;
		padding: 10px;
		width: 180px;
	}
	.table01 td	{
		border-bottom: solid 1px #efefef;
		font-size: 1.2em;	
		padding: 10px;
	}
	
.table02	{
	margin: 0 auto 50px;
	width: 580px;
}
	.table02 th	{
		font-size: 1.2em;
		padding: 10px;
		vertical-align: top;
		width: 150px;
	}
	.table02 td	{
		font-size: 1.2em;	
		padding: 10px;
	}
.red	{
	color: red;
}

		
.privacy	{
}
	.privacy h4	{
		padding-left: 15px;
	}
	.privacy p	{
		font-size: 12px;
	}
	.privacy ol	{
		font-size: 12px;
		padding-left: 15px;
	}
		.privacy ol p	{
			font-size: 12px;
		}


/*-----wm追記-会員専用ページのFBコメント欄を非表示に-------*/

.page-id-62 .fb-comments{
	display: none;
}



/****************************************
		12.  author
*****************************************/
#bio	{
}
.bio	{
	background: #EEEEEE;
	margin: 20px 0;
	overflow: hidden;
	padding: 20px;
}
.bio .vcard	{
	float: left;
	width: 100px;
}
.bio .vcard img	{
	background: none;
	border: solid 10px #fff;
	margin: 0;
	padding: 0;
}
.bio .author_content	{
	padding-left: 140px;
}
.bio .author_content h3	{
	font-size: 16px !important;
	margin: 0 0 10px;
	padding: 0;
	text-align: left;
}
.bio .author_content p	{
	font-size: 12px;
	margin: 0 0 10px;
	padding: 0;
}

