﻿/* ## レイアウト ## */
body	{margin: 24px 10px;
		font-family: 'メイリオ', 'Hiragion Kaku Gothic Pro', sans-serif;}

#container	{width: 960px;
			margin: auto;}

#header		{margin: 0 0 10px;}


#site		{float:	left;}

#site h1	{margin: 0;
			line-height: 1;}

#nav		{font-family: 'Maven Pro', Helvetica,
			Arial, sans-serif;
			font-size: 14px;
			overflow: hidden;
			border-top: solid 1px #ffffff;
			background-color: #3d90f0;}

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

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

#nav li a	{display: block;
			width: 120px;
			padding: 5px 0;
			border-right: solid 1px #ffffff;
			color: #ffffff;
			text-align: center;
			text-decoration: none;}

#nav li a:hover	{background-color: #0097ff;}

#content	{width: 650px;
			float:	left;
			margin:	0 0 50px;}

#sidebar	{width: 300px;
			float: right;
			margin: 0 0 50px;}

.menu		{
			border-top:13px solid #28ce38;
			border-left:1px solid #28ce38;
			border-right:1px solid #28ce38;
			border-bottom:1px solid #28ce38;
			padding: 15px;
			margin-bottom: 20px;
			}

.menu h3	{font-family: 'Maven Pro', Helvetica,
			Arial, sans-serif;
			font-size: 22px;
			font-weight: normal;
			color: #28ce38;
			margin: 0 0 25px;}

.menu ul	{margin: 0;
			padding: 0;
			border-top: solid 1px #aaaaaa;}

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

.menu li a	{display: block;
			font-size: 14px;
			text-decoration: none;
			color: #000000;
			padding: 10px 0;}

.menu li a:hover	{background-color: #63a2c6;}

.post {
	width: 100%;
}

.post h2	{
			background-image:url(../image/line.gif);
			background-repeat:repeat-x;
			color:#003366;
			font-size:150%;
			padding:5px;
			margin-top:0;
			}

.post h3	{
			color:#fa4404
			}

.kyoucyou	{
			font-family: 'メイリオ', 'Hiragion Kaku Gothic Pro', sans-serif;
			font-weight:bold;
			font-size:130%;
			color:#fa4404
			}

.objectL{
	margin-right:10px;
	float:left;
}

.objectL_L{
	margin-right:10px;
	float:left;
}

.objectR{
	margin-left:10px;
	float:right;
}

.objectR_L{
	margin-left:10px;
	float:right;
}

/* ### フッター ### */

#footer	{font-family: 'Maven Pro', Helvetica, Arial, sans-serif;
	color: #ffffff;
	background-color: #3d90f0;
	padding: 10px 10px 20px;
	clear: both;}

#footer p	{margin: 0;}

#footer small	{font-size: 12px;
	font-weight: bold;
	display: block;}

/* ## 画像 ## */
#headerimg	img{vertical-align: bottom;}

