﻿@charset "UTF-8";

*	{
	margin: 0;
	padding: 0;
	border: 0;
	background-color: transparent;
	color: #333333;
	font-size: 8.5pt;
	font-style: normal;
	font-weight: 500;
	text-align: left;
	line-height: 1.25em;
	}

p	{
	font-size: 9pt;
	}

body	{
	background-color: #FBFBFB;
	background-image: url("../img/img_background.gif");
	background-repeat: repeat-y;
	font-family: "MS UI Gothic","小塚ゴシック Std R","Verdana";
	}

#container	{
	width: 760px;
	height: auto;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	}

/*header*/
#description	{
	width: 750px;
	height: 45px;
	margin: 15px 0px 1px;
	padding: 0px 5px 10px;
	border-width: 0px 0px 1px;
	border-style: solid;
	border-color: #CCCCCC;
	}

#logo	{
	position: relative;
	float: left;
	width: 194px;
	height: 45px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	}

#slogan	{
	position: relative;
	float: right;
	width: 556px;
	height: auto;
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: right;
	}

#slogan h2	{
	width: auto;
	height: auto;
	margin: 0px 0px 15px;
	height: 0px;
	text-align: right;
	}

#global_navigation	{
	position: relative;
	width: 760px;
	height: 20px;
	border-width: 3px 0px 0px;
	border-color: #C61217;
	border-style: solid;
	background-color: #E0E0E0;
	text-align: right;
	}

#globalnav	{
	width: auto;
	height: auto;
	text-align: right;
	margin: 2.5px 0px;
	}

#globalnav ul{
	display: inline;
	width: 500px;
	margin: 0px;
	padding: 0px;
	}

#globalnav a{
	text-align: right;
	}

#globalnav a:hover{
	background-color: #666666;
	color: #FFFFFF;
	}

#globalnav li{
	display: inline;
	background-image: url("../img/navi_r-allow.gif");
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 10px;
	padding-left: 15px;
	position: relative;
	}




#privacy img{
	float: left;
	}

#privacy p{
	font-size: 7.5pt!important;
	}

#footer {
	height: 40px;
	border-width: 3px 0px 0px;
	border-color: #C61217;
	border-style: solid;
	background-color: #FFFFFF;
	text-align: right;
	clear: both;
	}

#footer p{
	height: auto;
	padding: 5px;
	background-color: #E0E0E0;
	text-align: right;
	}

	
.p-top{
	text-align: center;	
}


.centering	{
	text-align: center;
	}
.right_paragraph{
	padding: 0px 0px 0px 25px;
	}

.red{
	margin-right: 10px;
	color: #C61217;
	font-size: 11pt;
	}
	
