@charset "utf-8";

body {
	background-image: url(../../img/info_back.png);
	background-repeat: repeat-y;
	background-color: #f5f4f2;
}

h1{
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Helvetica, Arial, Geneva, Verdana, sans-serif;
}

p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Helvetica, Arial, Geneva, Verdana, sans-serif;
}


/* レイアウト
---------------------------------------------*/
#wallpaper {
	position: relative;
	width: 1002px;
}
#contena {
	width: 640px;
	background-color: #FFF;
	padding-right: 0px;
	padding-left: 10px;
	padding-bottom: 8px;
	position: relative;
	clear: none;
	float: right;
	color: #606060;
	margin-right: 101px;
	padding-top: 12px;
}
#menu {
	width: 196px;
	float: left;
	padding-left: 28px;
	padding-top: 20px;
}

/* 本文
---------------------------------------------*/

#contena .entry{
	margin-bottom: 10em;
	
}
#contena .entry_body{
	width: 385px;
	margin-left: 228px;
}
#contena .entry_head {
	float: left;
	width: 200px;
	padding-left: 10px;
}
.date {
	font-family: Helvetica, Arial, sans-serif;
	line-height: 2em;
	color: #606060;
	font-size: 85.7%;
}
h1 {
	font-size: 107%;
	line-height: 1.7em;
	padding-bottom: 3em;
	color: #1A1A1A;
	padding-top: 2px;
}
.cate {
	font-size: 85.7%;
	line-height: 2;
	margin-bottom: 2em;
	color: #9E9E9E;
}
.entry p {
	font-size: 85.7%;
	margin-bottom: 2em;
}


/* 英語
---------------------------------------------*/

#en .entry .data, #en #menu, #en .entry p {
	font-size: 78.5%;
	line-height: 2em;
}

/* メニュー
---------------------------------------------*/
#menu {
	font-size: 85%;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu .box {
	margin-bottom: 88px;
}

/* ヘッダー
---------------------------------------------*/
#head {
	height: 138px;
	background-color: #f5f4f2;
}

/* アーカイブリスト
---------------------------------------------*/
#contena h2 {
	font-size: 92%;
	line-height: 1.6em;
	font-weight: normal;
	padding-top: 1em;
}
.archiveList {
	font-size: 78.5%;
	color: #ACACAC;
	margin-bottom: 1em;
}
.archiveList .date {
	color: #ACACAC;
	font-size: 90%;
	line-height: 2.2em;
}
#contena h2 a:link {
	color: #666;
}
#contena h2 a:hover {
	color: #000;
}
