@charset "utf-8";


/*--------------------------------------------------------------------
Base
--------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

html,body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	color: #333333;
	font-size: 75%;
	font-weight: normal;
	line-height: 1.5;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
	margin: 0;
	padding: 0;
	letter-spacing:0.1em;
}

* html body {/*IE6*/
	font-family: sans-serif;
}

*:first-child + html body {/*IE7*/
	font-family: sans-serif;
}

img {
	border: none;
}

html {
	height: 100%;
	overflow-y: scroll;
}

.kakaku {
	color:#f00;
	font-weight:bold;
}

/*--------------------------------------------------------------------
Link
--------------------------------------------------------------------*/

a,
a:link {
	color:#06C;
	text-decoration: none;
}

a:visited {
	color:#06C;
	text-decoration: none;
}

a:hover,
a:active {
	color:#666;
	text-decoration: none;
}

a:focus {
	outline: none;
}

/*--------------------------------------------------------------------
clearfix
--------------------------------------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/*--------------------------------------------------------------------
HTML5
--------------------------------------------------------------------*/

article,aside,details,footer,header,hgroup,menu,nav,section,summary {
	display: block;
}

/*--------------------------------------------------------------------
Wrapper
--------------------------------------------------------------------*/

#wrapper {
	width: 100%;
	text-align: center;
}

/*--------------------------------------------------------------------
Wrap-top
--------------------------------------------------------------------*/

#wrap-top {
	width: 100%;
	text-align: center;
}

header {
	width: 600px;
	height: 174px;
	background-color: #fff;
	text-align: left;
	margin: 0 auto;
}

header hgroup {
	padding: 0 0 10px 0;
}

header hgroup h1,
header hgroup h2 {
	font-size: 100%;
	font-weight: normal;
	margin: 0 0 5px 0;
}

header nav#nav_top ul li {
	list-style: none;
	padding: 0 5px;
	float: left;
}

#content {
	margin: 0 auto;
}

/*--------------------------------------------------------------------
1�J�����p��������
--------------------------------------------------------------------*/



#content {
	text-align: left;
	margin-top:20px;
}

#content h1,
#content h2 {
	font-size: 100%;
	font-weight: normal;
}

#content .comment {
	padding:10px 20px;
	line-height:1.5;
}


#tabSpry .chumoku {
	clear:both;
	margin:0px auto;
	padding:0;
	width:530px;
	text-align:center;
}
#tabSpry .chumoku .chumokuLeft {
	display: block;
	width:160px;
	padding:0 0 10px 0;
	float:left;
}
#tabSpry .chumoku .chumokuCenter {
	display: block;
	width:160px;
	padding:0 24px 10px 24px;
	float:left
}
#tabSpry .chumoku .chumokuRight {
	display: block;
	width:160px;
	padding:0 0 10px 0;
	float:left;
}
#tabSpry .chumoku ul {
	list-style: none;
	width: 160px;
	margin:0;
}
#tabSpry .chumoku li {
	list-style: none;
	width: 160px;
	margin:0;
	font-size:88%;
}
.chumoku48 {
	height:100%;
}
.chumoku107 {
	height:100%;
	padding: 10px 0;
}
/*--------------------------------------------------------------------
1�J�����p�����܂�
--------------------------------------------------------------------*/

/*--------------------------------------------------------------------
Wrap-btm
--------------------------------------------------------------------*/

#wrap-btm {
	clear: both;
	width: 100%;
	height: 50px;
	text-align: center;
	background-color: transparent;
	/*background:url(images/bg_soba-azumifuji.jpg) no-repeat center top;*/
}

footer {
	height: 50px;
	background-color:transparent;
	text-align: left;
	margin: 0 auto;
}

footer .copyright {
	padding: 0px 10px;
}

/*--------------------------------------------------------------------
�Z���^�[�Œ� or ���L�b�h���C�A�E�g�̕ύX
�i���L�b�h���C�A�E�g�ɂ���ꍇ��width��100%�ɕύX�j
--------------------------------------------------------------------*/

header,
#content,
footer {
	width: 600px;
}

/*--------------------------------------------------------------------
Footer�Œ�iFooter���ʉ����ɌŒ肵�Ȃ��ꍇ�͈ȉ��R�����g�A�E�g�j
--------------------------------------------------------------------*/

#wrapper {
	position: relative;
	min-height: 100%;
}

* html #wrapper {/*IE6*/
	height: 100%;
}

#wrap-top {
	height: 100%;
	padding-bottom: 180px;/*�t�b�^�[�̍�����*/
}

#content {
	overflow: auto;
}

#wrap-btm {
	position: absolute;
	bottom: 0;
}
