@charset "shift_jis";
/* CSS Document */

* { 
	list-style-type: none;                        
	margin: 0; 
	padding: 0; 
}

body { 
	text-align: center; 
	width: 100%; 
	background-image: url(./image/background.jpg);
	background-repeat:no-repeat;
	font-family:"lr SVbN", "MS Gothic", "Osaka|";
	font-family:Arial, Helvetica, sans-serif;
}

p,th,td,li { 
	color: #333; 
	font-size: 12px; 
	line-height: 1.8em;
}

img {
	border: 0;
	margin-top: 5px;
	margin-bottom: 5px;
}

table { 
	border-collapse: collapse; 
}

th { 
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-right: solid 1px #69f;
	text-align: right;
	color: #69f;
}

td {
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: dashed 1px #ccc;
}

#container { 
	text-align: left; 
	margin: 0 auto; 
	width: 930px; 
	height: auto;
}

#logo {
	width: 180px;
	height: 50px;
	float: left;
}

#header { 
	width: 750px; 
	height: 20px;
	float: left;
}

#image { 
	width: 930px;
	clear: both;
}

#menu {
	width: 930px;
}

#wide_contents { 
	width: 900px;  
	float: left;
	margin-left: 0px;
	margin-right: 15px;
	padding-left: 5px;
	padding-right: 10px;
}

#contents { 
	width: 575px;  
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 5px;
	padding-right: 25px;
	border-right: solid #ccc 1px;
}

#left { 
	width: 280px;  
	float: left;
	margin-left: 0px;
	margin-right: 14px;
	padding-left: 5px;
	padding-right: 10px;
	border-right: solid #ccc 1px;
}

#center { 
	width: 280px;  
	float: left;
	margin-left: 5px;
	margin-right: 14px;
	padding-left: 0px;
	padding-right: 10px;
	border-right: solid #ccc 1px;
}

#right,#right2 {
	width: 280px;  
	float: left;
	margin-left: 5px;
	margin-right: 15px;
	padding-left: 0px;
	padding-right: 10px;
}

#footer {
	width: 930px;
	clear: both;
	padding-top: 15px;
}

.alert { 
	color: #f00; 
	margin-top: 10px;
	margin-bottom: 10px;
}

.caution {
	color: #f90;
	margin-top: 10px;
	margin-bottom: 10px;
}

.lead {
	color: #69f;
	margin-top: 10px;
	margin-bottom: 10px;
}

.date { 
	font-family:"Times New Roman", Times, serif;
	font-size: 15px;
	color: #69f;
}

.dashline { 
	margin-top: 3px;
	margin-bottom: 10px; 
	padding-bottom: 3px;
	border-bottom: 1px dashed #ccc; 
}

.image_left {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

.image_right {
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
}

.image_clear {
	clear: both;
}

.image_icon {
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}

a:link   { color: #69f; text-decoration: none; }
a:visited   { color: #69f; text-decoration: none; }
a:hover   { color: #00f; text-decoration: underline; }
a:active   { color: #00f; text-decoration: underline; }

#header li {
	float: left;
	background-image: url(./image/arrow_black.png);
	background-repeat: no-repeat;
	vertical-align: top;
	padding-left: 16px;
	margin-top: 30px;
	margin-right: 25px;
}

#menu li {
	float: left;
	border-left: solid 5px #6699ff;
	margin-left: 10px;
	margin-bottom: 6px;
	padding-left: 8px;
	padding-right: 30px;
	font-size: 14px;
}

#left li {
	background-image: url(./image/arrow_blue.png);
	background-repeat: no-repeat;
	padding-left: 20px;
}

#contents li,#wide_contents li {
	background-image: url(./image/arrow_black.png);
	background-repeat: no-repeat;
	padding-left: 16px;
	vertical-align: top;
}

#center li {
	background-image: url(./image/arrow_orange.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	vertical-align: top;
}

#right li {
	background-image: url(./image/arrow_blue.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	vertical-align: top;
}

#right2 li {
	background-image: url(./image/arrow_orange.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	vertical-align: top;
}

hr {
	clear: both;
	display: block;
	width: 910px;
	line-height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #ddd;
}
