/* CSS Document */

/* 全ページ共通 */

body,th,td{
font-size:12px;
color:#666666;
line-height:120%;
}

h1,h2,h3,h4,h5,h6,p,ul{
margin-top: 0;
margin-bottom: 0px;
}

h1{
color:#666666;
font-size:12px;
font-style:normal;
margin-left:auto;
margin-right:0px;
margin-bottom: 5px;
}

h2{
color:#666666;
font-size:14px;
font-weight:bold;
margin-bottom: 5px;
}

h3{
color:#000000;
font-size:12px;
font-weight:bold;
margin-bottom: 5px;
}


/* リンク指定 */

a:link{
color:#777777;
}

a:visited{
color:#555555;
}

a:hover{
color:#333333;
background:#FF9900;
}

.submenu-a{
	float: left;
	padding-top: 2px;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:5px;
	margin-left:2px;
	margin-bottom:2px;
	background-color: #CCCCCC;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
}

.submenu-b{
	float: left;
	padding-top: 2px;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:5px;
	margin-left:2px;
	margin-bottom:2px;
	background-color:#FFFFFF;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
}

a.sub{
text-decoration:none;
}


/* テキスト系 */

#headtext1{
color:#FFFFFF;
background-color:#374D86;
padding-bottom:5px;
padding-left:7px;
padding-right:7px;
padding-top:5px;
font-weight:bold;
text-align:left;
}

#headtext2{
color:#FFFFFF;
background-color:#698CD4;
padding-bottom:5px;
padding-left:7px;
padding-right:7px;
padding-top:5px;
font-weight:bold;
text-align:right;
margin-bottom:
}

.txt{
padding-top:0.5em;
padding-bottom:0.5em;
padding-left:1em;
}

.sstxt{
padding-top:0.5em;
padding-bottom:0.5em;
margin-left:2em;
text-indent:-1em;
margin-right:1em;
}

.subject{
padding-left: 5px;
padding-top: 5px;
padding-bottom: 5px;
margin-right: 0px;
color: #333333;
background-image: url(./img/bg-title.gif);
}

.alert {
padding-top:0.5em;
padding-bottom:0.5em;
margin-left:2em;
text-indent:-1em;
color:#FF0000;
}

.strong {
padding-top:0.5em;
padding-bottom:0.5em;
margin-left:2em;
font-weight:bold;
text-indent:-1em;
color:#6688DD;
}

.clear {
clear:right;
clear:left
}

.indent{
padding:2px;
margin-left:1em;
text-indent:-1em;
}

.indent-half{
padding:2px;
margin-left:0.5em;
text-indent:-0.5em;
}


/* 画像系 */
img.logo{
left:0px;
margin-bottom:5px;
}

img.banner{
padding:2px;
}

img.img{
padding:5px;
}

.banner{
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:4px;
}

.banner-s{
margin:5px;
}


/* 線 */
.b{
width:280px;
border:#FF9933 3px dotted;
margin-bottom:5px;
margin-top:5px;
}


/* 全部囲む */
#all{
width:680px;
margin:auto;
padding-left:20px;
padding-right:20px;
}


/* ヘッダーです */
#header{
width:680px;
margin-left:auto;
margin-right:auto;
margin-top:10px;
margin-bottom:10px;
padding-left:20px;
padding-right:20px;
}


/* トップメッセージ */
#topmessage {
width:680px;
margin:auto;
padding-left:20px;
padding-right:20px;
font-size:10px;
}


/*トップページの左メニュー*/
#top-left{
width:270px;
margin-right:26px;
margin-bottom:15px;
float:left;
}


/* トップページの右のdiv */
#top-right{
width:380px;
float:right;
}

#top-mobile{
width:370px;
text-align:center;
padding:5px;
background-color:#FFDD77;
border:#DDDDCC solid 1px;
margin-bottom:10px;
}

#support{
width:370px;
text-align:center;
padding:5px;
background-color:#EEEEDD;
border:#DDDDCC solid 1px;
margin-bottom:10px;
}


/*他のページの左メニュー*/
#menu{
width:180px;
border:1px #CCCCCC solid;
text-align:center;
margin-top:10px;
/*margin-right:10px;*/
margin-bottom:20px;
padding-top:10px;
padding-bottom:10px;
float:left;
}


/* 他のページの右メニュー */
#main{
width:480px;
padding-top:10px;
padding-bottom:10px;
float:right;
}

/* 左右分けしない場合のメインコンテンツエリア */
#both{
width:680px;
margin-left:auto;
margin-right:auto;
padding-left:20px;
padding-right:20px;
}

#contents{
width:478px;
border-top:1px #666666 solid;
padding-top:3px;
}


/* フッターです */
#footer{
width:680px;
vertical-align:bottom;
clear:right;
clear:left;
margin-bottom:20px;
}


/* その他 */
.proccess-box{
ppadding:5px;
margin-top:5px;
margin-left:5px;
margin-right:5px;
margin-bottom:10px;
border:#77AA77 solid 1px;
}

.proccess-tab{
background-color:#BBEEBB;
padding:3px;
margin-bottom:0px;
border-bottom:#77AA77 solid 1px;
border-right:#77AA77 solid 1px;
float:left;
}

#about{
width:680px;
vertical-align:bottom;
clear:right;
clear:left;
margin-bottom:20px;
}

.info {
width:270px;
line-height:140%;
border-bottom:solid 1px gray;
}