/*
Theme Name: MORITOX 03
Theme URI: http://www.moritox.jp/
Description: MORITOX 03
Author: MORITOX
*/
/* ----- CSS 初期化 ----- */
html, body, div, span, applet, object, iframe,
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, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ----- CSS 初期化 ココマデ ----- */

body	{
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #f6f6f6;
	}

#container {
	width: 758px;
	border-left: solid 1px #aaaaaa;
	border-right: solid 1px #aaaaaa;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	padding-top: 6px;
	text-align: left;
	background-color: #fcfdf9;
	}

#header, #main, #footer	{
	margin: 0;
	}

#main	{
	width:740px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	}

#main2	{
	width:740px;
	margin: 20px 9px 0px 9px;
	/*padding: 5px;*/
	}


#content	{
	width: 451px;
	float: left;
	}

#content2	{
	width: 722px;
	margin: 9px;
	}

#content3	{
	width: 520px;
	margin: 30px 10px 10px 10px;
	float: left;
	display: inline;
	}

a	{
	color: #3366aa;
	}


/* ++++++ ヘッダー部分のデザイン ++++++ */

#header	{
	width: 740px;
	height: 71px;
	background-image: url(images/header.jpg);
	/*margin: 9px;*/
	margin-top: 0;
	margin-left: 9px;
	margin-right: 9px;
	/*margin-bottom: 5px;*/
	}

#header h1	{
	font-size: 1.4em;
	font-family: 'Trebuchet MS',Helvetica,sans-serif;
	padding-top: 26px;
	padding-left: 16px;
	margin-bottom: 0;
	}

#header h1 a	{
	color: white;
	text-decoration: none;
	}

#header p	{
	font-size: 0.85em;
	margin-top: 4px;
	}




/****************************************メニュー設定ココから********************************/

div.menu {
	font-size:0.9em;
	margin: 0.5em 0 0.5em 0.5em;
	/*margin-left:0;
	margin-right:0;
	margin-bottom:0.5em;
	margin-top: 0.5em;*/
	/*background-color: #fcfdf9; #5e8eab;*/
	/*border-bottom: 2px solid #cccccc;*/
	height: 2em;
	position: relative;
	text-align: center;
	top: 0;
	left: 0;
	}

#menu1 {
	position:absolute;
	left:0;
	top: 0;
	}

div#menu2 {
	position:absolute;
	left: 121px;
	top: 0;
	}

div#menu3 {
	position: absolute;
	left: 242px;
	top: 0;
	}

div#menu4 {
	position: absolute;
	left: 363px;
	top: 0;
	}

div#menu5 {
	position: absolute;
	left: 484px;
	top: 0;
	}

div#menu6 {
	position: absolute;
	left: 605px;
	top: 0;
	}

div#menu7 {
	position: absolute;
	left: 726px;
	top: 0;
	}


div.menu a {
	/*color:#ffffff;
	background-color:#5e8eab;*/
	text-decoration: none;
	display: block;
	width: 120px;
	line-height: 2em;
	border-bottom: 2px solid #cccccc;
	}

div.menu a:hover {
	background-color: #fcfdf9; /*#49abdb;*/
	border-bottom: 2px solid #ff9a36;
	color: #ff0000;
	}

div.submenu {
	text-align: left;
	visibility: hidden;
	position: absolute;
	left: 0;
	}

div.submenu a {
	font-size: 0.9em;
	padding-left: 0.5em;
	background-color: #fcfdf9; /*#005aaf;*/
	border-top: solid 1px #ffffff;
}

div#map_bunner {
	width: 985px;
	height: 37px;
	margin: 0;
	padding: 0;
	text-align: left;
}

div#map_bunner img {
	text-align: left;
	border: 0;
	margin: 4px 15px 15px 15px;
	/*background-color: #000000;*/
}

div#map a {
	border: 0;
}

/*****************************メニューココまで*************************************/


/* ++++++ パンくずリンクのデザイン ++++++ */
#bread	{
	margin: 0;
	font-size: 0.85em;
	font-weight: bold;
	}

/* ++++++ コンテンツ部分のデザイン ++++++ */

.post h2	{
	font-size: 1em;
	color: #3366aa;
	border-bottom: solid 2px #aaaaaa;
	background-image: url(images/mark.gif);
	background-repeat: no-repeat;
	padding: 5px 0 2px 30px;
	}

.post h2 a	{
	text-decoration: none;
	}

.post p	{
	font-size: 0.9em;
	color: #333333;
	line-height: 150%;
	}

.post	{
	margin-bottom: 40px;
	}

.pagenav	{
	font-size: 0.82em;
	margin-bottom: 20px;
	}


/* ++++++ サイドバー部分のデザイン ++++++ */

#sidebar	{
	width: 180px;
	float: right;
	margin-top:40px;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 0.85em;
	display: inline;
	}

#sidebar ul	{
	color: #66aaff;
	list-style-type: disc;
	margin: 3px 0 20px 20px;
	padding: 0;
	}

#sidebar ul li	{
	margin-top: 0.5em;
	}

#sidebar ul ul	{
	color: #88ccff;
	margin-bottom: 3px;
	}

#sidebar h2	{
	font-size: 0.88em;
	background-color: #427896;
	color: #ffffff;
	text-align:center;
	margin: 0;
	padding: 6px 0;
	}

/* カレンダー */
#calendar table	{
	width: 100%;
	text-align: center;
	color: #000000;
	border-collapse: collapse;
	margin-bottom: 20px;
	}

#calendar th, #calendar td	{
	padding: 5px 0;
	border: solid 1px #427896;
	}

#calendar a	{
	text-decoration: none;
	color: #3366aa;
	}

#calendar caption	{
	padding: 3px 0;
	}

#calendar tfoot td	{
	border: none;
	}

#calendar tfoot td#prev	{
	text-align: left;
	}

#calendar tfoot td#next	{
	text-align: right;
	}


/* ++++++ コメント部分のデザイン ++++++ */

#comments h3	{
	font-size: 0.82em;
	border-bottom: solid 2px #427896;
	padding-bottom: 5px;
	}

.com	{
	font-size: 0.8em;
	border-bottom: dotted 2px #88ccff;
	padding-bottom: 8px;
	margin-bottom: 12px;
	}

.com p	{
	margin: 5px 0;
	}

.commeta	{
	color: #888888;
	text-align: right;
	}

#tb	{
	font-size: 0.8em;
	border: solid 1px #88ccff;
	padding: 8px;
	line-height: 150%;
	}

#commentform	{
	font-size: 0.8em;
	}



/* ++++++ フッター部分のデザイン ++++++ */

#footer	{
	clear: both;
	margin-top: 20px;
	margin-left: 6px;
	margin-right: 6px;
	}

#footer address	{
	font-size: 0.85em;
	font-style: italic;
	text-align: center;
	color: #333333;
	border-top: solid 3px #aeb4c7;
	padding: 10px 0 6px 0;
	}

#footer address a {
	font-style: italic;
	text-decoration: none;
	color: #444444;
	}

#footer address a:hover {
	color: #b84f1e;
	}

#wp-calendar .saturday { color : blue; }
#wp-calendar .sunday { color : red; }
#wp-calendar .holiday { color : red; }

/* ++++++ ニュースコンテンツのデザイン ++++++ */

#topnews	{
	width: 427px;
	margin: 30px 10px 20px 10px;
	float: left;
	display: inline;
	}

#topnews h2	{
	margin: 0;
	padding: 3px;
	color: #222222;
	border-bottom: solid 2px #00657d;
	font-size: 0.94em;
	}

#topnews div	{
	border: solid 1px #ffffff;
	overflow: auto;
	height: 120px;
	}


#topnews ul	{
	font-size: 1em;
	margin: 5px 30px;
	padding: 0;
	}

#topnews ul a	{
	color: #00657d;
	}

#topnews ul li	{
	line-height:1.6em;
	}

#topnews2	{
	margin: 26px 10px 0 5px;
	width: 260px;
	float:right;
	display: inline;
	}

#topnews2 h2	{
	margin: 0;
	padding: 8px 10px 3px 5px;
	border-bottom: solid 2px #00657d;
	color: #222222;
	font-size: 0.9em;
	}

#topnews2 div	{
	border: solid 1px #cacaca;
	overflow: auto;
	height: 180px;
	}


#topnews2 ul	{
	font-size: 0.94em;
	margin: 8px 30px;
	padding: 0;
	}

#topnews2 ul a	{
	color: #00657d;
	}

#topnews2 ul a	{
	line-height: 1.4em;
	}

div.section {
	/*width: 100%;*/
	margin-top: 20px;
	padding: 0.4em;
	/*background-color: #ff9fd2;*/
	line-height: 1.4em;
	}

div.section h2 {
	margin-top: 10px;
	font-size: 1.2em;
	}

div.section h3 {
	margin-top: 1em;
	font-size: 1.06em;
	}

div.section p {
	margin-top: 0.8em;
	}

div.section ul {
	margin-left: 3em;
	}

div.section ul li  {
	line-height: 1.6em;
}

p .hide {
	display: none;
	}

div.up {
	clear: both;
	/*margin: 0.4em 2em 0.4em 0em;*/
	/*padding-bottom: 0;*/
	/*border-bottom: 1px dashed #b0b0b0;*/
	font-size: 0.96em;
	text-align: right;
	}

div.up a {
	text-decoration: none;
	/*color: #000000;*/
	}

div.up a:hover {
	color: #a30000;
	}

div.example {
	/*width: 96%;*/
	margin: 0.2em 0 0 0;
	/*padding: 0.4em;*/
	padding: 0 1em;
	border: 1px solid #707070;
	text-align: left;
	white-space: pre;
	line-height: 1.6em;
	/*background-color: #ffda63;*/
	font-size: 1em;
	}

div#kousin {
	clear: both;
	margin-top: 10px;
	margin-left: 30px;
	margin-right: 10px;
	font-size: 0.86em;
	line-height: 1em;
	}

div#kousin h1 {
	font-size: 0.9em;
	}

#kousin div	{
	border: solid 1px #cacaca;
	overflow: auto;
	height: 100px;
	}

div#kousin ul li {
	line-height: 1.6em;
}

div.kugiri {
	font-size: 0.98em;
	line-height: 1.6em;
	margin: 1em 1em 2em 1em;
}

div.kugiri-list {
	font-size: 0.94em;
	line-height: 1.8em;
	margin: 1em;
}

div.kugiri img{
	margin: 3em 1em 1.5em 1em;
}

div.kugiri p{
	font-size: 1em;
	line-height: 1.4em;
}