body{
        padding:0px;
		margin:0px;
		font-size:12px;
		background-position:center;
		background-image:url(../images/background_sub.gif);
		color:#333333;
		line-height:135%;
		text-align:center;
}

img {
	border:0px;
}

p {
	margin:0px 0px 10px 0px;
}

/* リンク設定 */
a:link {
	color: #003399;
	text-decoration: underline;
}
a:visited {
	color: #003399;
	text-decoration: underline;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}


/* レイアウト位置設定 */
#header {
	margin:0 auto;
	width:700px;

}

#mainbody {
	width:700px;
	margin:0 auto;
	float:none;
	clear:both;
	text-align:left;
	background-repeat:repeat-y;
	overflow:visible;
}

#leftbody {
	width:160px;
	float:left;
	padding:5px 0px;
	overflow:visible;
	margin:0px 10px;
}

#rightbody {
	width:496px;
	float:right;
	padding:5px 12px 5px ;
}

#contents {
	font-size:12px;
}

#footer {
	background-color:#FFFFFF;
	width:680px;
	margin:0 auto;
	float:inherit;
	clear:both;
	padding:15px 0px;
	border-top:3px solid #637a94;
}

#footer .menu{
	float:right;
	margin:0px 10px;
}

#footer #copyright{
	float:left;
	margin:0px 10px;
}

/* 見出し */

H1 {
	font-size:12px;
	color:#70b1e0;
	margin:20px 0px 0px 0px;
}

H2 {
	font-size:14px;
	font-weight:bold;
	display:inline;
}

/* 左メニュー */
#leftbody ul,#leftbody li {
	margin:0px;
	padding:0px 0px 3px 0px;
	list-style:none;
}

#leftbody ul{
	margin-bottom:10px;
}

#leftbody ul li ul {
	margin-bottom:0px;
}

#leftbody ul li ul li{
	width:auto;
	height:auto;
	padding:2px 10px 2px 10px;
	border-bottom:1px dotted #CCCCCC;
	font-size:10px;
	font-weight:bold;
	background-image:url(../images/side_img/arrow01.gif);
	background-repeat:no-repeat;
	background-position:3px 8px;
}

#leftbody ul li ul li a{
	font-weight:normal;
}

/* タイトル */
#title{
	margin-bottom:20px;
}

.subt {
	margin-bottom:10px;
}

.catch{
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#007ABF;
	margin-bottom:20px;
}

.attention{
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#ED1C24;
	margin:15px 0px;
}

/* コンテンツ */
#sub_menu {
	margin:10px 10px 10px 10px;
}

#sub_menu span {
	font-weight:bold;
	color:#333333;
}

#low_menu {
	margin:30px 10px 10px 10px;
	clear:both;
}

#low_menu .arrow_r {
	margin:0px 0px 3px 0px;
	padding-top:3px;
}

.padding{
	line-height:150%;
	margin:0px 10px 10px 10px;
}

.divide {
	clear:both;
	margin-bottom:15px;
}

.text{
	line-height:150%;
	font-weight:normal;
	margin:0px 10px 15px 10px;
	text-align:left;
	font-size:12px;
}

.text span{
	font-weight:bold;
	color:#007ABF;
}

/* 装飾 */

.circle{
	background-repeat:no-repeat;
	padding:5px 5px 5px 18px;
	margin:0px 0px 0px;
	font-size:12px;
}

.c_g{
	background-image:url(../images/icon_img/circle-g.gif);
}

.c_r{
	background-image:url(../images/icon_img/circle-r.gif);
}

.square{
	background-repeat:no-repeat;
	padding:0px 5px 4px 24px;
	margin-bottom:0px;
	font-size:14px;
	font-weight:bold;
}

.s_r{
	background-image:url(../images/icon_img/square-r.gif);
	color:#333333;
}

.s_b{
	background-image:url(../images/icon_img/square-b.gif);
	color:#0E337A;
}

.s_g{
	background-image:url(../images/icon_img/square-g.gif);
	color:#2f8600;
}

.dotted {
	border-bottom:1px dotted #999999;
}

.solid {
	border-bottom:1px solid #CCCCCC;
}

.box{
	border:1px solid #CCCCCC;
	width:inherit;
	font-size:12px;
}

caption{
	white-space:nowrap;
	font-size:12px;
}

/* テキスト */

.text_s{
	font-size:10px;
	line-height:150%;
}

.text_m{
	font-size:12px;
	line-height:150%;
	text-align:left;
}

.text_l{
	font-size:14px;
	line-height:150%;
}

.text_2l{
	font-size:16px;
	line-height:150%;
}

.text_3l{
	font-size:18px;
	line-height:150%;
}

.notes{
	text-align:right;
}

/* リスト */
#contents ol {
	margin:0px 0px 0px 20px;
	padding:0px 10px 0px 0px;
}

#contents ul {
	margin:0px 0px 0px 20px;
	padding:0px 10px 0px 0px;
}

#contents li {
	list-style-position:inherit;
	margin:0px -20px 0px 0px;
	padding:0px 10px 0px 0px; 
}

/* イメージ */

.right {
	float:right;
	margin:0px 0px 0px 10px;
	clear:both;
	text-align:right;
}

.left {
	float:left;
	margin:0px 10px 0px 0px;
	clear:both;
}

.orange{
	color:#FF9900;
	font-weight:bold;
}

.red{
	color:#CC0000;
}

.blue {
	color: #1F5FA9;
}

.gray {
	color: #333333;
}

.nvy {
	color: #637A94;
}

.nvy02 {
	color: #4F6175;
}

.wh {
	color: #FFFFFF;
}

/*始まり　受賞関連スタイルシート*/
.title_01 {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
.title_02 {
	font-size: 16px;
	color: #1F5FA9;
	font-weight: bold;
}
.title_03 {
	font-size: 14px;
	color: #FF6600;
	font-weight: bold;
}
.title_04 {
	font-size: 10px;
	color: #FF6600;
	font-weight: normal;
}
