@charset "UTF-8";
/*common
***********************************************************/

body {
	margin: 0;
	padding: 0;
	background-color:#eeeeee;
	font-size: 100.01%;
}

a {
	text-decoration: none;
}

html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,select,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin: 0;
    padding: 0;
}

table {
    border-spacing: 0;
}

body, h1, h2, h3, h4, h5 p, li, td, input .inner {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;

}

img {
	border: 0;
	display: block;
}

.leftbox {
	float: left;
}

.rightbox {
	float: right;
}

.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

.clearbox {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
}

.clearbox { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearbox { height: 1% }
.clearbox {display:block;}
/* end MacIE5 */

a {
	color: #009;
}

a:hover {
	color: #F66;
}

.note {
	color:#333;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
}

em {
	font-weight: bold;
	font-style: normal;
	color: #000;
}

strong {
	font-weight:bold;
	font-style: normal;
	color: #c00;
}


.to-top{
	text-align: right;
	margin: 10px 0;
	font-size: 10px;
}

.to-next{
	text-align: right;
	padding-right: 12px;
	background:url(../images/yaji.gif) no-repeat right center;
}

.text-right{
	text-align: right;
}

.text-center{
	text-align: center;
}

.button-h:hover {
opacity: 0.7;
}


/*layout
***********************************************************/

#base {
	margin: 0;
	padding: 0;
	text-align:center;
	background:url(../images/back-image.jpg) repeat-x;
}

#page-box {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	/*height:720px;*/
	text-align:left;
}

#container {
	margin: 0;
	padding: 20px 10px 10px;
	background-color:#FFF;
	border: 1px solid #999;
}

/*header
***********************************************************/

#header {
	margin:0;
	padding: 10px 0 0;
}


h1 {
	margin: 0 0 0 5px;
	padding: 0;
	text-align:left;
	height: 50px;
	width: 300px;
}

/*global-box*/
#header #global-box {
	text-align: right;
	width: 490px;
}

#header #headmenu {
	/*padding: 27px 0 0;*/
	padding: 0;
	margin-top: 27px;
	font-size: 12px;
	line-height: 100%;
	color:#999;
}

#header #headmenu .change-lang a {
	color: #993333;
}

#header #headmenu .change-lang a:hover {
	color: #F66;
}

/*search-win*/
/*
#header #search-win {
	padding-top: 8px;
	padding-right: 5px;
	margin: 0;
	font-size: 11px;
	color:#000;
	text-align: right;
}

#header #search-win #searchtxt {
	margin: 0;
	padding: 0;
	border: 1px solid #999;
	background-color: #EFF4F7;
	line-height: 16px;
	height:18px;
	width: 130px;
	vertical-align: top;
}

*/
/*menu-col
***********************************************************/
#menu-col {
	width: 191px;
	margin-bottom: 10px;
}

#menu-col a {
	color: #666;
}

#menu-col a:hover {
	color: #F66;
}

#menu-col .button {
	margin-bottom: 7px;
}

#menu-col .subcate {
	margin-bottom: 7px;
	margin-left: 4px;
	display: none;
}

#menu-col .subcate ul {
	margin: 0;
	padding: 0;
}

#menu-col .subcate li {
	margin: 0;
	padding: 3px 5px 2px 20px;
	font-size: 12px;
	line-height: 1.3;
	list-style: none;
	background:url(/images/menu-icon_s01.gif) no-repeat 10px 0.5em;
}

#menu-col .subcate .subsubcate {
	margin-top: 3px;
	margin-bottom: 4px;
	margin-left: 5px;
	display: none;
}

#menu-col .subcate .subsubcate li {
	margin: 0;
	padding: 0 0 5px 20px;
	font-size: 11px;
	line-height: 1.2;
	list-style: none;
	background-image: none;
}

#menu-col .cate#for-members {
	margin-top: 30px;
}

#menu-col .banner {
	margin-top: 30px;
}

#menu-col .banner a {
	display: inline-block;
}

#menu-col .banner a:hover {
	opacity: 0.5;
}

/*footer
***********************************************************/

#footer {
	margin: 0;
	padding: 2px 10px;
	font-size: 10px;
	line-height:100%;
	color:#999;
	background-color:#E1ECF4;
}

#footer #copyright {
	float: right;
	text-align: right;
	width: 500px;
}

#footer #to-sitetop{
	float: left;
	text-align: left;
	width: 200px;
}

/*main-col
***********************************************************/
#main-col {
	width: 570px;
}

/*contents
***********************************************************/

#contents {
	margin: 0 10px 0 0;
	font-size: 12px;
	color:#000;
	line-height: 1.5;
}

#contents #page-title {
	background: #ECECEC;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	padding: 4px 7px;
	margin-bottom: 20px;
}

#contents #page-title h2 {
	border-left: 4px solid #C00;
	font-size: 14px;
	font-weight: bold;
	line-height: 15px;
	margin: 0;
	padding: 3px 0 0 10px;
}

#contents .content-unit {
	margin: 20px 35px 30px;
}

#contents p, 
#contents li, 
#contents td {
	margin: 0 0 10px 0;
	padding: 0;
}

#contents img {
	display: inline;
}


/*photo-unit
***********************************************************/

#contents .photo-unit {
	margin: 30px 0;
	text-align: right;
}

#contents .photo-unit img {
	display:inline;
}

#contents .photo-unit .caption,
#contents .photo-right .caption{
	font-size: 11px;
	text-align: right;
	margin-top: 5px;
	line-height: 1.3;
	color: #333;
}

#contents .photo-unit p {
	text-align: right;
	margin-top: 5px;
}