
.menu{
    font-family:'Averia Gruesa Libre', cursive,Verdana;
    font-family: 'Averia Gruesa Libre', Verdana,cursive;
}
a{ text-decoration:none;}
a:link{color:000000;}
a:active {color:#6E6E6E;}
a:visited{color:#808080;}
a:hover{color:#eeeeee;}


/* ==================== レイアウト ==================== */

body	{
    margin: 0;
    background-color:#cecece;

    background-attachment:fixed;
}

#container	{width: 100%;
	margin: auto;
	background-color: #ffffff;}

#content	{width: 100%;
	float: left;
	margin: 20px 0;
}

#content_inner	{margin-right: 250px;
	margin-left: 20px;}

#sidebar	{width: 200px;
	float: right;
	margin: 30px 0;
	padding-right: 20px;}

#foot	{clear: both;}



/* ==================== ヘッダー ==================== */

#header	{width: auto;
	height: 120px;
	background-color: #000000;
	color: #ffffff;}

#header_inner	{padding: 10px 20px;}

#header h1	{margin: 0;
	font-size: 1.5em;
font-family: 'Archivo Black', sans-serif;}

#header p	{margin: 0;
	margin-top: 8px;
	font-size: 0.8em;}



/* ==================== コンテンツ ==================== */

.post	{width: auto;}

.post h2	{
    font-size: 1em;
    margin: 0;
    margin-bottom: 15px;
    background-color: #c0c0c0;
    line-height: 32px;
    padding-left: 10px;
    font-family:Verdana;
}

.posttext	{
    font-size: 0.87em;
    line-height: 1.5;
    background-color:#ffffff;
}

.posttext p	{margin: 0;
	margin-bottom: 20px;}


.posttext a	{
    text-decoration:underline;
}


/* ==================== 画像 ==================== */

.imglist	{width: 100%;}

.imgcaption	{text-align: center;
	font-size: 0.875em;
	float: left;
	width: 220px;
	margin-right:20px;
	margin-bottom: 20px;
	border: solid 0px #aaaaaa;
	padding: 2px;}

.imgcaption img	{margin-bottom: 5px;}

.imgcaption p	{margin: 0;}


/* ==================== サイドバー ==================== */

.menu	{width: auto;
	overflow: hidden;}

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

.menu li a	{display: block;
	line-height: normal;
	padding: 10px;
	background-color: #5d5d5d;
	color: #ffffff;
	font-size: 0.75em;
	text-decoration: none;}

.menu li a:hover	{background-color: #c0c0c0}

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


/* ==================== フッター ==================== */

#footer	{width: auto;
	background-color: #000000;}

#footer_inner	{padding: 10px;}

#footer p	{color: #ffffff;
	font-size: 0.75em;
	margin: 0;
	text-align: center;}

/* ==================== フッターメニュー ==================== */

#footmenu	{text-align: center;
	margin-bottom: 18px;}

#footmenu li a	{font-size: 0.8em;
	color: #ffffff;
	text-decoration: none;}

#footmenu li a:hover	{color: #ffaa00;}

#footmenu li	{display: inline;
	list-style-type: none;
	border-left: solid 1px #aaaaaa;
	margin-left: 15px;
	padding-left: 15px;}

#footmenu li.first	{border-left: none;
	margin-left: 0;
	padding-left: 0;}

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




p.text{
    margin-left:10px;
}
