@charset "utf-8";
/***********************************/
/* 基本デザイン                    */
/* サイトの枠組みを決めるcssを記述 */
/***********************************/
*{
	margin:0;
	padding:0;
	/*\*/
	*zoom: 1;
	/**/
}

html
{
	height:100%;
	overflow-y:scroll;
	*filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

body
{
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic Pro','qMmpS Pro W3','CI', Meiryo, 'lr oSVbN', sans-serif;
	margin: 0;
	padding: 0;
	height:100%;
	min-height:100%;
	background-color:#f4f4f4;
	text-align:center;
	font-size:12px;
	/*\*/
	*font-size: 76%;
	/**/
	line-height: 1.7;
}

em
{
	font-style: normal;
}

a:link, a:active
{
	color: #0055dd;
	text-decoration: none;
}

a:visited {
	color: #0055dd;
	text-decoration: none;
}

a:hover {
	color: #0055dd;
	text-decoration: underline;
}

ol,ul {
	list-style-type: none;
}

hr {
	display: none;
}

img {
	display: block;
	border: 0;
}

form {
	display: inline;
}

table {
	font-size: 12px;
	/*\*/
	*font-size: 100%;
	/**/
}

::-moz-selection{
	background: #77bbff;
	color:#FFF;
}
::selection {
	background: #77bbff;
	color:#FFF;
}

/* エリア別設定 */
div#container
{
	width:780px;
	margin:0 auto;
	position: relative;
	text-align:center;
	height:100%;
	min-height: 100%;
	background-color:#fff;
}
body > div#container
{
	height: auto;
}

/* ヘッダ */
#header
{
	text-align:center;
	width:100%;
	font-family:"Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
}

#header .content
{
	margin:0 auto;
	text-align:left;
	width:780px;
	position:relative;
}
/* ヘッダ固定 */
#header .content div.regular
{
	height:80px;
	color:#000000;
	position:relative;
}
#header .content div.regular .note
{
	position:absolute;
	bottom:5px;
	right:10px;
}

#header .content div.regular .note:after
{
	clear:both;
}


/* メイン */
#main
{
	margin:0 auto;
	text-align:center;
	width:100%;
}

#main .content
{
	margin:0 auto;
	text-align:left;
	width:780px;
}

/* フッタ */
#footer {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

/* フッタ自由 */
#footer .content .free
{
	margin:0 auto;
	text-align:left;
	width:780px;
}

/* フッタ固定 */
#footer .content .regular
{
	margin:0 auto;
	text-align:center;
	width:780px;
    font-size:10px;
	position:relative;
}

#footer .content .regular .menu
{
	padding-top:25px;
}
#footer .content .regular .copy
{
	padding-top:30px;
}
#footer .content .regular .pagetop
{
	position:absolute;
	right:60px;
	top:-20px;
}
#footer .content .regular a:link, #footer .content .regular a:active
{
	color: #ffffff;
	text-decoration: none;
}

#footer .content .regular a:visited {
	color: #ffffff;
	text-decoration: none;
}

#footer .content .regular a:hover {
	color: #ffffff;
	text-decoration: none;
}

.paging-top{
	text-align:right;
	height: 25px;
}

.paging-bottom{
    text-align:right;
    height: 25px;
    margin-bottom: 10px;
}


/* 特殊class指定 */
.clear
{
	clear:both;
}