@import "default.css";
@import "style.css";

/* --------------------------------------------
   全ページ共通スタイル
-------------------------------------------- */

body {
	background-color:#DBDBDB;
	color: #333;
	font-family: arial,helvetica,clean,sans-serif;
}

/* -------- layout -------- */

#all {
	background-color:#FFF;
	border-left:1px solid #7F7F7F;
	border-right:1px solid #7F7F7F;
	margin:0 auto;
	width:780px;
}

#head {
	width:100%;
	border-bottom:4px solid #99c9e8;
}

#maintop {
	width:740px;
	border-top:2px solid #003273;
	background-color:#ecfaff;
	padding:15px 20px;
	margin-bottom:20px; 
}

#linktext {
	width:740px;
	margin-top:10px; 
	text-align:right;
}

ul.menu li {
	display: inline;
	padding: 3px 6px 3px 15px;
	border:1px solid #cce0eb;
	line-height:1.8;
	background: url(../images/icon_arrow.gif) no-repeat 3px 0.5em;
	background-color:#fff;
}

ul.menu li.last {
	border-left:none;
}

h2,
h3,
h4,
#grandtop #contents #contact dl dt {
	font-weight:bold;
}

h2 {
	text-align:center;
}

#maintop h2 {
	color:#003273;
	font-size:117%;
	margin-bottom:12px;
}

#contents {
	width:750px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
}

.box1 {
	width:750px;
	margin:15px 0 20px;
	background: url(../images/bg_line.gif) repeat-x left top;
	padding-top:10px;
}

.box1 h3 {
	border-bottom:1px dashed #c9c9c9;
	margin-bottom:10px;
	padding-bottom:3px;
}

.box1 table {
	width:100%;
}

.box1 table th,
.box1 table td {
	border:1px solid #999;
	padding:3px 5px;
}

.box1 table th {
	background-color:#cce0eb;
	white-space: nowrap;
}

.box1 table th.width160 {
	width:160px;
}

.box1 dl {
	margin:1.2em 0 0.6em 0;
	line-height:1.5;
}

.box1 dl dt {
	font-weight:bold;
}

#grandtop #contents ul li {
	list-style-type: disc;
	margin-left:1.3em;
}

#grandtop #contents ul.attention {
	margin-top:1em;
	margin-bottom:1em;
}

#grandtop #contents ul.attention li {
	margin-bottom:0.4em;
}

#grandtop #contents h4 {
	text-align:center;
	margin-bottom:15px;
	margin-top:15px;
	font-size:84%;
}

#grandtop #contents #contact  {
	margin:1em auto;
	width:450px;
}

p.totop {
	margin-top: 20px;
	text-align:right;
}

p.totop a {
	background: url(../images/icon_pageup.gif) no-repeat 0 0.1em;
	padding: 0 0 0 18px;
}


#foot {
	width:100%;
	background-color:#003273;
	padding:5px 0;
}

#foot p {
	text-align:center;
	color:#fff;
	font-size:78%;
}

/* -------- link -------- */

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

a:active {
	color: #F47300;
}

a:visited {
	color: #009BA1;
}

a:hover {
	color: #F47300;
}


/* ---------------------- */
.box1 table td.head {
	background-color:#cce0eb;
}

#maintop_line {
	width:780px;
	border-top:2px solid #003273;
	margin-bottom:10px; 
}

.ErrMsg {
	background-color: #FDD;
	border: 1px solid #F00;
	color:#F00;
	padding: 5px;
}

.Red {
	color:#F00;
}

