@charset "UTF-8";

/*
 *
 * Develop iPhone / iPod touch
 *
 * all.css
 *
 * 
 *
 */

* {
	padding: 0;
	margin: 0;
	text-align: left;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, h7, span, form, fieldset, input, textarea, p, th, td {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-style: normal;
	font-family:"Lucida Grande","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Geneva,Arial,Verdana,sans-serif;
	
	vertical-align: baseline;
}

a, img, fieldset {
	border: 0;
}


a{
	color: #0a7fd9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a.more{
	background: url(../img/more_icon.png) no-repeat 100% 50%;
	padding: 0px 12px 0px 0px;
	white-space: nowrap;
}

body {
	background: #e1e6e8 url(../img/bg.png) repeat-x 0 0;
	font-family: sans-serif;
	font-size: 10pt;
	line-height: 180%;
	text-align: center;
	color: #323232;
}

* html body {
	line-height: 200%;
	font-size: 67%;
}

*:first-child+html body {
	font-size: 83%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol, ul {
	list-style: none;
}	

select option {
	padding: 0 5px;
}	

form label {
	cursor: pointer;
}

form input {
	margin: 0;
	padding: 2px;
}

form input:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through; 
}

h2{
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	color: #252525;
}

h3{
	font-size: 16px;
	margin: 0px 0px 10px -10px;
	padding: 4px 10px 4px 10px;
	width: 540px;
	background: #e5e9ec;
	color: #252525;
}

h4{
	font-size: 16px;
	margin: 0px 0px 10px 0px;
	padding: 4px 10px 4px 10px;
	width: 540px;
	background: #ede8e1;
	color: #252525;
}

h5{
	font-size: 14px;
	margin: 0px 0px 10px -10px;
	padding: 4px 10px 4px 10px;
	background: #ede8e1;
	color: #252525;
}

h6{
	font-size: 14px;
	margin: 0px 0px 10px 0;
	padding: 4px 10px 4px 10px;
	background: #e2f0e6;
	color: #252525;
}

.txt_12{
	font-size:12px;
}

.txt_10{
	font-size:12px;
}

.bold{
	font-weight:bold;
}

#container {
	margin: 0 auto;
	width: 871px;
	background: url(../img/common_back_container.png) repeat-y;
}

#header {
	margin-left: 19px;
	width: 835px;
	height: 78px;
	background: url(../img/main_back_header.jpg) no-repeat;
}

#header h1 {
	float: left;
}

#header h1 a {
	display: block;
	margin-top: 17px;
	width: 207px;
	height: 48px;
	background: url(../img/common_logo_header.gif) no-repeat;
}

#header h1 a span{
	display: none;
}

.clear_both{
	clear: both;
}

#titleimage{
	margin: 5px auto 5px 19px;
}

#content{
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 50px auto 0px auto;
	width: 800px;
}

#left{
	float: left;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	width: 200px;
}

#left ul{
	width: auto;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#left li{
	margin: 0px;
	padding: 0px;
	border-bottom: 1px dotted #c1d1d8;
}

#left a{
	display: block;
	margin: 0px;
	padding: 5px;
	text-decoration: none;
}

#left a:hover{
	color: #FFFFFF;
	background-color: #33a5ff;
}

#left .current a{
	color:#FFFFFF;
	background-color: #0a7fd9;
}

#right{
	float: left;
	margin: 0px 0px 20px 36px;
	padding: 0px 0px 0px 10px;
	width: 550px;
	font-size:14px;
}

#right p{
	margin: 20px 0px 10px 0px;
	line-height: 24px;
}

#right img{
	margin:10px 0px 10px 0px;
}

#right span{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display:block;
	
}

.image_border img{
	border:2px solid #e5e9ec;
	padding:5px;
}

.question{
	font-size: 14px;
	font-weight:bold;
}

.line{
	border-bottom:1px dashed #999999;
	margin:20px 0px 20px 0px;
}

.box{
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	width: 558px;
}

.box_left{
	float:left;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.box_right{
	float:left;
	width:340px;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}

.border_color{
	border:2px solid #E9EFF1;
	padding:20px 10px 5px 10px;
	margin:0px 0px 20px 0px;
}

.up{
	background: url(../img/up_icon.png) no-repeat 100% 50%;
	padding: 0px 12px 0px 0px;
	margin: 50px 0px 0px 0px;
	white-space: nowrap;
	text-align:right;
}

.banner{
	margin:70px 0 0 0;
}

.banner img{
	margin:0;
}

#left .banner a{
	margin:0;
	padding:0;
}

#left .banner a:hover{
	text-decoration:none;
	background-color:#FFF;
	margin:0;
	padding:0;
}


#table_style{
	border:1px solid #ccc;
	margin:10px 0;
}

#table_style th{
	padding:5px;
	border:1px solid #ccc;
    border-width:0 0 1px 1px;
    background:#F5F5F5;
    font-weight:bold;
    line-height:120%;
    text-align:left;
}

#table_style td{
    padding:5px 0 5px 15px;
    border:1px #ccc solid;
    border-width:0 0 1px 1px;
    text-align:left;
}

span.stress{
	font-weight:bold;
	margin:0px;
	padding:0px;
}


/* ▽ footer */

#footer {
	clear: both;
	margin-left: 19px;
	width: 835px;
	height: 215px;
	text-align: center;
	font-size: 8pt;
	line-height: 160%;
	background: url(../img/common_back_footer.jpg) top no-repeat;
}

#footer #footerlink {
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	height: 70px;
	text-align: center;
}

#footer #footerbanner {
	margin-left: auto;
	margin-right: auto;
	height: 100px;
	line-height: 160%;
	text-align: center;
}

#footer #footerbanner img {
	margin: 0 5px;
}

#footer #footercopy {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#footer a{
	color:#D08100;
}

#footer a:hover{
	text-decoration:underline;
}

.external{ background: transparent url(http://www.up-frontier.jp/common/img/iconlinkout.gif) no-repeat scroll right center; padding-right: 14px; }
