﻿@charset "utf-8";

* { margin : 0 ; padding : 0 ; }
p { margin : 5px 10px ; }
body {
	border-style 		: none ;
	background-color	: #FFFFFF ;
	width : 100% ; 
}
table {
	table-layout		: fixed ;
	border-collapse		: collapse ;
}
body, th, td, a, input, select, option, textarea {
	font-size   : 11px ; line-height : 1.5em ;
	font-family : "Verdana","Arial","Osaka","MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
}
h1 {font-size : 32px ; line-height : 1.5em ; font-weight : bold ; }
h2 {font-size : 24px ; line-height : 1.5em ; font-weight : bold ; }
h3 {font-size : 20px ; line-height : 1.5em ; font-weight : bold ; }
h4 {font-size : 18px ; line-height : 1.5em ; font-weight : bold ; }
h5 {font-size : 14px ; line-height : 1.5em ; font-weight : bold ; }
h6 {font-size : 12px ; line-height : 1.5em ; font-weight : bold ; }
a       { text-decoration : none ; color : #000066 ; font-size : 12px ; font-weight : bold ; line-height : 1.5em ; }
a:hover { color : #FF9933 ; }

.pagetop a{ text-decoration : none ; color : #A0A0A0 ; font-size : 12px ; font-weight : bold ; line-height : 1.5em ; }
.pagetop a:hover { color : #FF9933 ; }

.box TH { border : 1px solid #C0C0C0 ; padding : 5px; line-height : 1.5em ; background-color : #EEEEEE; }
.box TD { border : 1px solid #C0C0C0 ; padding : 5px; line-height : 1.5em ; }

/* 装飾・ページタイトル／サブタイトルなど */
.clsPageTitle {
	border-color : #EEEEEE #AAAAAA #AAAAAA #EEEEEE ;
	border-style : solid ; border-width : 1px ;
	margin-bottom : 5px ;
}
.pageimage{}
.clssubTitle {
	background : #FAFAFA url(../img/icsqb.gif) no-repeat scroll 5px 2px;
	border-color : #EEEEEE #AAAAAA #AAAAAA #EEEEEE ;
	border-style : solid ; border-width : 1px ;
	color : #444444 ; font-size : 12px ; font-weight : bold ; text-align : left ;
	margin-bottom : 5px ; padding : 4px 2px 4px 20px ;
}
.clssubTitleBar {
	color : #FFFFFF ; background: #339999 ; font-size : 12px ; font-weight : bold ; text-align : left ;
	margin-bottom : 5px ; padding : 0px ;
}
.clssubTitleBar p{ margin : 0px ; padding : 5px 0px 5px 10px ;}

/* 装飾・その他 */

/* 水平区切り点線 */
.dotHLine{
    height : 3px; margin-top : 5px; margin-bottom : 5px;
    background: url(../img/linedot.gif) repeat-x scroll 10px 0px;
}


