@charset 'UTF-8';

body {
	background-color: #FFF;
}

h1 { font-weight: bold; }

h1#top {
	margin: 9px 0 0;
	font-size: 10px;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}

#wrapper {
	width: 800px;
	margin: 0 auto;
}

#content { overflow:hidden; }

.navi {	font-size: 12px; }

.section { margin-bottom:30px; }

.banner { text-align: center; }

#footer .banner { margin: 25px 0; }

#header .navi {
	margin: 10px 0 3px;
	text-align: right;
}

#footer .navi {
	margin: 5px 0;
	padding: 5px 0;
	border-bottom: 5px solid #900;
	text-align: center;
}

address { font-size: 10px; }

#sdb { text-align: center; }

#wn { text-align: center; }

.ma_b_10 { margin-bottom:10px; }

/*-------------------------------------
$main
---------------------------------------*/
.main {
	float: right;
	width: 600px;
}

.main h2 { margin: 0 0 15px; }
.main h3 { margin: 20px 0; }
.main h4 { margin: 0 0 20px; }

#navigation { overflow:hidden; }

#navigation { text-align: center; }

#navigation li { display: inline; }

#navigation li img {
	float: left;
	padding: 0 0 20px;
}

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

.main .shortcut li { display: inline; }

.main .text { margin: 0 10px; }

.main .text p {
	margin: 1em 0;
	line-height: 1.65;
	letter-spacing: 2px;
	text-align: justify;
}

.main .text p:first-letter {
	margin: 0 3px 0 0;
	padding: 2px;
	letter-spacing: 0;
	line-height: 1.0;
	font-size: 20px;
	background-color: #09F;
	color: #FFF;
}

.link li {
	margin: 10px 0;
	text-align: right;
}

.main .banner {	margin: 50px 0 10px; }

.totop li {
	margin: 15px;
	text-align: right;
}

.article { overflow:hidden; }

.article .photo_left {
	float:left;
	width:250px;
	margin-right:20px;
}

.article .photo_right {
	float:right;
	width:250px;
	margin-left:20px;
}

.article .photo_center {
	text-align:center;
	margin-bottom:20px;
}

.left_note {
	float:left;
	width:330px;
}

.right_note {
	float:right;
	width:330px;
}

.left_note p,
.right_note p {
	text-align:center;
	margin-bottom:20px;
}

.bg_01 { background:url(../images/ups/bg_01.jpg) top right no-repeat; }
.bg_02 { background:url(../images/ups/bg_02.jpg) top left no-repeat; }

.article li {
	background:url(../images/ups/icon_01.png) 0 2px no-repeat;
	padding-left:20px;
	margin-bottom:15px;
	line-height:1.25;
}

.article dl.point { overflow:hidden; }

.article dl.point dt {
	float:left;
	clear:both;
	width:92px;
	margin:0 10px 10px 0;
}

.article dl.point dd {
	float:right;
	width:498px;
	font-size:18px;
	font-weight:bold;
	line-height:29px;
	border-bottom:1px #999999 dotted;
	padding-bottom:3px;
	margin-bottom:10px;
}

table.spec {
	width:100%;
	margin: 10px auto;
	border-collapse: inherit;
	border-spacing: inherit;
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	vertical-align: top;
	line-height:1.25;
}

table.spec th {
	width: 160px;
	padding: 8px;
	vertical-align: top;
	color: #333;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background: whiteSmoke;
	font-weight:normal;
}

table.spec td {
	padding:8px ;
	border-right: 1px solid #CCCCCC ;
	border-bottom: 1px solid #CCCCCC ;
	vertical-align:top ;
	position:relative ;
}

table.spec td .note { color:#FF0000; }
table.spec td .note dt { position: relative; }
table.spec td .note dt span { position: absolute; }
table.spec td .note dd { padding-left: 1em; }

table.spec td .icon {
	margin-top:5px;
	background: url(../images/ups/icon_02.png) 0 5px no-repeat;
	text-align:center;	
}

/*-------------------------------------
$sub
---------------------------------------*/
.sub {
	float: left;
	width: 180px;
}

.sub .menu {
	margin: 0 0 20px;
	padding: 0;
	border-top: 5px solid #CCC;
	border-bottom: 5px solid #CCC;
}

.sub .menu li {
	padding: 12px 0 9px 31px;
	border-bottom: 2px dotted #CCC;
	height:23px;
}

.sub .menu li.end {
	border: none;
}

.sub div {
	margin: 10px 0 20px;
	padding: 3px;
}

.sub .box {
	border: 1px solid #CCC;
}

.sub h2 {
	margin: 3px 0 15px;
	padding: 8px 0;
	border-bottom: 5px solid #039;
	text-align: center;
}

.sub p {
	margin: 0 5px;
	font-size: 10px;
	text-align: justify;
}

.sub .em {
	color: #F00;
}

div#inq p {
	margin-top: 10px;
}

div#sol, div#blog {
	margin: 15px 0 20px;
	padding: 0;
	text-align: center;
}

div#sol p, div#blog p {
	margin: 0;
	padding: 0;
}

div#link li {
	margin: 10px 0;
	text-align: center;
	font-size: 12px;
}

div#news p {
	text-align: center;
}