/* CSS Document */

/*基本設定*/
body {
	background-color:#f0f0f0;
	font-size:95%;
	line-height:140%;
	color:#555;
	padding:0;
	margin:0;
}

a {text-decoration:none;}
a:link {color:#5e5b7a;}
a:visited {color:#999999;}
a:hover {color:#c30;text-decoration:underline;}

/*---レイアウト---*/
/*全幅765　コンテンツ部745　記事部分556　サイドメニュー189*/
/*大枠*/
#outer-frame{
	width:763px;
	background-color:#fff;
	margin-left:auto;
	margin-right:auto;
}

/*影をつける*/
.shadow-left{
	background:url(../img/bg-tl.jpg) repeat-y left;
}
.shadow-right{
	background:url(../img/bg-tr.jpg) repeat-y right;
}
.shadow-bottom{
	background:url(../img/bg-bottom.jpg) repeat-x;
	width:763px;
	height:10px;
	margin-left:auto;
	margin-right:auto;
}

/*---ナビゲーションメニュー---*/
.navi {margin:0 10px; padding:0;}
.navi-text {margin:0 10px; padding:0;}
.navi-img {margin:0 10px; padding:0;}

/*---コンテンツ部---*/
/*トップページ*/
.top-hedder{
	width:744px;
	height:238px;
	margin:0 10px;
}

.top-image{
	width:555px;
	height:238px;
	float:left;
}

.top-sidemenu{
	width:188px;
	float:left;
}

.top-sidemenu img{
	margin-bottom:2px;
}

.contents{
	margin:10px 20px 10px 20px;
	text-align:left;
}
.inner-contents{
	margin:0 10px;
	text-align:left;
}

/*---ボトムページ---*/
/*右ボックス*/
.right-box {
	width:189px;
	float:right;
	padding-right:9px;
}
/*サイドメニュー*/
.sidmenu {
	width:189px;
}
.sidmenu img {
	margin-bottom:2px;
}
.right-box p {
	font-size:90%;
	margin:0;
	padding:0.2em 0.2em 0.2em 0.4em;
	border-bottom:1px #ccc dotted;
}
.right-box p b {
	font-size:110%;font-weight:normal;
}
.right-box p a {
	text-decoration:underline;
}
.marginpar{
	font-size:90%;
}
/*-----メインコンテンツ-----*/
.main-contents{
	float:left;
	width:564px;
	border-right:1px #ccc solid;
}
h1{
	background:url(../img/head_back.jpg) no-repeat;
	text-indent:70px;
	font-size:120%;
	font-weight:bold;
	color:#979797;
}
H3{
	font-size:100%;font-weight:bold;color:#3F6BBE;
}
H2 {
	padding: 2px 0px 2px 4px; /* 余白 */
	border-width: 0px 0px 1px 2px; /* 枠の幅 */
	border-style: none none dotted solid; /* 枠の種類 */
	border-color: transparent transparent #000000 #ff0000; /* 枠の色 */
	font-size:110%;
	color:#3F6BBE;
}
blockquote {
    margin: 10px; /* 枠線を表示する上下左右の空白 */
    padding: 10px; /* 枠線から文字までの上下左右の空白 */
    background: #fffff6; /* 背景色 */
    border: 1px solid #999999; /* 文字色 */
    line-height: 150%; /* 改行幅 */
}

.imageleft {
margin: 0 1em 1em 0;
float:left;
}
.imageright {
margin: 0 1em 1em 1em;
float:right;
}

/*ヘッド*/
.sec-head {
	float:left;
	width:554px;
	height:80px;
	float:left;
	padding-left:10px;
}
.sec-contents {
	float:left;
	padding:10px 10px 20px 20px;
	width:534px;
}

inner-contents{
	float:left;
	width:554px;}

/*ページジャンプ*/
.go-top{
	float:left;
	text-align:right;
	width:96%;
	padding:0.4em;
}

/*フッター*/
/*テキストリンク*/
.text-navi{
	clear:both;
	text-align:center;
	padding:0.4em;
	margin:0 10px;
	border-top:1px #ccc dotted;
}
/*コピーライト*/
.foot{
	background-image:url(../img/foot.jpg);
	margin:0 10px;
	border-top:1px #999 solid;
	color:#FFFFFF;
	text-align:right;
	padding:0.2em 1em;
}

/*単体指定*/
/*点線のかこみ*/
.borderCCCdot {border:2px #ccc dotted;padding:5px;color:#336699;}
/*テーブルのボーダー*/
.borderTable table {font-size:95%;border-collapse:collapse;}
.borderTable caption {font-size:90%;padding:0.5em;text-align:right;}
.borderTable th {border:1px #ccc solid;padding:2px 5px 2px 5px;}
.borderTable td {border:1px #ccc solid;line-height:120%;padding:0.2em 0.5em;}


/*FAQのテーブル*/
.faq-top{
	width:490px;
	border-left:1px #ccc solid;
	border-right:1px #ccc solid;
	border-top:1px #ccc solid;
	margin:20px 10px 0 5px;
}
.faq-middle{
	width:490px;
	border-left:1px #ccc solid;
	border-right:1px #ccc solid;
	border-top:1px #ccc dotted;
	margin:0px 10px 0 5px;
}
.faq-bottom{
	width:490px;
	border-left:1px #ccc solid;
	border-right:1px #ccc solid;
	border-top:1px #ccc dotted;
	border-bottom:1px #ccc solid;
	margin:0px 10px 20px 5px;
}


/*影をつける*/
.faq-shadow-left{
	background:url(../img/faq-line-l.jpg) repeat-y left;
	width:500px;
	margin:0;
}
.faq-shadow-right{
	background:url(../img/faq-line-r.jpg) repeat-y right;
	width:500px;
	margin:0;
}
.faq-shadow-right p{
	padding:0.6em 1.6em;
	margin:0;
}
.faq-shadow-right b{
	color:#c30;
	font-weight:normal;
}
.faq-shadow-top{
	background:url(../img/faq-line-up.jpg) no-repeat bottom;
	width:500px;height:6px;
	margin:0;
}
.faq-shadow-middle{
	background:url(../img/faq-line-m.jpg) no-repeat;
	width:500px;height:6px;
}
.faq-shadow-bottom{
	background:url(../img/faq-line-btm.jpg) no-repeat top;
	width:500px;height:6px;
}