@CHARSET "UTF-8";

/* =========================================
Reset
========================================= */
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
}
textarea { font-size: 100%; }
img{
	vertical-align: top;
}
hr  { display: none; }

body, table, textarea, input {
	font-family:sans-serif;
}

/* ========================================
layout
========================================= */
body {
	text-align: center;
	margin: 0px;
}

#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;

}

#headContainer {
	width: 960px;
	height: 447px;
	border-bottom: solid 2px white;
}

	#visual {
		text-align: left;
		height: 447px;
		width: 480px;
		background: white url(../images/key.jpg) no-repeat left top;
		float: left;
	}

	#visualSub {
		height: 280px;
		width: 480px;
		background: white url(../images/sub_visual.jpg) no-repeat left top;
	}

	#headRight {
		width: 480px;
		height: 447px;
		float: left;
		position: relative;
		font-size:8px; /* IEでリロードした時に画像がズレるのを防止 */
	}

#contents {
	width: 960px;
	clear: both;
}

#footer {
	width: 100%;
	clear: both;
}

/* ========================================
title
========================================= */
h1 {
	padding-top: 20px;
	margin-left: 20px;
}

/* ========================================
headRight
========================================= */

#headMenu {
	padding-bottom: 23px;
	text-align: right;
	padding-right: 30px;
}

#headMenu img {
	padding-left: 1px;
}

#glovalNavi {
	background: white url(../images/bg_navi.jpg) no-repeat left top;
	height: 405px;
	text-align: right;
	padding-right: 30px;
	padding-bottom: 3px;
}

#glovalNavi div.naviBox {
	padding-bottom: 20px;
}

	#glovalNavi div.naviBox img.naviTitle {
		margin-right: 20px;
	}

	#glovalNavi div.naviBox img.naviMain {
		margin-top: 15px;
		margin-right: 13px;
	}

	#glovalNavi div.naviBox img.naviSec {
		margin-top: 15px;
		margin-right: 10px;
	}

	#glovalNavi div.naviBox img.naviSub {
		margin-top: 40px;
		margin-right: 10px;
	}

	#glovalNavi div.naviBox img.naviRecr {
		margin-right: 20px;
	}

#glovalNavi div.second {
	padding-bottom: 0px;
}

#blogLink {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

/* ========================================
contents
========================================= */
#contents {
	background: white url(../images/bg_contents.gif) repeat-y left top;
	padding-bottom: 20px;
	padding-top: 30px;

}

#contents #contentsLeft {
	width: 680px;
	float: left;
	text-align: left;
}

#localNavi {
	width: 240px;
	float: right;
	text-align: left;
	border-left: 1px dotted black;
	padding: 0px 10px 10px 20px;
}

	#contents #localNavi h3 {
		padding-bottom:20px;
	}

	#localNavi ul {
		list-style: none;
		margin-left:0px;
		padding-left:0px;
		margin-bottom: 20px;
	}

	#localNavi ul li {
		background: url(../images/mark_link.gif) no-repeat 0px 0.3em;
		padding-left:15px;
		line-height:1.5em;
		font-size:0.95em;
		color: #333;
		font-weight: bold;
	}

	#localNavi ul.sub {
		list-style: none;
		margin-left: 10px;
		_margin-left: 00px;
		padding-left: 0px;
		margin-bottom: 10px;
	}

	#localNavi ul.sub li {
		background: url(../images/list_local.gif) no-repeat 0px 0.5em;
		padding-left:15px;
		line-height:1.5em;
		font-size:0.95em;
		color: #333;
		font-weight: normal;
	}
	#localNavi .localBanner {
		margin-top: 20px;
	}



#contents h2 {
	margin-bottom: 20px;
}

#contents h3 {
	padding-top: 30px;
	padding-bottom: 30px;
}

#contents h4 {
    padding: 0px 0px 0px 20px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-top: 30px;
    background: url(../images/list_pink.gif) no-repeat 0px 0.3em;
    border-bottom: dotted 1px #666;
    font-weight: bold;
	line-height: 1.3em;
}

#contents h5 {
/*	display: inline;
	background-color: #ffe271;*/
	line-height:1.5em;
	font-size:0.95em;
	font-weight: bold;
	color: black;
}


#contents .first {
    padding-top: 0px !important;
    margin-top: 0px !important;
}


#contents p {
	margin: 0px 30px 20px 0px;
	line-height:1.5em;
	font-size:0.95em;
	color: #333;
}

#contents #contentsInner {
	padding-left: 30px;
	padding-bottom: 20px;
	text-align:left;
}

#contents ul.pink {
    list-style: none;
    margin: 0px;
    margin-left: 0px;
    padding: 0px;
}

#contents ul.pink li {
    margin: 0px;
    padding: 0px 0px 0px 20px;
    background: url(../images/list_pink.gif) no-repeat 0px 0.6em;
    list-style: none;
	line-height: 1.9em;
	font-size:0.95em;
	color: #333;
}

#contents strong {
	font-weight: bold;
	color: black;
	background-color:#CCFF33;
	text-decoration:none;
}

#contents .goTop {
	clear: both;
	text-align: right;
	margin-bottom: 10px;
}

.goTopBottom {
	clear: both;
	text-align: right;
	margin-bottom: 0px;
	margin-left: auto;
}

#contents ul.default {
    list-style: none;
	margin-left:0px;
	margin-bottom: 20px;
	padding-left:10px;
	padding-right:20px;
}

#contents ul.default li {
	background: url("../images/list_mark.gif") no-repeat 0px 0.3em;
	line-height:1.5em;
	font-size:0.95em;
	padding-left: 25px;
	color: #333;
}

#contents ul.circle {
    list-style: circle;
	margin-left:0px;
	margin-bottom: 20px;
	padding-left:20px;
	padding-right:20px;
}

#contents ul.circle li {
	line-height:1.5em;
	font-size:0.95em;
	padding-left: 0px;
	color: #333;
}

#contents ul.links {
    list-style: none;
	margin-left:0px;
	padding-left:0px;
	padding-right:20px;
}

#contents ul.links li {
	background: url(../images/mark_link.gif) no-repeat 0px 0.3em;
	padding-left:15px;
	line-height:1.5em;
	font-size:0.95em;
	color: #333;
}

#contents ul.anchor {
    list-style: none;
	margin-left:0px;
	padding-left:0px;
	padding-right:20px;
}

#contents ul.anchor li {
	background: url(../images/list_anchor04.gif) no-repeat 0px 0.3em;
	padding-left:20px;
	line-height:1.7em;
	font-size:1.0em;
	color: #333;
}

#contents ul.anchor li:hover {
	background: url(../images/list_anchor04_on.gif) no-repeat 0px 0.3em;
	padding-left:20px;
	line-height:1.7em;
	font-size:1.0em;
	color: #333;
}

/* ----------------------------
Links
---------------------------- */
#contents a {
	color:black;
}

#contents a:visited {
	color:#666;
}

#contents a:hover {
	color:#cc3300;
}

#contents a:active {
	color:#cc3300;
}

/* ----------------------------
Tables
---------------------------- */
table.vertical {
    border-spacing:2px;
    background-color: white;
    font-size:0.85em;
    border: 1px solid #666;
    margin: 0px 0px 10px 0px;
}

table.vertical  td {
    color:#333;
    line-height:1.5em;
    padding:2px 20px;
    background-color: white;
    border-bottom: 1px dotted #d3cdbe;
}

table.vertical  th {
    color: black;
    line-height: 1.5em;
    padding: 2px 5px;
    background-color: #EAE7E0;
    text-align: center;
}

table.vertical  td.bottomTd {
    border-bottom: none;
}


table.lateral {
    border-spacing:2px;
    background-color: white;
    font-size:0.85em;
    border: 1px solid #666;
    margin: 0px 0px 10px 0px;
}

table.lateral td {
    color:#333;
    line-height:1.5em;
    padding:2px 20px;
    background-color: white;
    border-right: 1px dotted #d3cdbe;
}

table.lateral th {
    color: black;
    line-height: 1.5em;
    padding: 2px 5px;
    background-color: #EAE7E0;
    text-align: center;
}

table.lateral td.rightTd {
    border-right: none;
}


/* ========================================
FOOTER
========================================= */
#footer {
	width: 960px;
    background-color: black;
    color: white;
    clear: both;
}

#footerLeft {
	float: left;
    text-align: left;
	font-size: 0.9em;
}

#footerRight {
    float: right;
    text-align: right;
    font-size: 0.8em;
}

#footer p {
	padding: 10px 20px;
}

/* ----------------------------
Links
---------------------------- */
#footer a {
	color:white;
}

#footer a:visited {
	color:#777;
}

#footer a:active {
	color:#cc3300;
}

#footer a:hover {
	color:#cc3300;
}




/* ========================================
general
========================================= */
.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float:right;
}

.alignRight {
	text-align: right;
}

.alignLeft {
	text-align: left;
}

.alignCenter {
	text-align: center;
}

.gray {
	color: #999;
}

.bgMatsu {
	background: url(../images/bg_matsu.gif) no-repeat 2px 0px;
}

.pdTop20 {
	padding-top: 20px;
}

#contents .smallText {
	font-size: 0.8em;
	color: #999;
	line-height: 1.3em;
}

/* ========================================
SubPage_general
========================================= */
#sub {
	width: 480px;
	height: 167px;
	background: url(../images/bg_sub.jpg) no-repeat;
}

#sub h2 {
	padding: 20px 20px 15px 20px;
}

#sub p {
	padding: 0px 40px;
	color: #ccc;
	font-size: 0.95em;
	line-height: 1.6em;
}


/* ========================================
Page_index
========================================= */

#contentsRightBunner {
	width: 260px;
	float: right;
	text-align: left;
}

	#contentsRightBunner img {
		margin-bottom: 10px;
	}

#backNumber {
	padding-top: 10px;
	font-size: 0.85em;
}

#areaMobile {
	width: 300px;
	float: left;
	background: white url(../images/top/top_mobile_image.gif) no-repeat top right;
	padding-top: 10px;
}

#areaMobile p {
	width: 156px;
	padding-top: 10px;
	font-size: 0.8em;
	line-height: 1.3em;
	margin: 0px;
}

#areaWeb {
	width: 320px;
	float: left;
	background: white url(../images/top/top_web_image.gif) no-repeat top right;
	padding-top: 10px;
	padding-left: 20px;
	border-left: 1px dotted black;
}

#areaWeb p {
	width: 156px;
	padding-top: 10px;
	font-size: 0.8em;
	line-height: 1.3em;
	margin: 0px;
}


/* ========================================
Page_members
========================================= */
.membersUta {
	float: right;
	width: 210px;
	padding-top: 60px;
}

.members {
	float: left;
	width: 700px;
	margin-top: 60px;
}

.face {
	width: 200px;
	margin-bottom: 20px;
	float: left;
	display: block;
}

.faceRight {
	width: 460px;
	float: right;
}

#memberSelect {
	margin-bottom: 0px;
}

#memberSelect img {
	margin-right: 4px;
	margin-bottom: 20px;
}

/* ----------------------------
kamon
---------------------------- */
.gouri {
	background: url(../images/members/gouri.gif) no-repeat center center;
}

.matsu {
	background: url(../images/members/matsu.gif) no-repeat center center;
}

.takanoha {
	background: url(../images/members/takanoha.gif) no-repeat center center;
}


.fuji {
	background: url(../images/members/fuji.gif) no-repeat center center;
}


.tachibana {
	background: url(../images/members/tachibana.gif) no-repeat center center;
}

.mokkou {
	background: url(../images/members/mokkou.gif) no-repeat center center;
}

.umebachi {
    background: url(../images/members/umebachi.gif) no-repeat center center;
}

.hanabisi {
	background: url(../images/members/hanabisi.gif) no-repeat center center;
}

.mitsuba {
	background: url(../images/members/mitsuba.jpg) no-repeat center center;
}

.mitsumatsu {
	background: url(../images/members/mitsumatsu.gif) no-repeat center center;
}
/* ------------------------- */

	.tanka{
		display:block;
		margin:0;
		padding:0;
		width:170px;
		border:#000 3px solid;
		font:normal normal normal 12px/14px serif;
		text-align:center;
		color:#333;
		background-color:#fff;
	}
		.tanka img{
			border:none;
		}
		.tanka .links{
			padding:5px;
			text-align:right;
			font-size:10px;
		}
		.tanka .footer{
			color:#fff;
			background-color:#000;
			text-align:left;
		}


	/* olとかulにかけとく */
	ol{
		list-style-type:none;
	}


#amazon{
	position:relative;
	width:670px;
	height:138px;
	overflow:hidden;
}
.slidebox{
	position:absolute;
	left:0;
	top:0;
	height:150px;
}
	.slidebox li{
		float:left;
		width:130px;
		overflow:hidden;
	}

		.slidebox li dt{
			clear:both;
			float:left;
		}

.next {
	position:absolute;
	right:0;
	top:40px;
	width: 25px;
}

.next img {
	cursor :pointer;
}

.slidebox img {
	behavior:url(../js/iefixed.htc);
	max-height: 100px;
	max-width: 100px;
}

#contents .slidebox p {
	font-size: 12px;
	height: 100px;
}

/* ========================================
Page_works
========================================= */
.works {
	float: left;
	width: 600px;
	border: 1px solid #ccc;
	text-align: right;
}

.worksRight {
	float: right;
	width: 325px;
	padding-top: 0px;
	padding-right: 0px;
	text-align: center;
}

#contents .worksRight h3 {
	padding: 0px 20px 20px 20px;
	margin-top: 0px;
}

.works div.terminal {
	width: 215px;
	margin-left: auto;
	font-size: 12px;
	color: black;
}

.works div.terminal div.terminalRight {
	width: 90px;
	padding: 3px;
	text-align: center;
	background-color: #ccc;
	float:right;
}

.works div.terminal div.terminalLeft {
	width: 90px;
	float:left;
	padding-top: 2px;
}

.worksInner {
	padding: 5px 20px 0px 20px;
	text-align: left;
	clear: both;
}

.worksInner img.banner {
	margin-top: 15px;
	margin-bottom:0px;
}

.worksInner img.qr {
	margin-top: 5px;
}

#contents .works h4 {
    padding: 0px 0px 0px 20px;
	margin: 0px;
    background: url(../images/list_pink.gif) no-repeat 0px 0.3em;
    border-bottom: dotted 1px #666;
    font-weight: bold;
	line-height: 1.3em;
}

#contents .works p {
	margin-right: 0px;
}

.worksInner ul.links {
	padding-top: 10px;
	padding-bottom: 10px;
}

.worksInner .icon {
	margin-top: 5px;
}

.worksInner h5.pad {
	padding-top: 10px;
}

#submenu {
	text-align: left;
	padding-bottom: 20px;
	line-height:1.5em;
	font-size:0.9em;
	color: black;
}

#submenu a {
	border-top: 1px solid #fff0b5;
	border-left: 1px solid #fff0b5;
	border-right: 1px solid #d5aa00;
	border-bottom: 1px solid #d5aa00;
	background-color: #ffe888;
	font-size:14px;
	padding: 3px 5px 1px 5px;
}

.worksBox {
	margin-bottom: 40px;
}

.bottom {
	margin-bottom: 0px;
}

/* ========================================
Page_messages
========================================= */
div.answer {
	height: 50px;
	margin-bottom: 10px;
	margin-top: 60px;
	margin-left: 0px;
	padding-left: 0px;
	background: url(../images/messages/answer.gif) no-repeat bottom left;
	position: relative;
}

#contents h4.messages {
	width: 840px;
    padding: 0px 0px 0px 60px;
	margin-right: 0px;
	margin-bottom: 0px;
    background: none;
    border-bottom: dotted 1px #666;
    font-weight: bold;
	line-height: 1.5em;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

/* ========================================
Page_steps
========================================= */
div.nomber {
	height: 50px;
	margin-bottom: 10px;
	margin-top: 40px;
	margin-left: 0px;
	padding-left: 0px;
	position: relative;
}

div.no01 {
	background: url(../images/no/no01.gif) no-repeat bottom left;
}

div.no02 {
	background: url(../images/no/no02.gif) no-repeat bottom left;
}

div.no03 {
	background: url(../images/no/no03.gif) no-repeat bottom left;
}

div.no04 {
	background: url(../images/no/no04.gif) no-repeat bottom left;
}

div.no05 {
	background: url(../images/no/no05.gif) no-repeat bottom left;
}

div.no06 {
	background: url(../images/no/no06.gif) no-repeat bottom left;
}

div.no07 {
	background: url(../images/no/no07.gif) no-repeat bottom left;
}

div.no08 {
	background: url(../images/no/no08.gif) no-repeat bottom left;
}


div.no09 {
	background: url(../images/no/no09.gif) no-repeat bottom left;
}

div.no10 {
	background: url(../images/no/no10.gif) no-repeat bottom left;
}

div.no11 {
	background: url(../images/no/no11.gif) no-repeat bottom left;
}

div.no12 {
	background: url(../images/no/no12.gif) no-repeat bottom left;
}

div.no13 {
	background: url(../images/no/no13.gif) no-repeat bottom left;
}

#contents h4.steps {
	width: 560px;
    padding: 0px 0px 0px 60px;
	margin-right: 0px;
	margin-bottom: 0px;
    background: none;
    border-bottom: dotted 1px #666;
    font-weight: bold;
	line-height: 1.5em;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.oriLinks {
	padding-top: 10px;
	padding-bottom: 10px;
}

/* ========================================
Page_photos
========================================= */
img.imgRight {
	float: right;
	margin: 0px 30px 20px 20px;
}

img.imgLeft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

/* ========================================
Page_entry
========================================= */
#entryQ h4 {
	margin-top: 10px;
}

#entryQ h5 {
	padding-top: 10px;
	font-weight: normal;
}

.error_msg {
	color: red;
	font-size: 0.9em;
}

/* ========================================
Page_sitemap
========================================= */

#sitemap ul {
	list-style: none;
	margin-left:0px;
	padding-left:0px;
	margin-bottom: 20px;
}

#sitemap ul li {
	background: url(../images/mark_link.gif) no-repeat 0px 0.3em;
	padding-left:15px;
	line-height:1.5em;
	font-size:0.95em;
	color: #333;
	font-weight: bold;
}

#sitemap ul.sub {
	list-style: none;
	margin-left: 10px;
	_margin-left: 00px;
	padding-left: 0px;
	margin-bottom: 10px;
}

#sitemap ul.sub li {
	background: url(../images/list_local.gif) no-repeat 0px 0.5em;
	padding-left:15px;
	line-height:1.5em;
	font-size:0.95em;
	color: #333;
	font-weight: normal;
}


