/* グローバル
---------------------------------------------------*/

* {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

a {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #2370CD;
}

a:hover {
	text-decoration: underline;
	color: #1F96C9;
}

img {
	
	vertical-align: top;
	border: none;
}

.clear {
	clear: both;
}

.clear hr {
	display: none;
}

body {

	text-align: center;
}

#container {
	margin: 0 auto;
	width: 779px;
	background: #FFFFFF;
	text-align: left;
}

/* ヘッダー
-------------------------------------------------*/
#header {
	width: 779px;
	height: 188px;
}

/* メニューエリア
-------------------------------------------------*/
#tab {
	width: 779px;
	height: 28px;
}

#tab ul {
	list-style: none;
}

#tab li {
	float: left;
}

#tab li#menu1 {
	padding-left: 27px;
}

#tab li#menu2 {
	padding-left: 8px;
}

#tab li#menu3 {
	padding-left: 8px;
}

#tab li#menu4 {
	padding-left: 7px;
}

/* コンテンツ
-------------------------------------------------*/

#note {
	background: #F2F6D2;	padding: 10px 10px 10px 10px;
	margin: 0px 10px 10px 10px;
}

#note h2 {
	color: #02328B;
	font-size: 100%;
}

#note p {
	line-height: 140%;
	font-size: 80%;
}

#note .toblog {
	float: right;
}

#note em {
	font-weight: bold;
	font-style: normal;
}

/****************************/

#sort {
	width: 754px;
	margin-left: 12px;
	margin-right: 13px;
	clear: both;
}



#sort hr {
	display: none;
}

/****************************/

.all {
	background: url(../image/bg_all_body.gif);
}

.all .head {
	width: 754px;
	height: 15px;
	background: url(../image/bg_all_head.gif);
}

.all .foot {
	width: 754px;
	height: 15px;
	background: url(../image/bg_all_foot.gif);
}

.all table {
	border: none;
	border-collapse: collapse;
	margin-left: 12px;
}

.all td {
	vertical-align: top;
	width: 114px;
	/*padding-right: 9px;*/
	background: #C3E1FC;
	border-right: solid #E5F3FF 9px;
	border-bottom: solid #E5F3FF 9px;
}

.all td p {
	vertical-align: top;
	width: 114px;
	font-size: 80%;
}

.all td a {
	font-size: 90%;
	font-weight: bold;
}

.all td a img {
	margin-bottom: 5px;
}

/****************************/

.category {
	background: url(../image/bg_cat_body.gif);
}

.category .head {
	width: 754px;
	height: 15px;
	background: url(../image/bg_cat_head.gif);
}

.category .foot {
	width: 754px;
	height: 15px;
	background: url(../image/bg_cat_foot.gif);
}

.category ul {
	list-style: none;
	padding-left: 42px;
	margin-top: 15px;
}

.category li {
	float: left;
	margin-right: 21px;
	margin-bottom: 30px;
}

/****************************/

.syllabary {
	background: url(../image/bg_syl_body.gif);
}

.syllabary .head {
	width: 754px;
	height: 15px;
	background: url(../image/bg_syl_head.gif);
}

.syllabary .foot {
	width: 754px;
	height: 15px;
	background: url(../image/bg_syl_foot.gif);
}

.syllabary ul {
	list-style: none;
	padding-left: 130px;
	margin-top: 15px;
}

.syllabary li {
	float: left;
	margin-right: 45px;
	margin-bottom: 30px;
}

/****************************/
.area {
	background: url(../image/bg_are_body.gif);
}

.area .head {
	width: 754px;
	height: 15px;
	background: url(../image/bg_are_head.gif);
}

.area .map {
	text-align: center;
}

.area .foot {
	width: 754px;
	height: 15px;
	background: url(../image/bg_are_foot.gif);
}
/****************************/


.dummy {
	height: 100px;
}


/* フッター
-------------------------------------------------*/
#footer {
	width: 779px;
	clear: both;
	padding-top: 15px;
	padding-bottom: 15px;
}

#footer .mobile_qr {
	float: left;
	width: 330px;
}

#footer .mobile_qr .qr {
	float: left;
	padding-left: 21px;
	padding-right: 12px;
}

#footer .mobile_qr h3 {
	font-size: 80%;
	padding-top: 16px;
}

#footer .mobile_qr p.url {
	font-size: 80%;
}


#footer .info {
	width: 449px;
	line-height: 140%;
	font-size: 75%;
	float: left;
}

#footer .info dt {
	float: left;
	width: 110px;
	font-weight: bold;
	text-align: right;	margin-right: 9px;
}

#footer .info dd {
	float: left;
	width: 310px;	padding-bottom: 5px;
}

#footer .info em {
	
	font-weight: bold;
	font-style: normal;
}