@charset "UTF-8";
/* CSS Document */
@import url(iframe.css);
@import url(reset.css);
@import url(blog.css);

body {
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",Verdana,Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/* テキスト設定 */
p {
    font-size: 1.2em;
    line-height: 1.4;
}

a,a:link {
	color: #CC0000;
	text-decoration: underline;
}

a:visited {
	color: #CC6600;
}

a:hover {
	color: #660000;
	text-decoration: underline;
}

a:active {
	color: #FF6600;
	text-decoration: underline;
}

h1 {
	margin: 0px;
	padding: 0px;
	height: 111px;
	width: 730px;
}

h2 {
	margin: 0px;
	padding: 0px;
}

h2.title {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h2#fromGrobalNavi {
	font-weight: bold;
	color: #7F0017;
	background-image: url(/img/blog_h2.jpg);
	height: 23px;
	width: 480px;
	padding-left: 10px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 1.8em;
	margin: 0px;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h3#fromGrobalNavi {
	font-size: 1em;
	font-weight: bold;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

h4 {
	font-size: 1.4em;
	font-weight: bold;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 1.2;
}

hr {
	background-color: #CCCCCC;
	height: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* ページ外枠 */
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 730px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(/img/bg.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}

/* メニュー */
#leftBox {
	padding: 10px;
	float: left;
	width: 200px;
	margin-bottom: 30px;
}

#leftBox #navi ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#leftBox #navi li {
	margin: 0px;
	padding: 0px;
	height: 35px;
	width: 200px;
}

#leftBox #navi li a img {
     vertical-align: bottom;
	 margin: 0;
	 padding: 0;
}

/* 右側コンテンツ部分 */	
#rightBox {
	margin-bottom: 30px;
	width: 490px;
	float: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
}

#rightBox h2 {
    margin-bottom: 20px;
}

#rightBox dl {
	margin: 0px;
	padding: 0px;
}

#rightBox dt {
	font-size: 1em;
	font-weight: bold;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#rightBox dd {
	font-size: 1.8em;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
}

p.continue {
	font-size: 1em;
	text-align: right;
}

/* フッター */
#footer {
	clear: both;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	width: 710px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}

#footer ul {
	text-align: center;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 1em;
}

#footer li {
	display: inline;
}

address {
	font-size: 1em;
	font-style: normal;
	text-align: center;
	margin-top: 20px;
}



#rightBox {
    word-break: break-all;
	word-wrap: break-word;
}


.slist a {
	line-height: 1.4;

}