@charset "UTF-8";

/*
Theme Name: New World
Theme URI:
Description:
Version: 1
Author:
Author URI:
*/



/****************************************
		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: #fff;
    color: black;
	font-size: 15px;
	font-family: Verdana;
	line-height: 200%;
	color:#333;
	}

a{
	color: #43778B;
	text-decoration: none;
}
a:hover {
	color:#CC9900;
}

.clear{ clear: both; line-height: 0}

.mgb30 {margin-bottom: 30px;}
.mb20 {margin-bottom: 20px;}
.mb10 {margin-bottom: 10px;}
.mgt30 {margin-top: 30px;}

/* =========================================
	11. clear
============================================ */
.clearfix:after,#container:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix,* html #container{ zoom: 1; } /* IE6 */

*:first-child+html .clearfix,
*:first-child+html #container{ zoom: 1; } /* IE7 */



/****************************************
		2. Basic Layout
*****************************************/

#wrapper{width: 950px; margin: 0 auto;}
#header{
	margin: 20px auto 20px;
	width: 950px;
	height: 119px;
}
#contents{	}
#main{width:660px; float: left; margin: 0;}
#side{width: 190px; margin-top:75px ; float: right;}
#footer{
	padding-top:55px;
	text-align:center;

	}
	*:first-child+html #footer{margin-top:-5px;}



/****************************************
		3.  Header, Menu
*****************************************/
#header h1{
	margin: 0;
	padding: 0;
}


.blog_title{
	color: #fff;
	font-size:200%;
	text-shadow: 3px 3px 3px #000;
	text-decoration:none;
	font-weight:bold;
	}
	.blog_title:hover{color: #ccc}
#header p{color:#999;font-size:90%;margin-top:10px;}

/*** Main Menu ***/
ul#nav, div.menu ul{
	position:absolute;
	top:100px;
	height: 38px;
	font-size:90%;
	border-left:1px solid #000;
	}
	.admin-bar ul#nav, .admin-bar div.menu ul{top:128px;}

	ul#nav li, div.menu ul li{
		float: left;
		position: relative;
		border-right:1px solid #999;
		}
	ul#nav > li:first-child, div.menu ul > li:first-child{
		border-left:1px solid #999;
		}
		ul#nav li > a, div.menu ul li > a{
			color: #fff;
			padding:8px 13px;
			text-decoration:none;
			display: block;
			border-right:1px solid #000;
			}
			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{
				 /* Webkit */
				background: -webkit-gradient(linear, left top, left bottom,
					from(rgba(0,0,0,0.1)),
					to(rgba(0,0,0,0.95)),
					color-stop(.5,#333333));

				 /* FF */
				background: -moz-linear-gradient(rgba(
					0, 0, 0, 0.1),
					rgba(0, 0, 0, 0.95));

				 /* IE */
				filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#10000000,endColorstr=#95000000);
				zoom:1;
				}
	/*** Children Menu ***/
	ul#nav ul, div.menu ul ul{
		display: none;
		border:1px solid #ccc;
		position: absolute;
		top: 38px;
		left: 0;
		float: left;
		width: 180px;
		z-index: 99999;
		}
		ul#nav ul li, div.menu ul ul li { width: 180px;border:none;}
			ul#nav ul li ul, div.menu ul ul li ul { left: 100%; top: 0; }
				ul#nav ul li a, div.menu ul ul li a {
					background: #000;
					background: rgba(0, 0, 0, 0.8);
					filter:alpha(opacity=70);  /* IE7 */
    				-ms-filter: "alpha(opacity=70)"; /* IE8 */
					}
					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;}

.titlArea .titlicon {
  width: 80px;
  height: 80px;
  float: left;
}
.titlArea .titlText {
  width: 580px;
  height: 61px;
  float: left;
}
.titlArea .sTitl,
.titlArea .bTitl,
.voiceText h2,
.blogTitl {
  color: #145166;
  font-weight: 700;
}
.titlArea .sTitl {
  padding-top: 5px;
  font-size: 16px;
  line-height: 22px;
}
.titlArea .bTitl {
  font-size: 22px;
  line-height: 30px;
}


/****************************************
		4.  Main
*****************************************/
/*** Blog info ***/
div.bloginfo{
	border-top:1px solid #ccc;
	text-align:right;
	padding:10px 0 0 0;
	margin: 10px 0 0;
	font-size:80%;
}

/*** 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:#333;
	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 ***/

.nav-below{text-align:center;}

a.moreBox {
	display: block;
	text-align: center;
	background: #0f5167;
	border-radius: 5px;
	color: #fff!important;
	width: 100px;
	height: 27px;
	line-height: 26px;
	margin-left: auto;
}
/****************************************
		5. Post Entry
*****************************************/
.post{
	width: 660px;
	padding: 20px 0px 0px 0px;
	margin: 0px 0px 60px 30px;
	text-align: left;
        font-size:105%;
	background-color: white;
	color: #3D3D3D;
}

.post a:link, .post a:visited, .post a:active {
	color: #396576;
	text-decoration: none;
}

.post a:hover {
	color: #CC9900;
	text-decoration: underline;
}



.title_box{
	color: #666;
	margin: 0;
	border-left: 10px #666 solid;
	line-height:1;
}

.date{
	margin:0 0 0 10px!important;
}


.title{
	padding: 0px 20px 5px 20px;
	font-weight:600;
	font-size:150%;
	color:#333;
	line-height:35px;
	border:none !important;
	margin-top:0 !important;
	}

.post h2, .post h3, .post h4, .post h5, .post h6{margin: 30px 0 10px}
.post h3{font-size:140%;}
.post h4{font-size:120%;}
.post h5{font-size:110%;}

/*.post p{margin-bottom:20px;}*/
.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:0 0;}
	.post ul li{
		list-style: url(images/arrow_list.png);
		margin-left:0;
		}
	.post ol li{list-style: decimal outside;margin-left:20px;}



/****************************************
		6. Comments
*****************************************/
h3#comments{
	padding: 10px 0 10px 10px;
	clear: both;
	margin:40px 20px 0;
	border-top:1px solid #ddd;
	}

.commentlist{margin-bottom:30px;}
	.commentlist li {
		border-top:1px solid #ddd;
		padding:15px 0 0 55px;
		position:relative;
		margin: 0 20px;
		}
	.commentlist .avatar {
		background:#fff;
		border:1px solid #ddd;
		left:0;
		margin:0 16px 0 0;
		padding:3px;
		position:absolute;
		top:15px;
		display:none;
		}
	.commentlist .comment-meta{margin-bottom:5px; text-align:right;}
		.commentlist .comment-meta a{
			color: #999;
			font-size:85%;
			text-decoration:none;
			}
			.commentlist .comment-meta a:hover{color: #ccc;}
	.commentlist p{margin-bottom:15px; text-align:left;}
	.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:40px; margin: 0 20px;}
#respond h3{
	padding:10px 0 10px 10px;
	}

#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;
			}

.newText {
  border: 1px solid #999;
  padding: 10px;
  width: 100;
}
.newText ul li {
  padding-left: 25px;
  background: url(images/yamauchi_site_47.jpg) left center no-repeat;
  list-style: none;
}

/****************************************
		7.  widget
*****************************************/
#side h3{
	background: #0f5167;
	color:#fff;
	margin:30px 0 10px;
	padding:5px 0 3px 10px;
	text-align:center;
	}
	#side li:first-child h3{margin-top:0;}

	#side .bannerList2 {
		border-top: 1px dotted #b2b2b2;
		margin-top: 13px;
		padding-top: 20px;
	}

#footer h3{
	background: url(images/bg_footer_title.png) no-repeat;
	padding-left:15px;
	height: 42px;
	}

.widget-container a{text-decoration:none;}

.widget-container ul li{
	}

/*** Calendar ***/
#wp-calendar {width: 100%; border-collapse:collapse;}
	#wp-calendar caption {
		color: #222;
		font-size: 14px;
		font-weight: bold;
		padding-bottom: 4px;
		text-align: center;
		}
	#wp-calendar thead {font-size: 11px;}
	#wp-calendar tbody {color: #000;}
		#wp-calendar tbody td {
			background: #E7E7E7;
			padding: 3px 0 2px;
			text-align: center;
			border:1px solid #000;
			}

			#wp-calendar tbody td a{font-weight: bold;
color: #09F;}
		#wp-calendar tbody .pad {}
	#wp-calendar tfoot #next {text-align: right;}


/****************************************
		8.  Form
*****************************************/
input[type="text"], textarea{
	border:1px solid #aaa;
	background:#fff;
}
#searchform input[type="text"]{
	width:135px;
}


.tb{margin: 0 0 0 30px; padding:20px; border:1px solid #ccc;}

/****************************************
		9.  Footer
*****************************************/
p#copy{
	clear: both;
	text-align:center;
	border-top: 1px solid #CCC;
	padding: 10px 0;
	margin: 10px 15px 0;
	}
	p.copy a{color: #999;}
		p.copy a:hover{color: #ccc;}


/****************************************
	ページ送り
*****************************************/
.wp-pagenavi a:hover, .wp-pagenavi span.current {
border-color: #DDD!important;
background: #DDD!important;
}

/****************************************
	リンク画像透かし
*****************************************/
.post a:hover img {
filter: alpha(opacity=45);
-moz-opacity: 0.45;
opacity: 0.45;
}

.wp-pagenavi {
text-align: center;
margin-bottom: 10px;
}

.infoArea {
	margin: 20px auto 0;
	padding: 20px 0;
}
.infoArea .titlicon {
  width: 85px;
  height: 61px;
  float: left;
}
.infoArea .titlText {
  width: 575px;
  min-height: 61px;
  float: left;
}
.blogTitl {
  font-size: 22px;
  line-height: 30px;
}
.blogUrl {
  font-size: 17px;
  line-height: 30px;
}

.sideText {
	font-size: 11px;
	line-height: 16px;
}
#side h1 {
	height: 252px;
	width: 190px;
}