@charset "UTF-8";

/* クリアフィクス
---------------------------------------------*/
.clearfix:after {
content: ".";
display: block;
visibility: hidden;
height: 0;
}

.clearfix {
zoom: 1;
}

/* 基本
---------------------------------------------*/
body {
	color: #333333;
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.5;
	background-color: #FFF;
}
img {
	vertical-align: top;
}
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover,
a:focus {
	color: #B22A35;
}
a:active {
	color: #C00;
}
em,strong {
    font-style : normal;
	font-weight : normal;
}
strong {
    font-style : normal;
	font-weight : bold;
}

/* 本文レイアウト
---------------------------------------------*/
p {
	margin-bottom: 8px;
	margin-top: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* バックのドロップシャドウ
---------------------------------------------*/
#back {
	background-image: url(../_images/back.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-attachment: scroll;
}

/* 背景
---------------------------------------------*/
#wrapper {
	width: 800px;
	height: auto;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#content {
	margin: 0px;
}


/* ヘッダ
---------------------------------------------*/

#header {
	background-image: url(../_images/header_01.gif);
	background-repeat: repeat-x;
	background-position: center top;
	height: 125px;
}

#logo {
	padding-top: 20px;
	padding-left: 10px;
}

li#navSitemap {
	position: relative;
	left: 720px;
	bottom: 50px;
	width: 80px;
}

li#navSitemap a {
	text-decoration: none;	
}



/* フッター
---------------------------------------------*/

#footer {
	clear: both;
	width: 800px;
	height: 90px;
}

#footerNavigation {
	border-top: 1px solid #CCCCCC;
	font-size: 85%;
}
#footerNavigation li {
	float: right;
	margin-right: 10px;
	padding: 8px 0;
}
#footerNavigation li a {
	display: block;
	padding-left: 6px;
	background: url(../_images/arrow_to-top.gif) left center no-repeat;
	text-decoration: none;
}
#copyRight {
	clear: both;
	width: 100%; /* for WinIE6,7 */
	padding-top: 20px;
	border-top: 1px solid #CCCCCC;
	font-size: 90%;
	color: #666666;
	line-height: 1;
	text-align: center;
}
.textright {
	text-align: right;

}

