@charset "utf-8";

p  {
    line-height:1.5em;
    color:#000000;
	font-size:0.8em;
	text-align:left;
	padding:0.5em;
	}

.small{
        font-size:10px;
		line-height:125%;
		}
.big{
        font-size:1.3em;
		line-height:1.5em;
		font-weight:bold;
		}
	 
html,body {
scrollbar-base-color: #ffccff;
scrollbar-arrow-color: #ffccff;
scrollbar-face-color: #ffffff;
scrollbar-darkshadow-color: #ffffff;
scrollbar-shadow-color: #ffffff;
scrollbar-3dlight-color: #ffffff
}

/* Initialization
----------------------------------------------- */

* {
	padding: 0px;
	margin: 0px;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	list-style-type: none;
	xborder:#000 solid 1px !important;
}
a:link {
	color: #F66;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #F66;
	text-decoration: underline;
	font-weight: bold;
}
a:hover, a:active {
	color:#F33;
	text-decoration: none;
	font-weight: bold;
}
a img {
	border: 0px;
	margin:0px;	
	padding:0px;
}
hr {
	display: none;
}
h2 {
	line-height: 2em;
	padding-top:1em;
}
h3	{
	margin:0.5em 0;
	color:#F30;
	font-size:1.3em;
	font-weight:bold;
	}

/* class
----------------------------------------------- */
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}

.left {
	float: left;
}
.right {
	float: right;
}
.countlist {
	text-align:left;
	width:400px;
	margin:1em auto;
	line-height: 1.25em;
	font-size: 0.9em;
}
.countlist li{
	list-style-position: outside;
	list-style-type: decimal;
	margin: 1em 0;
}
.nocountlist {
	text-align: left;
	margin: 1em;
	line-height: 1.25em;
	font-size: 0.9em;
	list-style-type:none;
}
.contents_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #900;
	padding:0 0.5em 0.5em;
	margin:0 1em 1em;
	font-size:0.8em;
	text-align: left;
    line-height:1.5em;
}
.contents_last {
	padding:0 1em 1em;
	margin:0 1em 1em;
	font-size:0.8em;
	text-align:center;
    line-height:1.5em;
}

/* container
----------------------------------------------- */
#container {
	width:700px;
	height:100%;
	margin:0px auto 100px;
	padding:0 0 0 30px;
	background:url(gif/t_base.gif) repeat;
}
#container #globalNav {
	width: 200px;
	margin: 0 auto;
	padding: 0px;
	float:left;
	text-align:center;
	padding: 50px 0;
}
#container #mainContents {
	width: 480px;
	float: right;
	text-align:center;
	padding: 1em 0;
}
#container #mainContents #localNav h1 a img {
	width:302px;
	height:70px;
	margin:0 auto;
}

/* article
----------------------------------------------- */
.article {
	background-color: #FCFCFC;
	border: 1px solid #900;
	margin:1em 1em 0 0;
}
.article .details {
	border-collapse:collapse;
	width:300px;
	margin:0 auto 0.5em;
	border: 1px solid #900;
	font-size:0.8em;
    line-height:1.5em;
	text-align:center;/*IE4～6、MacIE4～5 */
}
.article .thumbDetails {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #900;
	padding:0 1em 1em;
	margin:0 1em 1em;
	
}
