@charset "shift_jis";

/* global CSS */
* {
	margin:0px;
	padding:0px;
}
body {
	background:#CCCCC1;
	color:#333333;
	font-size:0.8em;
	line-height:1.6em;
	padding-top: 5px;
	text-align: center;
}

img {
	border:0px;
}


a {
	color:#333333;
	text-decoration:underline;
}
a:link {
	color:#333333;
	text-decoration:underline;
}
a:hover {
	color:#666666;
	text-decoration:underline;
}

#main{
	width:740px;
	margin:auto auto;
	text-align:left;
}

/* header */
#header {
	position:relative;
	width:740px;
	height:70px;
	background:url("/include/header/img/header_bg.gif") left top no-repeat;
	margin:10px 0px 0px 0px;
}
#header h1{
	position:relative;
	top:13px;
	width:200px;
	height:70px;
}
#header h1 a {
	width:162px;
	height:47px;
	margin-left:15px;
	background:url("/include/header/img/header_logo.jpg") left center no-repeat;
	text-indent:-9999px;
	display:block;
	/*\*/ overflow:hidden; /* */
}

#header ul{
	position:absolute;
	top:13px;
	right:12px;
	width:200px;
	height:20px;
	list-style:none;
}
#header li{
	float:left;
	margin-left:5px;
	padding-left:5px;
	background:url("/include/header/img/header_menu_line.gif") left top no-repeat;
}
#header li.head {
	margin-left:-5px;
	padding-left:-5px;
	background-image:none;
}
#header li a {
	display:block;
	text-indent:-9999px;
	/*\*/ overflow:hidden; /* */
}
/*01*/
#header li.menu_01 a {
	width:77px;
	height:20px;
	background:url("/include/header/img/header_menu_01.gif") left top no-repeat;
}
#header li.menu_01 a:hover {
	background-position:left bottom;
}
#header li.menu_01 a.current {
	background:url("/include/header/img/header_menu_01.gif") left bottom no-repeat;
}
/*02*/
#header li.menu_02 a {
	width:48px;
	height:20px;
	background:url("/include/header/img/header_menu_02.gif") left top no-repeat;
}
#header li.menu_02 a:hover {
	background-position:left bottom;
}
#header li.menu_02 a.current {
	background:url("/include/header/img/header_menu_02.gif") left bottom no-repeat;
}
/*03*/
#header li.menu_03 a {
	width:53px;
	height:20px;
	background:url("/include/header/img/header_menu_03.gif") left top no-repeat;
}
#header li.menu_03 a:hover {
	background-position:left bottom;
}
#header li.menu_03 a.current {
	background:url("/include/header/img/header_menu_03.gif") left bottom no-repeat;
}

/* footer */
#footer {
	float:left;
	width:740px;
	height:70px;
	background:url("/include/footer/img/footer_bg.jpg") left top no-repeat;
	color:#FFFFFF;
	margin:30px 0px 0px 0px;
}

#footer ul {
	list-style:none;
	/*font-size:0.8em;*/
	line-height:1.0em;
	margin:15px 0px 0px 20px;
}
#footer li {
	display:inline;
	margin:0px 5px 0px 0px;
	padding:0px 10px 0px 0px;
	background:url("/include/footer/img/footer_menu_line.gif") right center no-repeat;
}

#footer li span {
	background:url("/include/footer/img/footer_menu_line.gif") left center no-repeat;
	padding-left:10px;
}

#footer a {
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:link {
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover {
	color:#FFFFFF;
	text-decoration:none;
	border-bottom:solid 1px #FFFFFF;
}
#footer a.current {
	color:#CCCCCC;
	text-decoration:none;
	border-bottom:solid 1px #CCCCCC;
}


#footer div.copyright {
	margin:12px 0px 0px 20px;
	width:223px;
	height:11px;
	line-height:11px;
	background:url("/include/footer/img/copyright.gif") top left no-repeat;
}
#footer div.copyright span {
	display:block;
	text-indent:-9999px;
}

/* navigation */
#navigation {
	margin:10px 0px 0px 10px;
}
#navigation ul{
	list-style:none;
	/*font-size:0.8em;*/
	line-height:1.0em;
}
#navigation li{
	display:inline;
}
#navigation a {
	color:#333333;
	text-decoration:underline;
}
#navigation a:link {
	color:#333333;
	text-decoration:underline;
}
#navigation a:hover {
	color:#666666;
	text-decoration:underline;
}


/* TITLE */
.title_text {
	font-size:1.8em;
	line-height:1.2em;
}

.c_headline {
	margin-top:20px;
}

h2.hd_news {
	margin-bottom:10px;
	width:99px;
	height:31px;
	line-height:31px;
	text-indent:-9999px;
	background:url("../img/title_news.gif") top left no-repeat;
}

h2.hd_scsi {
	margin-bottom:10px;
	width:460px;
	height:31px;
	line-height:31px;
	text-indent:-9999px;
	background:url("../scsi/img/title_scsi.gif") top left no-repeat;
}

h2.hd_topics {
	margin-bottom:10px;
	width:117px;
	height:33px;
	line-height:33px;
	text-indent:-9999px;
	background:url("../scsi/img/title_topics.gif") top left no-repeat;
}

/* LINE */

hr {
	margin:10px auto 0px auto;
	width:720px;
	border-top:1px solid #666666;
	border-bottom:none;
	border-left:none;
	border-right:none;
	
}

/************************************************************/
/* ----- index ----- */

/* omikuji */
#omikuji {
	margin:10px 0px 0px 0px;
}

/* promotion */
#promotion {
	margin:10px 0px 0px 0px;
}

/* contents_banner */
#contents_banner {
	margin:30px 0px 0px 0px;
}


/* news */
#news {
	margin:30px auto 0px auto;
	width:730px;
}

#news div.contents {
	/*border:#FF0000 solid 1px;*/
	margin:0px 0px 10px 0px;
}
#news div.contents h3{
	float:left;
	font-weight:bold;
	font-size:1.0em;
	color:#333333;
	margin:0px 0px 0px 0px;
}

#news div.contents ul{
	list-style:none;
	float:left;
	font-size:1.0em;
	color:#333333;
	margin:0px 0px 0px 20px;
	/*width:600px;*/
}
#news div.contents li{

}

#news #readmore{
	display:inline;
	clear:left;
	float:left;
	margin:-10px 0px 0px 0px;
	width:730px;
}
#news #readmore a{
	display:block;
	margin:0px 0px 0px auto;
	width:74px;
	height:18px;
	text-indent:-9999px;
	text-decoration:none;
	/*\*/ overflow:hidden; /* */
	background:url("../img/btn_readmore.gif") top left no-repeat;
}
#news #readmore a:hover{
	background:url("../img/btn_readmore.gif") 0px -18px;
}

/************************************************************/
/* ----- coming soon ----- */

#comingsoon{
	width:740px;
	margin:80px auto 80px auto;
}

#comingsoon img {
	display:block;
	margin:auto auto;
}

#comingsoon p {
	font-size:1.0em;
	text-align:center;
	margin-top:20px;
}


/************************************************************/
/* clearfix */

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

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
#jins_title{
	width:550px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#jins_comment {
	font-size: 1em;
	line-height: 1.3em;
	width: 510px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
}

#jins_map{
	width:550px;
	height: 125px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#jins_map_under/* End hide from IE-mac */


/************************************************************/
/* jins */
 {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../jins/img/map_comment.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0px;
}
#jins_map_txt {
	font-size: 0.75em;
	line-height: 1.5em;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}

#jins_next {
	width:550px;
	background-repeat: no-repeat;
	height: 82px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-position: center;
	font-size: 1em;
	text-align: center;
}
#jins_back {
	height: auto;
	width: 520px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
#jins_back a {
	margin-bottom: 20px;
}
.jins_right {
	float: right;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-top: 10px;
}
.jins_left {
	float: left;
	padding-left: 15px;
	padding-bottom: 30px;
	padding-top: 10px;
}
.jins_comment_font {
	color: #993333;
	font-size: 0.75em;
	line-height: 1.3em;
}
#jins_enquete   img {
}
.jins_works_1 {
	text-align: center;
	float: left;
	height: 200px;
	width: 180px;
	background-image: url(../enquete/img/frame_1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 40px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 0.9em;
	margin: 0px;
}
.jins_works_2 {
	text-align: center;
	float: left;
	height: 200px;
	width: 180px;
	background-image: url(../enquete/img/frame_2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 40px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 0.9em;
	margin: 0px;
}