﻿@charset "UTF-8";
@import "init.css";


/* 全体 */
body{
	background: #5A80CC url(./img/body_bg.gif) repeat-x;
	color:#000066;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 1.07;
	text-align: center;
	margin-top: 0px;
}
#outlinebg{
	background: url(./img/outline_bg.png) repeat-y;
	width:1000px;
	margin: 0px auto;
}
#outline{
	width: 980px;
	margin: 0px auto;
	text-align: left;
}
#footerbg{
	background: url(./img/footer_bg.png) no-repeat;
	width:1000px;
	height: 10px;
	margin: 0px auto;
}

#breadcrumbs{
	font-family: "ＭＳ Ｐゴシック",sans-serif;
	height: 17px;
	margin: 0px 5px;
	padding-top: 5px;
	padding-left: 15px;
	border-bottom: solid 1px #DCDCDC;
	font-size: 12px;
	text-align: left;
}

#menu{
	width: 280px;
	float: left;
	margin: 0px;
}
#main{
	width: 700px;
	float: right;
	margin: 0px;
}
#footer{
	text-align: center;
	clear: both;
}


ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
li{
	display: inline;
}


a{
	color: #1E90FF;
}
a:hover{
	color: #00CED1;
}




div.alertJS{
	width: 500px;
	background-color: #FFCCCC;
	border: solid 1px red;
	margin: 10px auto 0px;
	padding: 10px 10px 5px;
	text-align: left;
}
strong.alert{
	color: darkred;
	font-weight: bold;
}



#footer_info{
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
}
#footer_info a{
	color: #FFFFFF;
}

#privacy,#privacy_b{
	font-size: 12px;
}
#privacy a{
	color: gainsboro;
}
#privacy_b a{
	color: gray;
}
