/*
 初期化
-------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, {
	margin: 0;
	padding: 0;
}
ul, ol, li, dl, dt, dd {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
img {
	border: 0;
}

/*
 リンク
-------------------------------------------------------------------------*/
a {
	background: none;
	text-decoration: none;
	color: #333;
}
#main table a {
	background: none;
	text-decoration: none;
	color: #066;
}
a:hover {
	text-decoration: underline;
}
#main table a:hover {
	text-decoration: underline;
}

/*
 body全体
-------------------------------------------------------------------------*/
body {
	font-family: "ＭＳ Ｐゴシック", "MS UI Gothic";
	font-size: 0.9em;
	color: #333;
	padding: 0px;
	margin: 0px;
	line-height: 1.4em;
}

/*
 ボディオール bodyAll
-------------------------------------------------------------------------*/
#bodyAll {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}

/*
 ヘッドロゴ headImg
-------------------------------------------------------------------------*/
#headImg {
	height: 60px;
	width: 780px;
	padding: 0px;
	margin: 0px auto;
}

/*
 グローバルナビ gloNav
-------------------------------------------------------------------------*/
#gloNav {
	height: 25px;
	width: 780px;
	margin: 10px auto 5px;
	background-image: url(../Images/png/shadow_1.png);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#gloNav li {
	display: inline ;
}
#gloNav #visitor {width: 75px; margin-left: 5px; margin-right: 21px;}
#gloNav #guide_glo {width: 84px; margin-right: 25px;}
#gloNav #terms {width: 75px; margin-right: 290px;}
#gloNav #photo {width: 75px; margin-right: 21px;}
#gloNav #mail {width: 64px;}

/*
 パンくずリスト breadcrumb list
-------------------------------------------------------------------------*/
#bcl {
	font-size: 0.8em;
	margin-bottom: 5px;
}
#bcl span {
	padding:0 0.8em;
}

/*
 メインボディ mainbody
-------------------------------------------------------------------------*/
#mainBody {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}
#main {
	width: 780px;
}
#main h1 {
	color: #333;
	font-size: 1.2em;
	margin-top: 20px;
}
#main h2 {
	width: 760px;
	color: #333;
	margin-top: 17px;
	margin-bottom: -10px;
	padding-left: 13px;
	font-weight: bold;
	font-size: 0.9em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	background-image: url(../Images/format_bg/bg_02.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#main table {
	font-size: 0.8em;
	color: #066;
	line-height: 1.3em;	
	margin-top: 30px;
	margin-bottom: 45px;
}

/* NEW */
.new {
	text-align: center;
	color: #F9F9F9;
	background: #DB4A39;
	font-size: 0.9em !important;
	font-family: sans-serif;
	padding: 4px;
}

/*
 ページアップ Pageup
-------------------------------------------------------------------------*/
#pageup {
	height: 75px;
	width: 860px;
	clear: both;
}
#pageup p {
	text-align: right;
	padding-top: 24px;
	padding-bottom: 0px;
	padding-right:30px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/*
 フッタ Fotter
-------------------------------------------------------------------------*/
#footer {
	text-align: center;
	height: 70px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	background-image: url(../Images/png/shadow_2.png);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	width: auto;
}
#footer p {
	margin-right: auto;
	margin-left: auto;
	width: 860px;
	margin-bottom: 15px;
}
#footer ul {
	margin-top: 14px;
	margin-bottom: -5px;
	text-align: center;
}
#footer ul li {
	display: inline;
}
#footer .terms {width: 75px; margin-right: 6px;}
#footer .privacy {width: 128px; margin-right: 60px;}
#footer .sitemap {width: 75px; margin-right: 6px;}
#footer .security {width: 160px; margin-right: 5px;}
#footer .agreement {width: 148px; margin-right: 5px;}
#footer .ask {width: 85px;}
