@charset "utf-8";

/*--------------------------------------
  Base Layout
---------------------------------------*/
html {
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
}
#wrap {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-color: #FFF;
/*	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: #666 0px 0px 5px 8px;
	-moz-box-shadow: #666 0px 0px 5px 8px;
	box-shadow: #666 0px 0px 5px 8px;
	position: relative;
	behavior: url(/css/pie.htc);*/
}
#header {
	margin: 0;
	padding: 4px 0 0 0;
	text-align: left;
}
#main {
	clear: both;
	margin: 0;
	padding: 0;
}
	#container {
		margin: 18px 0;
		padding: 0 0 8px 0;
	}
		#content {
			background-color: #FFFFFF;
		}
	#side {
		margin: 18px 0;
	}
#footer {
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 0.94rem;
}


/*--------------------------------------
  Header Parts
---------------------------------------*/
#header .site-descriotion {
	font-weight: normal;
	font-size: 13px;
	line-height: 1.3;
	color: #333;
}
#header #sitetitle {
	float: left;
	margin: 0 0 5px 0;
	font-size: 28px;
	line-height: 1.2;
	color: #630;
}
#header #sitetitle h1 {
	margin: 0;
	padding: 0;
	border: none;
	background-color: transparent;
	background-image: none;
}
#header #sitetitle img {
	vertical-align: top;
	max-height: auto;
	margin-top: 8px;
}
#hpanel {
	float: right;
	margin-top: -18px;
	margin-bottom: 6px;
}

/* = Fontsize Change Module
-------------------------------------------------------------- */
#fsizemdl {
	float: right;
	width: 168px;
	text-align: left;
	margin-bottom: 4px;
	padding: 3px 0 3px 3px;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: 87px 3px;
	border: 1px solid #D3C8BE;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	behavior: url(/css/pie.htc);
}
#fsizemdl img {
	float: none;
	margin-right: 0;
	vertical-align: top;
}
#fsizemdl img#fsizetitle {
	margin-right: 2px;
}
#fsizemdl img.changeBtn {
	cursor: pointer;
}
#fsizemdl img.changeBtn:hover {
	-ms-filter: "alpha( opacity=0 )";
	filter: Alpha(opacity=0);
	opacity: 0.0;
}
	
/*--------------------------------------
  Side Parts
---------------------------------------*/
#side .widget {
	text-align: left;
	margin-bottom: 1.5em;
}
/*
#side h3 {
	margin: 0 0 10px 0;
	padding: 0;
	border: none;
	background-color: transparet;
	text-align: left;
}
*/
#side p {
	margin: 1em 0;
}
#side .entry-content p {
	margin: 0 0 1em 0;
}

#side ul, #side ol {
	text-align: left;
}
#side img {
	vertical-align: top;
	margin: 0;
	padding: 0;
}
#side a:hover img {
	border: none;
	background-color: #FFF;
	-ms-filter: "alpha( opacity=70 )";
	filter: Alpha(opacity=70);
	opacity: 0.7;
}
#side .bnr {
	margin-bottom: 1em;
}

/*--------------------------------------
  Footer Parts
---------------------------------------*/
#footer address {
	margin: 10px 0;
	padding: 5px 0 0 0;
	font-style: normal;
	line-height: 1.3;
}
#footer address strong {
	font-size: 1.3rem;
	font-weight: normal;
	line-height: 1.6;
	display: block;
}
#copy {
	clear: both;
	margin: 8px 0;
	padding: 0 0 8px 0;
	font-size: 0.94rem;
}


/* = Search Module
-------------------------------------------------------------- */
.search_mdl {
	background-color: #FFF;
	vertical-align: top;
}
.search_mdl form {
	background-color: #FFF;
	margin: 0;
	padding: 4px 0;
}
.search_mdl input.s {
	border: 1px solid #DDD;
	border-color: #BBB #DDD #DDD #BBB;
	margin: 0;
	padding: 2px;
	width: 166px;
	font-size: 1.06rem;
}
.search_mdl input#searchsubmit {
	padding-top: 2px;
	padding-left: 4px;
	vertical-align: bottom;
}

/* = Navigations Module
-------------------------------------------------------------- */
.nav {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
}
.nav ul {
	margin: 0;
	padding: 0;
}
.nav li {
	white-space: nowrap;
}
	#hnav {
		*width: 42em;/* for IE6+7 */
		text-align: right;
		clear: right;
		margin-bottom: 6px;
		background-color: transparent;
	}
	#hnav ul {
	}
	#hnav li {
	}

	#fnav {
		padding: 5px 0;
	}
	#fnav ul {
	}
	#fnav li {
	}

	#gnav {
		background-color: #FFF;
		background-position: left top;
		background-repeat: no-repeat;
		clear: both;
		margin: 10px 0 0 0;
		paddin: 0;
		zoom: 1;/*for IE 5.5-7*/
	}
	#gnav:after {/*[aftervf*/
		content:".";
		display: block;
		clear: both;
		height: 1px;
		margin-top: -1px;
		visibility:hidden;
	}
	* html #gnav {
		margin: 0 0 15px 0;
	}

	#gnav li {
		margin: 0;
		padding: 0;
		width: auto;
		float: left;
		display: block;
		background-image: none;
	}
	#gnav li:hover {
		position:relative;
	}
	#gnav li a {
		float: left;
		padding: 18px 0;
		font-size: 14px;
		display: block;
		line-height: 1;
		vertical-align: top;
		outline: none;
		text-indent: -9999px;
		background-position: 0 0;
		background-repeat: no-repeat;
	}

	#gnav li a:hover {
	/*	background: #0160a8;
		color: #fff;
		-ms-filter: "alpha( opacity=20 )";
		filter: Alpha(opacity=20);
		opacity: 0.2;*/
	}
	#gnav li.current-menu-item > a {
		-ms-filter: "alpha( opacity=80 )";
		filter: Alpha(opacity=80);
		opacity: 0.8;
	}

	/*/ Pulldown Settings /*/
	#gnav ul {
	/*	height: 50px;*/
		margin: 0 auto;
		position: relative;
		line-height: 1;
		text-align: center;
	}
	#gnav ul li {
		float: left;
		position: relative;
	}

	#gnav ul ul {
		display: none;
		position: absolute;
		margin: 3px 0;
		top: 48px;
		left: 0;
	}
	* html #gnav ul ul {
		line-height: 0;
	}
	#gnav ul ul li {
		float: none;
		text-align: left;
	}
	#gnav ul ul li a {
	/*	border-right:none;*/
		text-indent: 0;
	}
	/*#menu-main_nav_box ul li:first-child {
		border-left:none;
	}*/
	#gnav ul ul {
		width: 200px;
	}
	#gnav ul ul ul {
		top: 0;
		left: 201px;
	}
	#gnav ul ul a { 
		display: block;
		width: 188px;
		background: #fff;
		padding: 8px 6px;
		color: #000;
		border-bottom: 1px dotted #bbb;
		zoom: 1;
		line-height: 1;
	}
	#gnav ul ul a:hover {
		background: #f1f1f1;
		color:#0a89cc;
		-ms-filter: "alpha( opacity=100 )";
		filter: Alpha(opacity=100);
		opacity: 1.0;
	}

	/*/ for_m menu /*/
	#m_menu {
		clear: both;
		list-style: none;
		margin: 1px 0 0;
		padding: 0;
		border: none;
	}
	#m_menu .title {
		background-repeat: no-repeat;
		background-position: 7px center;
		font-weight: bold;
		text-indent: 30px;
		font-family:'Biondi', sans-serif;
		cursor: pointer;
		padding: 7px 0;
	}
	#m_menu ul,
	#m_menu li {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#m_menu li {
		border-bottom: 1px solid #ccc;
	}
	#m_menu li a {
		display: block;
		padding: 8px 2px 8px 10px;
	}
	#m_menu li li {
		border-bottom: none;
	}
	#m_menu li li a {
		padding: 6px 2px 8px 18px;
	}


/*--------------------------------------
  Main Parts
---------------------------------------*/
#mainimg {
	margin-top: 9px;
}

.widget {
	margin-bottom: 16px;
}

.page-title,
.widget-title,
.widget .entry-title,
.home .top-info h2 {
	margin: 0 0 1em 0;
	padding: 2px 8px 4px 22px;
	border-bottom: 1px solid #CCC;
	background-position: bottom left;
	background-repeat: no-repeat;
	color: #000;
	line-height: 1.4;
	font-weight: bold;
	font-size: 1.3rem;
}
.archive .page-title,
.home .page-title,
.widget-title,
.home .top-info h2 {
	margin-bottom: 0;
}
.page-title_img img {
	vertical-align: bottom;
	padding: 0;
	border: none;
	background-image: none;
}
.pagetop {
	clear: both;
	text-align: right;
	margin: 2em 0 1em 0;
}
.home .pagetop {
	display: none;
}
.entry-content h2 {
	padding: 4px;
	border-bottom: 1px solid #999;
}


.newsbox {
	border: 1px solid #BBB !important;
	padding: 1.2em;
	margin-bottom: 1.5em;
	background-color: #FFD;
}
.entryslist {
	clear: both;
	padding-top: 8px;
}

.entrylist .hentry {
	background-position: 2px 0.3em;
	background-repeat: no-repeat;
	padding-left: 18px;
	clear: both;
}
.entrylist .catlink,
.entrylist .entry-date,
.entrylist .new {
	font-weight: normal;
	border-radius: 5px;
	padding: 3px 5px;
	margin: 0 5px;
	white-space: nowrap;
}
.entrylist .new {
	color: #F30;
	font-weight: bold;
	padding: 0;
}

.entrylist .excerpt {
	font-size: 100%;
	margin-bottom: 12px;
}

.single .entry-meta {
	text-align: right;
	margin-bottom: 1em;
}

.pagemeta {
	border-bottom: 1px solid #CCC;
	margin: .5em 0 1em;
	padding: 0;
	min-height: 1.4em;
}
.pagemeta p {
	float: left;
	margin-right: 2em;
}
.entry-content {
	clear: both;
}

.edit-link {
	text-align: right;
	margin: 1em 0;
}


/* = ContctForm7
-------------------------------------------------------------- */
.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
	border: 1px solid #666;
	padding: 2px;
	font-size: 1rem;
}
.wpcf7 label input {
	border: none;
}
.wpcf7 select {
	padding: 0;
}
.wpcf7 .req {
	color: #F03;
}



/* = WordPress Core
-------------------------------------------------------------- */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}
.entry-content .alignleft {
	margin-right: 16px;
}

.alignleft,
.alignright {
	margin-bottom: 12px;
}


/* = Widget List Module
-------------------------------------------------------------- */
#side .widget ul {
	margin: 0;
	padding: 8px;
	border: 1px solid #DDD;
}
#side .widget li {
	list-style-type: none;
	background-position: left 3px;
	background-repeat: no-repeat;
	border-bottom: 1px dashed #DDD;
	padding-left: 16px;
	padding-bottom: 4px;
	margin-left: 0;
	margin-bottom: 4px;
}
#side .widget li a {
	display: block;
	width: 100%;
}
#side .widget ul ul {
	border: none;
	padding: 0;
}
#side .widget ul ul li {
	border: none;
}


/* = incrude_conts
-------------------------------------------------------------- */
#side .tkp_include_conts p {
	text-align: left;
}

/* = nav_above
-------------------------------------------------------------- */
#nav_above {
	text-align: center;
/*	width: 60%;*/
	min-height: 25px;
	margin: 2em auto 1em auto;
	padding: 0;
	clear: both;
}
#nav_above .page-numbers {
	padding: 0.4em 0.7em;
/*	margin-left: -3px;
	margin-right: -3px;*/
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#nav_above .page-numbers:hover {
	background: #1663A9;
	color: #fff;
}

/* = nav_below
-------------------------------------------------------------- */
#nav_below {
	margin: 2em 0 0 0;
	border-top: 1px solid #CCC;
	padding: 8px;
	text-align: center;
}
.nav-previous {
	text-align: left;
}
.nav-next {
	text-align: right;

}

.current {
	background: #1663A9;
	color: #fff;
}
.next {
}


/* = Links page Module
-------------------------------------------------------------- */
.page #content .links,
.page #content .links ul {
	margin: 0;
	padding: 0;
}
.page #content .links li {
	list-style-type: none;
}
.page #content .links li li {
	border-bottom: 1px dashed #CCC;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
}
.page #content .links li li img {
	vertical-align: middle;
}
.page #content .links li h3 {
	border-bottom: 1px solid #396;
	padding: 3px 7px;
	margin: 1em 0 0.5em;
}
.page #content .links li ul {
	margin-bottom: 1.5em;
}


