﻿@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0 auto;
	padding: 0;
	font-size: 100%;
}

body {
	font-size: 80%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.5;
	color: #868686;
	background: #FFECD9 url(images/bg.jpg) top repeat-y;
}

a {
	color: #F7941D;
	text-decoration:none;
}

a:visited {
	color: #F7941D;
}

a:hover {
	color: #598527;
}

img {
	border: none;
	vertical-align: top;
}

.left
      {
         float: left;
         margin-right: 1em;
      }

.right
      {
         float: right;
         margin-right: 1em;
      }

.clear  {
	clear:both;
}

ul {
	list-style:none;
}

#wrapper {
	width: 940px;
	background: #FFFFFF;

}

h1 {
	font-size:12px;
	font-weight:normal;
	padding-bottom:5px;
	color: #cccccc;
}
h2 {
	margin: 0;
	color: #868686;
	font-size: 12px;
	font-weight: normal;
	padding-left: 10px;
}

/* ヘッダー
---------------------------------------------*/
#header {
	background: #FFFFFF url(images/header.jpg) center top no-repeat;
	width:920px;
	height:185px;
	text-align:left;
	padding: 10px 10px 0 10px ;
}


/* メインレイアウト
---------------------------------------------*/
#content {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 100%;
	background: #FFFFFF url(images/side-pink.png) right top repeat-y;
	padding-bottom: 30px;
}
#main {
	float: left;
	width: 700px;
	padding-right: 1px;
}

#main p {
	margin: 0 10px 5px 10px;
}

#side {
	float: right;
	width: 220px;
	padding-left: 1px;
}

#side p {
	margin: 0 10px 5px 10px;
}

#footer {
	clear: both;
	color: #FFFFFF;
	background: #F5989D;
	padding: 5px;
	height: 35px;
}

/* 見出し3 ---------------------------------------------------------- */

#main h3 {
	background-color: #ffffff;
	background-image: url(images/h3.png);
	background-repeat: no-repeat;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	margin:0 0 0 5px;
	font-size: 120%;
}


/* 2段組み ---------------------------------------------------------- */
#main .cols {
	padding:5px 0 25px 0;
}

#main .col1 {
	width:335px;
	float:left;
	padding-bottom: 30px;
}
#main .col2 {
	width:335px;
	float:left;
}
#main .ind_col {
	width:20px;
	float:left;
	padding-bottom: 30px;
}

#main .sub {
	background: #ffffff url(images/sub_title.gif) no-repeat;
	height: 30px;
	width:320px;
	padding: 2px 0 0 35px;
	margin: 0 0 10px 5px;
	font-size: 120%;
	font-weight: bold;
	color: #406618;
}

/* 更新履歴 ---------------------------------------------------------- */
#main .rireki {
	background: #FFFFC7 url(images/rireki.gif) center top no-repeat;
	padding :5px 0;
	margin-left: 10px;
}

#main dl {
	margin: 0 10px 5px 10px;
}
#main dl dt {
	font-size: 90%;
	color: #868686;
	margin-top: 10px;
}

/* テキストスタイル
---------------------------------------------*/
.pi {
	color: #F5989D;
}

.bl {
	color: #66CCFF;
}

.gr {
	color: #598527;
}

.or {
	color: #F7941D;
}

/* サイド枠
---------------------------------------------*/
div#side h4	{
	background: #FFFFFF url(images/h4.png) no-repeat;
	height: 30px;
	color: #66CCFF;
	margin-left: 5px;
	padding-left: 5px;
	font-size: 115%;
}

ul.sidemenu	{
	border-top: solid 1px #F5989D;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 0;
	line-height: 0;
}

ul.sidemenu li	{
	list-style-type: none;
}

ul.sidemenu li a	{
	display: block;
	line-height: 30px;
	text-decoration: none;
	color: #F5989D;
	background-color: transparent;
	border-bottom: solid 1px #F5989D;
	padding-left: 5px;
}

ul.sidemenu li a:hover	{
	background-color: #F5989D;
	color: #ffffff;
}


/* グローバルナビ
---------------------------------------------*/
#navi {
	width: 928px;
	height: 24px;
	background: #FFFFFF url(images/navi.gif) center top no-repeat;
}

ul#navi {
	list-style-type: none;
	padding: 6px;
	text-align: center;
}

ul#navi li {
	background: url(images/navi_icon.gif) left center no-repeat;
	display: inline;
	text-align: center;
}

#navi a {
	padding: 2em;
	color: #63341a;
	text-decoration: none;
}

#navi a:hover {
	color: #66CCFF;
}
