/* ### レイアウト ### */

/* ------------------------------
   Browser Reset
------------------------------ */
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,
dl, dt, dd, ol,ul,li,
fieldset, form, label, legend,
 caption, tbody, tfoot, thead, {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
}

body	{margin: 0 10px;
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;}

#container	{
	margin: auto;
	text-align: center;
	background: #fff;}

header	{margin: 0;
	text-align: center;
	background: #fff;}

#htop {max-width: 1200px;
	margin: 0 auto;
	padding: 0;}

#content	{ max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;}


#conleft {float: left;
	width: 76%;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	text-align: left;}

#conright {margin: 5px 0;
	padding: 0 10px; 
	width: 22%;
	float: right;
	text-size: 16px;
	text-align: left;
	border-right: 1px solid #dcdcdc;}

#footer	{max-width: 1210px;
	margin: 0 auto;
	clear: both;}


/* ### ヘッダー ### */
header h5 {margin: 0 0 5px 0;
	padding: 0  0  0 10px;
	background-color: #088a08;
	font-size: 13px;
	text-align: left;
	color: #fff;}


/* サイト名 */
#headtop	{float: left;}

#headtop  h1 {margin: 0;
		padding: 0;
	font-size: 38px;
	color: #00ff00;}

#headtop img{
	height: 80px;
	width: auto;}

/* ナビゲーションメニュー */
nav	{float: right;
	font-family: 'Maven Pro', Helvetica, Arial, sans-serif;
	font-size: 14px;
	overflow: hidden;
	padding-top: 0px;}


nav ul	{margin: 0;
	padding: 0;}

nav li	{list-style-type: none;
	float: left;
	width: 120px;}


nav li a {display: block;
	padding: 10px 10px;
	text-decoration: none;
 	border: 1px solid #000000;
	border-radius: 6px;
	line-height: 1;
	color: #273343;
	text-shadow: 0 1px 1px #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 0 50%;}

nav   li a:hover {background: -ms-linear-gradient(rgb(82, 94, 255) 0%, rgb(172, 178, 255) 100%); color: rgb(255, 255, 255);}

nav li:nth-chiitd(1)a,navli:nth-child(2)a,navli:nth-child(3)a{border: 1px solid #5f95b8;
	border-right:none;}

/* ナビゲーションメニュー */

#nav	{margin: 0;
	padding-left: 2px;
	float: left;
	font-family: 'Maven Pro', Helvetica, Arial, sans-serif;
	font-size: 14px;
	overflow: hidden;
	padding-top: 0px;
	border-top: solid 1px #ffffff;}

#nav ul	{margin: 0;
	padding: 0;}

#nav li	{list-style-type: none;
	float: left;
	width: 130px;}

#nav li a {display: block;
	margin: 1px;
	padding: 10px 10px;
	text-decoration: none;
	border: 1px solid #2efe2e;
	border-radius: 8px;
	line-height: 1.8;
	color: #273343;
	text-shadow: 0 1px 1px #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	background-color: #ff8000;
	background: -webkit-gradient(linear,left top, left bottom, from(#a3fc91), to(#ffffff));
	background: -webkit-linear-gradient(#ffffff 0%, #a3fc91 100%);
	background: -moz-linear-gradient(#ffffff 0%, #a3fc91 100%);
	background: -o-linear-gradient(#ffffff 0%, #a3fc91 100%);
	background: -ms-linear-gradient(#ffffff 0%, #a3fc91 100%);
	background: linear-gradient(#ffffff 0%, #a3fc91 100%);}

#nav li a:hover	{
	background: -webkit-gradient(linear, left top, left bottom, from(#0061e4), to(#dfeeff));
	background: -webkit-linear-gradient(top,#0061e4 0%, #dfeeff 100%);
	background: -moz-linear-gradient(top,#0061e4 0%, #dfeeff 100%);
	background: -ms-linear-gradient(top,#0061e4 0%, #dfeeff 100%);
	background: -o-linear-gradient(top,#0061e4 0%, #dfeeff 100%);
	background: linear-gradient(top,#0061e4 0%, #dfeeff 100%);
	color: #ffffff;}

#htop	{overflow: hidden;}
header	{overflow: hidden;}
/* ### コンテンツ*/

#conleft {margin: 0;
	margin-bottom: 20px;}

#conleft h1{margin:0;
	font-size: 24px;
	color: #ffffff;
	padding: 3px 10px;
	background-color: #87seeb;
	border-radius:8px;
	text-align: left;}

.topost {width: 60%;
	float: left}

.topost img {width: 90%;}

.lead {width: 40%;
	float: right}

.lead h2 {font-size: 22px;
	color: #00f}
.lead p {padding-right: 10px;
	 font-size: 14px;}

article section { clear: both; }

article section h2 {
	font-size: 28px;
	font-weight: bold;
	color: #003300;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5F95B8;
	padding-bottom: 5px;}

article section h2 a {
	color: #5F95B8;
	text-decoration: none;}

.post	{float: left;
 	margin:0;
	width: 25%;
	margin-bottom: 15px;}


.post h4{background-color: #ffffcc;
	color: #f00;}

.post h2 {font-size: 18px;
	border-bottom: solid 1px #aaaaaa;
	border-left: solid 5px #aaaaaa;
	margin: 6px 0 15px;
	padding: 0 10px;}

.post img {width: 98%;}

.post p	{font-size: 16px;
	line-height: 1.6;
	margin: 3px;
	clear: left;}

.post a	{text-decoration: none;
	color: #000000;}

.post a:hover	{border-bottom: 1px solid #ff0000;
	color: #ff0000;}


.post table {border-collapse: collapse;}

.post:last-child	{margin-right: 0;}

.post + .post + .post + .post	{margin-right: 0;}
/* 続きを読むボタン */
.post .more_s	{float: right;
	color: #ffffff;
	font-size: 14px;
	font-family: 'Maven Pro', Helvetica, Arial, sans-serif;
	background-color: #666666;
	background-image: url(../img/more_small.png);
	background-repeat: no-repeat;
	background-position: 94% 50%;
	padding: 3px 25px 3px 5px;
	margin: 0;}

.post {overflow: hidden;}

.box	{float: left;
   	width: 48%;
  	margint: 0;
  	padding: 5px 3px;}
  
.box  img{margin: 2px 4px;
   	width: 90%;
  	padding: 5px 3px;}
  
.box:last-child	{margin-right: 0;} 
.box + .box	{margin-right: 0;} 

.print  {margin-bottom: 10px;}

.print a	{margin: 1px 3px;
	font-size: 14px;
	 border: solid 1px #fdc0e4;
	background-color: #ffffff;
	display: block;
        list-style-type: none;
	float: left;
	padding:1px 2px;
	color: #000000;
        border-radius: 3px;
	text-decoration: none;}

.print a:hover	{background-color: #c71585;
	background: -webkit-gradient(linear,left top, left bottom, from(#ffffff), to(#fde7f4));
	background: -webkit-linear-gradient(#ffffff 0%, #fde7f4 100%);
	background: -moz-linear-gradient(#ffffff 0%, #fde7f4 100%);
	background: -o-linear-gradient(#ffffff 0%, #fde7f4 100%);
	background: -ms-linear-gradient(#ffffff 0%, #fde7f4 100%);
	background: linear-gradient(#ffffff 0%, #fde7f4 100%);
	color: #ff0000;}

article {overflow: hidden;}

#conright {margin: 0;}

#conright h4 {margin: 10px 20px;
	padding: 2px 10px;
	font-size:14px;
	border: 1px solid #ff0000;
	border-radius: 8px;}

#contright .ad img {width: 100%;}

#contright  .ad p{fopx nt-size: 16px;}

#contright .ad h5 {font-size: 14px;}

#contright .ad h3{font-size: 26px;
	line-height: 1.6;
	background-color: #ffcccc;
	margin: 0;
	clear: left;}

#content {overflow: hidden;}

/* ### サイドバー ### */
.ad  a{font-size:14px;}
.ad a:hover {background-color:#ff0000;
	color: #ffffff;}
.ad p{font-size: 16px;}

.ad h5{font-size: 14px;}

.ad .info h3{background-color: #e0ffff;
	font-size:28px;
	border: 2px solid #e0ffff;
	border-radius:6px;}
/* メニュー */
.menu	{margin-bottom: 50px;}

.menu h3	{font-family: 'Maven Pro', Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #66c1e8;
	margin: 0 0 2px;
	padding-left:10px;}

.menu ul	{margin: 0;
	padding: 0;
		border-top: 0px;
	border-right:0px;
	border-bottom-width: 1px;
	border-color: #0066cc;}

.menu li	{margin-bottom: 0;
	list-style-type: none;
	border-bottom: solid 1px #aaaaaa;}

.menu li a	{display: block;
	font-size: 14px;
	text-align: left;
	text-decoration: none;
	color: #666666;
	padding: 5px 0 5px 20px;
	background-image: url(../img/next.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold;}

.menu  li a:hover {background-color:#e6e6e6;
	  color: #000000;}


/* ### フッター ### */
#footer {
	padding: 10px 10px 20px;
	 color: #fff;
	 font-family: "Maven Pro", Helvetica, Arial, sans-serif;
	background:#088a08;

	 font-size: 14px;
}
#footer h3 {font-size:14px;
	margin: 0px;
	padding: 0 20px;
	color: #fff;}

#footer p {
	margin: 0px;
	 float: left;
	color: #fff;}
#footer p a{
	 text-decoration: none;
	border: none;
	color: #fff;
}
#footer p a:hover{
	background-color: #003300;
	color: #f00;}

#iconmenu {
	float: right;
}
#iconmenu ul {
	margin: 0;
	 padding: 3px 0px 0px;
}
#iconmenu li {
	display: inline;
	 list-style-type: none;}
#iconmenu img {
	border: none;}


#submenu {clear: both;}

#submenu ul {
	margin: 10px 0px;
 padding: 3px 0px 0px;
 font-size: 12px;
}

#submenu li {
	display: inline;
	 list-style-type: none;}

#submenu a {
	color: #e0ffff;
 padding-right: 6px;
 font-weight: bold;
 text-decoration: none;
 margin-right: 3px;
 border-right-style: solid 1px #000;}

#submenu li a:hover {
	color: #ff0000;
	background-color: #ffffff;}

#submenu li:last-child a {
	border: none;}

#submenu li + li + li + li a {
	border: none;}
small {
	font-size: 12px;
 font-weight: bold;
 display: block;
}
