@charset "UTF-8";


/* -------------------------- */
/* 基本設定 */
/* -------------------------- */

body {
	font-size: 0.9em;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku GothicPro","Osaka","Verdana","Helvetica","Arial","ＭＳ Ｐゴシック","sans-serif";
	font-size:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	position: relative;
	background-image: url(../images/back_main.jpg);
	background-repeat: repeat-x;
	background-color: #fbdadb;
}

table{
	margin:auto;
	background-image: url(../images/back_content.gif);
	background-repeat: repeat-y;
}

a img{
	border:none;
}

.all {
	background-color: #FFFFFF;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}


/* -------------------------- */
/* コンテンツ設定 */
/* -------------------------- */

.class_credit {
	text-align: left;
	font-size: 11px;
	color: #4b4a4a;
	margin-top: 10px;
	margin-bottom: 30px;
}

.content_all {
	text-align: left;
	margin-left: 13px;
	margin-bottom: 30px;
}

.content_text {
	text-align: left;
	font-size: 14px;
	color: #333333;
	line-height: 20px;
	margin-bottom: 12px;
	font-weight: normal;
}

.content_data {
	text-align: left;
	font-size: 13px;
	padding: 10px 18px 10px 18px;
	background-image: url(../images/waku_middle.gif);
	background-repeat: repeat-y;
	margin: 0px;
	line-height: 18px;
	color: #333333;
	font-weight: normal;
}

.content_data_mise {
	text-align: left;
	font-weight: bold;
	color: #ea6320;
	padding-bottom: 10px;
}


/* -------------------------- */
/* 右欄設定 */
/* -------------------------- */

.pre_back {
	text-align: left;
	background-image: url(../images/pre_middle.gif);
	background-repeat: repeat-y;
}

.class_pre {
	text-align: left;
	font-size: 11px;
	color: #4b4a4a;
	margin-left: 14px;
	margin-right: 14px;
	margin-top: 10px;
}

.class_back {
	text-align: left;
	font-size: 11px;
	color: #4b4a4a;
	margin: 0px 5px 15px 5px;
}


/* -------------------------- */
/* ヘッダー・フッター設定 */
/* -------------------------- */

.header {
	text-align: left;
	font-size: 11px;
	color: #000000;
	margin-right: 5px;
	margin-bottom: 5px;
}


.footer {
	text-align: left;
	font-size: 10px;
	color: #333333;
	margin-left: 10px;
	margin-bottom: 30px;
	margin-top: 10px;
}

.footer2 {
	text-align: right;
	font-size: 11px;
	color: #333333;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-top: 10px;
}

/* -------------------------- */
/* リンク設定 */
/* -------------------------- */

a:link 		{text-decoration:none; color:#001E96; } 
a:visited 	{text-decoration:none; color:#001E96; } 
a:active 	{text-decoration:underline; color:#001E96; } 
a:hover 	{text-decoration:underline; color:#ff9900; } 

a.linkG				{color:#333333; text-decoration: underline; }  
a.linkG:visited 	{color:#333333; text-decoration: underline; }
a.linkG:active 		{color:#333333; text-decoration: none; }
a.linkG:hover 		{color:#333333; text-decoration: none; }
