@charset "UTF-8";

/* 基本構造
---------------------------------------------------- */	
body {
	background-color: #FFFFFF;
	background-image: url(../img/header_back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	line-height: 170%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666;
	font-size: 14px;
}
#wrapper {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}


/* ヘッダー
---------------------------------------------------- */	
#hedder {
	background-image: url(../img/bg_header.jpg);
}
#hedder #hedderbox {
	height: 95px;
	margin: 0px;
	padding: 0px;
}
#hedder h2 {
	float: right;
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#hedder h3 {
	margin: 0px;
	padding: 0px;
}
#hedder h1 {
	float: left;
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


/* ヘッダーメニュー
---------------------------------------------------- */	
#g-nav {
	list-style-type: none;
	clear: both;
	width: 960px;
	margin: 0px;
	padding: 0px;
}
#g-nav li {
	float: left;
	display: block;
}
#g-nav li a img {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}
#g-nav li a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}



/* フッター
---------------------------------------------------- */	
#footer {
	clear: both;
	padding-top: 10px;
	padding-bottom: 5px;
	background-color: #F3F5F4;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	font-size: 0.8em;
	margin-top: 20px;
	text-align: center;
}
#footer #footerUpper {
	float: right;
}
#footer #footerUpper li {
	margin-bottom: 5px;
}
#footer #footerbox {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#footer dl {
	float: left;
	margin-right: 50px;
}
#footer dl#footerTouch dd a{
	background-image: url(../img/footer_ya_green.jpg);
	background-position: left center;
	padding-left: 20px;
	background-repeat: no-repeat;
	display: block;
	margin-bottom: 5px;
}
#footer dl#footerUfed dd a{
	background-image: url(../img/footer_ya_black.jpg);
	background-position: left center;
	padding-left: 20px;
	background-repeat: no-repeat;
	display: block;
	margin-bottom: 5px;
}
#footer dl#footerOther dd a{
	background-image: url(../img/footer_ya_gray.jpg);
	background-position: left center;
	padding-left: 20px;
	background-repeat: no-repeat;
	display: block;
	margin-bottom: 5px;
}

#footer adress {
	color: #666;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	display: block;
	text-align: center;
	margin-bottom: 10px;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}



/* 文字・配置
---------------------------------------------------- */	
.left {
	float: left;
}
.right {
	float: right;
}
.photoLeft {
	float: left;
	margin-right: 20px;
}
.photoRight {
	float: right;
	margin-left: 20px;
}
.s {
	font-size: 0.8em;
}

#main strong {
	font-size: 1.2em;
	color: #333;
	line-height: 160%;
	font-weight: bold;
}
#main p {
	margin-top: 10px;
	margin-bottom: 20px;
}




/*コンテンツ
---------------------------------------------------- */	
#main {
	clear: both;
	background-color: #FFF;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	paddin
	g-bottom: 10px;
} 
#main .section {
	margin-bottom: 50px;
}
#main .section .sectionbox {
	border: 1px solid #CCC;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 40px;
	margin-top: 10px;
}
#main .section .boxLeft  {
	float: left;
	width: 400px;
}
#main .section .boxRight  {
	float: right;
	width: 400px;
}
#main .section .sectionbox h3 {
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	padding-bottom: 5px;
	padding-top: 10px;
	font-size: 1.5em;
}
#main h2.back {
	font-size: 30px;
	line-height: 40px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-style: normal;
	font-variant: normal;
	color: #666;
	background-image: url(../../ufed-touch1/img/h2_back.gif);
	padding-left: 20px;
	background-repeat: no-repeat;
	display: block;
	background-position: left bottom;
	font-weight: bold;
	line-height: 32px;
	height: 32px;
	padding-bottom: 3px;
	letter-spacing: 0.1em;
}

#main .section table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
	margin: 0px;
	padding: 0px;
}
#main .section table td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	text-align: center;
	padding: 10px;
}
#main .section table th.siyou_title {
	background-color: #333;
	color: #FFF;
	text-align: center;
	background-image: url(../img/header_nv_back.jpg);
	background-repeat: repeat-x;
	background-position: left 50px;
}
#main .section table th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	text-align: left;
	background-color: #DDDDDD;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#main .pagetop {
	text-align: right;
	clear: both;
}




/* ufedでできること
---------------------------------------------------- */	
#main .section #ufedCan  ul{
	width: 860px;
	padding: 0px;
	display: block;
	overflow: hidden;
	margin-right: -80px;
	margin-left: 35px;
}
#main .section #ufedCan li  {
	float: left;
	margin-right: 80px;
}
#main .section h3#ufecCan1 {
	background-image: url(../img/ufed_h3_1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
}
#main .section h3#ufecCan2 {
	background-image: url(../img/ufed_h3_2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
}
#main .section h3#ufecCan3 {
	background-image: url(../img/ufed_h3_3.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
}
#main .section h3#ufecCan4 {
	background-image: url(../img/ufed_h3_4.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
}
#main .section #ufedCan dl  dt{
	background-color: #333;
	color: #FFF;
	letter-spacing: 0.1em;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	margin-bottom: 5px;
	width: 100px;
}
#main .section #ufedCan dl {
	background-image: url(../img/photo_ufedtop1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}


/* 基本テーブル設定
---------------------------------------------------- */	
#main table {
	width: 100%;
	margin-top: 20px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-left-color: #999;
}
#main table tr td {
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
}
#main table tr td.text-center {
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	text-align: center;
}
#main table th {
	font-weight: bold;
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	background-color: #DEF6FF;
}

/* 確認ボタン
---------------------------------------------------- */	
#main .sz_form_submit {
	text-align: center;
	margin-top: 30px;
}
