@charset "Shift_JIS";

/* base.css内で指定するもの・・・・・

サンフィールド・インターネットの制作する全ホームページで共通のID名、class名だが、内容が変動するものを指定する
または、ID、classを使用せず、body、imgなど、htmlタグを直接指定するが、サイトにより内容が変動するもの

*/

/* ---------------------------------------------
               全ページ共通
---------------------------------------------- */

body {
	font-size:77%;
	color:#333333;
	margin: 0px;
	padding: 0px;
	align: center;
	background-image:url(../images/common/bg.jpg);
	background-repeat: repeat;
	text-align:left;
}

p{
	line-height:1.5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

table{
}

/* ---------    リンク装飾　　----------- */

a:hover img {
	-moz-opacity:0.9;
	opacity:0.9;
	filter: alpha(opacity=90);
} 

a:link{	
	color:#CC6600;
	text-decoration:underline;
}

a:visited{
    color:#CC6600;
	text-decoration:underline;
}	 

a:hover{
	color:#333333;
	text-decoration:none;
}	   

a:active{
	color:#999;
	text-decoration:underline;
}


/* ---------    リスト装飾　　----------- */
ul{
	margin:0px 30px 1em 30px;
	list-style:outside;
}


ol{ 
	margin:0px 30px 1em 30px;
	list-style:outside;
}

li{
	margin-top: 5px;
	line-height: 1.5em;
}


/* ---------    見出し装飾　　----------- */
h1 {
	font-size:150%;
	font-weight:bold;
	color:#ffffff;
	height:31px;
	background-image:url("../../images/common/h1.jpg");
	float:right;
	margin-top: 40px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	vertical-align:top;
	line-height: 31px;
}

h2 { /* 本文の見出し */
	font-size:120%;
	font-weight:bold;
	color:#37c1e5;
	background-image:url("../../images/common/h2.jpg");
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

h3 { /* 本文の見出し */
	color:#ffffff;
	font-size: 14px;
	background-image:url(../images/common/h3_title.jpg);
	background-repeat: no-repeat;
	height: 25px;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: normal;
	padding-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 25px;
	clear: both;
	margin-bottom: 8px;
	position: relative;
}

h4 {
	border-left:#2998b4 solid 8px;
	margin:10px 0 10px 20px;
	font-size:13px;
}

/* ---------    基本のテーブル装飾　　----------- */

table.table01 { /* テーブル設定 */
	margin: 0px 10px 10px 10px;
	line-height: 150%;
	width: 640px;
	text-align: center;
	background-color: #aaa;
}

table.table01 th {
	background-color:#DFF5FB;
	padding:5px;
	font-weight:normal;
}

table.table01 td {
	background-color:#f9f9f9;
	padding:5px;
}

table.table02 { /* テーブル設定 */
	color:#666;
	line-height:150%;
	width:640px;
	border-spacing:0;
	border-collapse:collapse;
	text-align:left;
	margin:0px 10px 10px 10px;
}

table.table02 th {
	padding:5px;
	font-weight:normal;
}

table.table02 td {
}

table.table03{ /* テーブル設定 */
	line-height:150%;
	text-align:left;
	margin:0px 10px 10px 10px;
	background:#CCC;
}

table.table03 th {
	padding:5px;
	font-weight:normal;
	background-color:#EEE;
}

table.table03 td {
	background-color:#FFF;
	padding:5px;
}

table .dot_table {/*ドットの横線テーブル*/
	font-size:77%;
}
table .dot_table td {
	border-top:1px dotted #CCC;
	padding:5px;
}
table .dot_table th {
	border-top:none;
	padding:5px;
	font-weight:normal;
}
table.table04 { /* テーブル設定 */
	margin: 0px 10px 10px 10px;
	line-height: 150%;
	width: 600px;
	text-align: center;
	background-color: #aaa;
	border-collapse:separate;
}

table.table04 th {
	background-color:#DFF5FB;
	padding:5px;
	font-weight:bold;
}

table.table04 td {
	background-color:#f9f9f9;
	padding:5px;
}
/* ---------  4分割　　----------- */

div.div4_1 { /* 分割 */
	float: left;
	width:189px;
	text-align:left;
	margin:0px 0px 0px 0px;
}
div.div4_2 { /* 分割 */
	float: left;
	width:189px;
	text-align:left;
	margin:0px 0px 0px 8px;
}
div.div4_3 { /* 分割 */
	float: left;
	width:189px;
	text-align:left;
	margin:0px 0px 0px 8px;
}
div.div4_4 { /* 分割 */
	float: right;
	width:189px;
	text-align:left;
	margin:0px 0px 0px 0px;
}

/* ---------   3分割　　----------- */

div.div3_1 { /* 分割 */
	float: left;
	width:250px;
	text-align:left;
	margin:0px 0px 0px 0px;
}
div.div3_2 { /* 分割 */
	float: left;
	width:250px;
	text-align:left;
	margin:0px 0px 0px 15px;
}
div.div3_3 { /* 分割 */
	float: right;
	width:250px;
	text-align:left;
	margin:0px 0px 0px 0px;
}

/* ---------   2分割　　----------- */

div.div2_1 { /* 分割 */
	float: left;
	width:310px;
	margin:0px 0px 0px 10px;
}
div.div2_2 { /* 分割 */
	float: right;
	width:310px;
	margin:0px 10px 0px 0px;
}
/* ---------   2分割_右大　　----------- */

div.div2_3 { /* 分割 */
	float: left;
	width:370px;
	margin:0px 0px 0px 10px;
}
div.div2_4 { /* 分割 */
	float: right;
	width:250px;
	margin:0px 10px 0px 0px;
}

.div1{
	width: auto;
}


/* ---------    個別設定　　----------- */


#wrapper {
	float: none;
	width: 800px;
}

#contents {
	float: none;
	width: 800px;
}

.box {
	margin: 0px;
	padding: 10px;
	width: 754px;
	border: 3px solid #CCC;
}

/* ---------    box0620　　----------- */
.box0620{
	border-style: solid ; border-width: 1px; width:90%; margin:10px auto;
}

.box0620_support{
	border-style: solid ; border-width: 3px; width:90%; margin:10px auto; border-color:red;
}