﻿@charset "utf-8";

/* CSS Document */

/*  マイページ
--------------------------------------*/
body {
	margin: 10;
	padding: 10;
	text-align: left;
	background-image: url(../img/wall.gif);
	background-repeat: repeat;
}

td {
	font-size: x-small;
	line-height: 1.5em;
}


/*  メインテーブル枠
--------------------------------------*/
.mainframe {
	border: 1px solid #C9C9C9;
	background-color: #FFFFFF;
	background-image: url(../img/sidebar_menu.gif);
	background-repeat: repeat-y;
}

/* リンク
--------------------------------------*/
a:link,a:visited {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	color: #CC3300;
}


/* ページ見出し
--------------------------------------*/
#page_midasi {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	padding-bottom: 20px;
}

/* ページサブ見出し
--------------------------------------*/
#page_submidasi {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	border-bottom: 1px dotted #C9C9C9;
	padding-bottom: 5px;
	padding-left: 5px;
}

/* ページ右部
--------------------------------------*/
#main {
	float: right;
	width: 480px;
	float: right;
	background-color: #FFFFFF;
	padding: 20px;
	background-position: left;
	vertical-align: top;
	font-size: x-small;
	line-height: 1.5em;
	margin: 0px;
}

.cell1 {
	vertical-align: top;
	font-size: x-small;
	line-height: 1.5em;
	border: 1px solid #B5E6B5;
	background-color: #ECF9EC;
	padding: 3px;
	font-weight: bold;
	color: #009999;
}

.cell2 {
	vertical-align: top;
	font-size: x-small;
	line-height: 1.5em;
	border: 1px solid #B5E6B5;
	background-color: #FFFFFF;
	padding: 3px;
}

.cell3 {
	vertical-align: top;
	font-size: x-small;
	line-height: 1.5em;
	background-color: #E8F1FF;
	padding: 5px;
	color: #333333;
}

.cell4 {
	vertical-align: top;
	font-size: x-small;
	line-height: 1.5em;
	background-color: #F5F5F5;
	padding: 5px;
	color: #333333;

}

.caution {
	font-size: x-small;
	line-height: 1.5em;
	color: #FF0000;
}

.memo {
	font-size: xx-small;
	color: #333333;

}

/* フッタ
--------------------------------------*/
#footer {
	font-size: 10px;
	color: #999999;
	text-align: center;
	width: 100%;
	font-family: "Arial", "Helvetica", "sans-serif";
	border-top: 1px solid #C9C9C9;
	padding-top: 7px;
	padding-bottom: 7px;
	clear: both;
	background-image: url(../img/footer_bg.gif);
	background-repeat: repeat;
	background-position: bottom;
}


/* サイドバー
--------------------------------------*/

#sidebar {
	background-image: url(../img/sidebar_menu.gif);
	background-repeat: repeat-y;
}

#sidemenu {
	width: 200px;
	text-align: left;
	font-size: 14px;
	background-image: url(../img/sidebar_menu.gif);
	background-repeat: repeat-y;
}

#sidemenu a:link,#sidemenu a:visited, #sidemenu a:active{
	color:#0066CC;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

#sidemenu a:hover{
	text-decoration: none;
	background-color: #E6F7E6;
	color: #009900;
	background-image: url(../img/sidebar_menu_current.gif);
	background-repeat: repeat-y;
	font-weight: bold;

}

#sidemenu .currentmenu{
	text-decoration: none;
	font-weight: bold;
	background-color: #E6F7E6;
	background-image: url(../img/sidebar_menu_current.gif);
	background-repeat: repeat-y;
}

/* Q&Aページ
--------------------------------------*/
#qes_group{
	font-weight: bold;
	color: #009999;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #009999;
	margin-bottom: 15px;
}

#qes_list ul {
	margin: 0 0 0 7px;
	list-style: square url(none);
	text-align: left;
}

#qes_list li {
	display: block;
	padding-top: 2px;
	margin-left: 10px;
}

#qes{
	font-weight: bold;
	color: #5D5D5D;
	background-color: #F0F0F0;
	padding: 5px;
	border: 1px solid #666666;
	width: 470px;
}

#ans{
	padding: 10px;
	width: 460px;
	margin-bottom: 20px;

}

/* ダウンロードページ
--------------------------------------*/
.dlblock {
	padding: 10px;
	width: 460px;
	border: 1px solid #B5E6B5;
	background-color: #ECF9EC;
}

.dlblock_mds {
	font-weight: bold;
	color: #009999;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B5E6B5;
	margin-bottom: 15px;
}

/* フォーム
--------------------------------------*/
.formblock {
	padding: 10px;
	width: 460px;
	border: 1px solid #cccccc;
	background-color: #E8F1FF;
}


.dotline{
	border: 1px dotted #CCCCCC;
}
