@charset "UTF-8";

/*
 *
 * Mobile Handbook
 *
 * all.css
 *
 * @application index.html
 *
 */

* {
	padding: 0;
	margin: 0;
	text-align: left;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, span, form, fieldset, input, textarea, p, th, td {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-style: normal;
	font-family:'qMmpS Pro W3','Hiragino Kaku Gothic Pro','CI',Meiryo,'lr oSVbN',sans-serif;
	vertical-align: baseline;
}

a, img, fieldset {
	border: 0;
}

/*
a{
	color: #5c6910;
	padding: 1px 4px 1px 4px;
	text-decoration: none;
}

a:hover{
	color: #FFFFFF;
	background-color: #5c6910;
}
*/

body {
	background: #ffffff url(../img/common_back_body.png) repeat-x;
	font-family: sans-serif;
	font-size: 10pt;
	line-height: 180%;
	text-align: center;
	color: #23272a;
}

* 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; 
}

h3{
	font-size: 16px;
	margin: 0px 0px 10px 0px;
	padding: 5px 10px 1px 10px;
	width: 540px;
	background:#e9eff1;
}

h2{
	font-size: 14px;
	margin: 0px 0px 0px 0px;
}

#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;
	color: #5c6910;
	margin: 0px;
	padding: 5px;
	text-decoration: none;
}

#left a:hover{
	color: #FFFFFF;
	background-color: #5c6910;
}

#left .current a{
	color:#FFFFFF;
	background-color: #5c6910;
}

#right{
	float: left;
	margin: 0px 0px 50px 36px;
	padding: 0px 0px 0px 0px;
	width: 560px;
	font-size:14px;
}

#right p{
	margin: 20px 0px 10px 0px;
	line-height: 24px;
}

#right img{
	margin:20px 0px 20px 0px;
	border: 1px solid #c1d1d8;
}

.question{
	font-size: 14px;
	font-weight:bold;
}

.line{
border-bottom:1px dashed #999999;
margin:20px 0px 20px 0px;
}

.page{
	width:560px;
	text-align:center;
}

.patetop{
	float:right;
	margin: 20px 0px 40px 0px;
	width:150px;
	border: 1px solid #c1d1d8;
}

.patetop a{
	display: block;
	color: #23272a;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	text-align:center;
	font-size:12px;
}

.patetop a:hover{
	color: #FFFFFF;
	background-color: #c1d1d8;
}

/* ▽ 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;
}

.external{ background: transparent url(http://www.up-frontier.jp/common/img/iconlinkout.gif) no-repeat scroll right center; padding-right: 14px; }
