/* shared CSS Document */

* {
	font-size:100%;
	margin:0px;
	padding:0px;
	line-height:1.4;
}
body { font-size:84%; text-align:center; margin:0; padding:0; }
img {
	border:none;
}
ul li{
	list-style-type: none;
}
ol li{
	margin-left: 2.5em;
}
td,th {
	margin:auto;
}
/* link------------------------------ */
a:link    {text-decoration: none;color: #666666;}
a:visited {text-decoration: none;color: #666666;}
a:active  {text-decoration: none;color: #666666;}
a:hover   {text-decoration: underline;color: #000000;}
/* wrapper -------------------------- */
#body_bg {
	width:800px;
	background: url(../images/shared/body_bg.jpg) repeat-y center top;
	margin-right:auto;
	margin-left:auto;
}

/* wrapper -------------------------- */
#wrapper{
	width:780px;
	margin-right:auto;
	margin-left:auto;
	text-align: left;
}
/* header -------------------------- */
#header table {
	width:780px;
}
#header table th{
	width:200px;
}
#header table td{
	background-color:#CC0000;
	vertical-align: top;
}
#header table td p.english{
	padding-top: 5px;
	padding-right:5px;
	text-align:right;
	font-size: 12px;
}
#header table td p.english a:link {text-decoration: none;color: #ffffff;}
#header table td p.english a:visited {text-decoration: none;color: #ffffff;}
#header table td p.english a:active  {text-decoration: none;color: #ffffff;}
#header table td p.english a:hover   {text-decoration: underline;color: #000000;}
#header table td p.english img.icon{
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 2px;
}
#header table td p.name{
	padding-left:10px;
	padding-top: 10px;
}

/* snav サイドメニュー -------------------------- */
#snav {
	width:200px;
	vertical-align: top;
	padding-top:15px;
	text-align:center;
	padding-bottom: 30px;
}
#snav p {
	margin-left:auto;
	margin-right:auto;
	padding-bottom:10px;
}
#snav ul {
	text-align:left;
	padding-bottom:30px;
	margin-left:15px;
	margin-right:15px;
	padding-left: 15px;
}
#snav ul li{
	color: #ffffff;
	background-image: url(../images/shared/dot_gray.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 2px;
	padding-bottom: 2px;
}
#snav ul li a:link {text-decoration: none;color: #ffffff;}
#snav ul li a:visited {text-decoration: none;color: #ffffff;}
#snav ul li a:active  {text-decoration: none;color: #ffffff;}
#snav ul li a:hover   {text-decoration: none;color: #cc0000;}

/* main メインコンテンツ -------------------------- */
#main {
	vertical-align: top;
	padding-bottom: 30px;
}
.shadow{
	background-image: url(../images/shared/h_shadow.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 20px;
	margin-bottom: 15px;
}
.box{
	margin-left:20px;
	margin-right:20px;
	margin-bottom: 20px;
}
/* footer -------------------------- */
#footer {
	margin-top:30px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom: 20px;
	background-image: url(../images/shared/footer_line.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	padding-top: 10px;
	text-align: right;
}
address{
	font-style: normal;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 5px;
}

/* end -------------------------- */
