body {
	background-color: #EFEFEF;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: "メイリオ","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Verdana,"ＭＳ Ｐゴシック",Osaka;
}

body#tinymce {
	background-color: #FFF;
	text-align: left;
	margin: 0;
	padding: 0;
}

p {
	padding: 0;
	margin: 0;
}

/* ラッパー */
div#wrapper_out {
	width: 830px;
	margin: 0 auto;
	background-color: #FFF;
}

div#wrapper_in {
	width: 800px;
	padding-bottom: 15px;
	margin: 0 15px;
	background-color: #FFF;
}

/* キャッチ */
h1 {
	margin: 0 auto;
	font-size: 0.65em;
	font-weight: normal;
	color: #FFF;
	line-height: 1.5em;
	background-color: #CC0000;
}

/* ヘッダー */
div#header {
	margin: 0 15px;
}

div#header img.logo {
	float: left;
	margin: 10px 0 10px;
	border: 0;
}

div#header img.tel_mail {
	float: right;
	margin: 17px 0 17px;
}

/* ボディ */
div#content {
	width: 100%;
	clear: both;
}

/* ナビバー */
div.navibar {
	clear: both;
	font-size: 75%;
	color: yellow;
	letter-spacing: 0.075em;
	background-color: #CC0000;
	line-height: 20px;
	text-align: right;
	width: 100%;
	margin-bottom: 15px;
}

/* メニュー */
div.menu_pane {
	width: 200px;
	float: left;
	margin: 0 0 15px;
	text-align: left;
}

div.menu {
	font-size: 80%;
	letter-spacing: 0.075em;
	margin-left: 10px;
}

div.dep1 {
    background: #CC0001 url("./images/1-8.jpg") no-repeat;
    margin-bottom: 6px;
    margin-left: -10px;
    margin-right: 15px;
    padding-left: 8px;
	line-height: 25px;
}

div.dep1 a:link {
	background: url("./images/1-7.jpg") no-repeat 0% 50%;
	text-decoration: none;
	color: #FFF;
    margin-left: -8px;
    padding-left: 23px;
}

div.dep1 a:visited {
	background: url("./images/1-7.jpg") no-repeat 0% 50%;
	text-decoration: none;
	color: #FFF;
    margin-left: -8px;
    padding-left: 23px;
}

div.dep1 a:hover {
	background: url("./images/1-6.jpg") no-repeat 0% 50%;
	text-decoration: none;
	color: #0000FF;
    margin-left: -8px;
    padding-left: 23px;
}

div.dep2 {
    border-bottom: 1px dotted #CC0000;
    margin-bottom: 2px;
    margin-left: 2px;
    margin-right: 15px;
    padding-bottom: 4px;
    padding-top: 2px;
}

div.dep2 a:link {
	text-decoration: none;
	color: #000;
    padding-left: 5px;
}

div.dep2 a:visited {
	text-decoration: none;
	color: #000;
    padding-left: 5px;
}

div.dep2 a:hover {
	text-decoration: none;
	color: #FF0000;
}

/* ＱＲコード */
div.qrcode {
	font-size: 75%;
	line-height: 1.5;
	margin: 15px 0;
	width: 185px;
}

div.qrcode img {
	float: left;
	margin-right: 10px;
	border: 1px #555 solid;
}

/* 記事ペイン */
div.article_pane {
	float: left;
	width: 600px;
}

div.article_pane_top {
	float: left;
	width: 403px;
	margin-right: 15px;
	text-align: left;
}

/* 社長コメント */
div.president {
	background: #FFF url("./images/1-5.jpg") no-repeat top left;
	margin-bottom: 15px;
}

div.president_title {
	font-size: 90%;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 8px;
	text-indent: 35px;
}

div.president_comment {
	font-size: 75%;
	line-height: 1.5;
	font-weight: normal;
	text-align: left;
	margin-left: 100px;
	margin-right: 8px;
}

/* 最新情報 */
div.info_new {
	font-size: 0.75em;
	line-height: 1.75em;
	border-bottom: 1px #CC0000 solid;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

div.info_new_title {
	margin-bottom: 5px;
}

div.info_new ul {
margin: 0 0 0 1.5em;
padding: 0;
}

/* おすすめプラン */
table.plan_wrapper {
    background-color: #FFFDE6;
    border: 2px dotted #CC0000;
}

div.plan {
	width: 187px;
	margin-bottom: 10px;
	overflow: hidden;
	float: left;
	padding: 8px 6px;
}

div.plan_img {
	float: left;
	margin-right: 8px;
}

div.plan_title {
    background-color: #CC0000;
    color: #FFFFFF;
    font-size: 0.75em;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 6px;
    text-align: center;
}

div.plan_article {
	font-size: 0.75em;
	line-height: 1.35em;
}

/* バナーペイン */
div.banner_pane {
	float: right;
	width: 180px;
	text-align:center;
}

div.banner_pane img {
	margin-bottom: 6px;
}

/* 分類パス */
div.cat_path {
    border-bottom: 1px solid #CC0000;
    border-top: 1px solid #CC0000;
    color: #CC0000;
    font-size: 75%;
    letter-spacing: 0.075em;
    line-height: 20px;
    margin-bottom: 10px;
    padding-right: 5px;
    text-align: right;
}

div.cat_path a:link {
	color: #CC0000;
	text-decoration: none;
}

div.cat_path a:visited {
	color: #CC0000;
	text-decoration: none;
}

div.cat_path a:hover {
	color: blue;
	text-decoration: none;
}

/* 記事タイトル */
h3.article_title {
    background: url("./images/1-12.jpg") no-repeat scroll 0 0 transparent;
    clear: both;
    color: #333;
    font-size: 1em;
    font-weight: bolder;
    letter-spacing: 0.075em;
    line-height: 36px;
    text-align: left;
    text-indent: 22px;
    width: 600px;
}

h3.article_title a:link, h3.article_title a:visited {
	color: #333;
	text-decoration: none;
}

h3.article_title a:hover {
	color: #CC0000;
}

/* 記事本文 */
div.article_text {
	font-size: 80%;
	text-align: left;
	line-height: 1.5;
	font-weight: normal;
	margin: 15px 10px 20px;
}

/* 記事フッター */
div.article_footer {
    border-top: 1px solid #CCCCCC;
    clear: both;
    font-size: 0.75em;
    margin-bottom: 30px;
    padding-right: 3px;
    padding-top: 3px;
    text-align: right;
}

/* コメント */
div#comment_area {
	text-align: left;
	font-size: 0.75em;
	margin: 20px;
	width: 500px;
}

div#comment_area h2 {
	font-size: 1.25em;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', 'sans-serif';
	border-bottom: 1px #666 solid;
	color: #666;
}

div.comment_title {
	background-color: #CCC;
	padding: 5px;
	width: 460px;
	margin-top: 20px;
}

div.comment_text {
	line-height: 1.5em;
	margin: 6px 10px 15px;
}

div#comment_area table {
	font-size: 1em;
}

div#comment_area input {
	border: 1px #666 solid;
}

div#comment_area textarea {
	border: 1px #666 solid;
	font-size: 1em;
}

/* フッター */
div#footer {
    border-bottom: 1px solid #CC0000;
    border-top: 1px solid #CC0000;
    clear: both;
    color: #CC0000;
    font-family: Verdana,Tahoma,sans-serif;
    font-size: 0.75em;
    font-style: normal;
    padding-bottom: 3px;
    padding-top: 3px;
    text-align: center;
    width: 100%;
}
