@charset "UTF-8";

/*
	Reset
*******************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
li {list-style:none;}
img {border:0;}

/* Yahoo UI Font CSS
-----------------------------------------------
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0pr2

Font-size Adjustment.
	77% = 10px	|	123.1% = 16px	|	167% = 22px
	85% = 11px	|	131% =  17px	|	174% = 23px 
	93% = 12px	|	138.5% = 18px	|	182% = 24px 
	100% = 13px	|	146.5% = 19px	|	189% = 25px 
	108% = 14px	|	153.9% = 20px	|	197% = 26px 
	116% = 15px	|	161.6% = 21px	| 
----------------------------------------------- */ 
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 * 
 */
body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;

*font-size:small; /* for IE */*font:x-small;
	background: url(../images/common/bg.gif) repeat;
}
table {font-size:inherit;font:100%;}

/**
 * 99% for safari; 100% is too large
 */
select,input,button,textarea {font:99% arial,helvetica,clean,sans-serif;}

/**
 * Bump up !IE to get to 13px equivalent
 */
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}



/*
	clearfix
*******************************/
.clearfix:after { content: " ";  display: block; visibility: hidden; clear: both; height: 0.1px; font-size: 0.1em; line-height: 0;  }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*
	replaceImg
*******************************/
.replaceImg { text-indent: -9999px; overflow: hidden; background-repeat: no-repeat;}


/*
	BASE
*******************************/
/*body { font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,'Hiragino Kaku Gothic Pro',Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;}*/

* {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0;
	padding: 0;
}

body > #container {
	height: auto;
	background-color: #FFF;
}
/*dt,dd,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,a { font-size:93%;}
*/
body * {line-height:1.22em;}

img {
	vertical-align:bottom;
	line-height:0;
}

img {
	outline:none;
}

p,th,td,dt,dd,li,h1,h2,h3,h4,h5,h6 { color:#666;}

a,
a:link,
a:visited {
	color:#069;
	text-decoration:underline;
}
a:hover {
	color:#09C;
	text-decoration:none;
}

.clear { clear:both;}

/*//////////////////////////////////////////////////////////////////////////*/



/*
	BASE LAYOUT
******************/

div#fbox {
	width:750px;
	margin:0 auto;
}

div#head {
	width:550px;
	margin:15px auto;
}
div#head img {
	float:left;
	margin:0 30px 30px 0;
}
div#head p {
	margin:0;
	padding-top:20px;
	line-height:20px;
}

div#fbox #sbg {
	background:#CCC;
	width:570px;
	margin:10px auto;
	padding:10px 0 10px 0;
}
div#fbox #sbg p {
	margin:0;
	padding:10px;
	font-weight:bold;
}

div#fbox dl {
	width:550px;
	margin:0 auto;
}
div#fbox dt {
	float:left;
	width:180px;
	text-align:left;
	line-height:25px;
	margin:0 0 5px;
}
div#fbox dt span {
	font-size:77%;
	color:#F00;
}
div#fbox dd {
	float:right;
	width:370px;
	text-align:left;
	margin:0 0 5px;
}
div#fbox dd.alr {
	text-align:right;
}
div#fbox dd span {
	font-size:77%;
}
div#fbox dd input {
	width:220px;
	height:25px;
	line-height:25px;
}
div#fbox dd.bd input {
	border:2px solid #333;
}

div#fbox p.kigou {
	font-weight:bold;
	width:200px;
	margin:10px auto;
	text-align:right;
}

p.memo {
	width:450px;
	text-align:left;
	margin:30px auto;
}

p.btn {
	margin:15px auto;
	text-align:center;
}
p.btn img {
	cursor: hand;
	cursor: pointer;
}

img.fleft {
	float:left;
}
div#main div {
	float:right;
	width:320px;
	padding-top:15px;
}
div#main p {
	width:250px;
	margin:0 auto 10px;
	line-height:24px;
	text-align:left;
}
div#main p.alc {
	text-align:center;
}
div#main p.mb0 {
	margin-bottom:0;
}
div#main p.mb15 {
	margin-bottom:15px;
}
div#main a,
div#main a:active,
div#main a:link,
div#main a:visited {
	color:#069;
	text-decoration:none;
}
div#main a:hover {
	color:#036;
	text-decoration:underline;
}

div#main div.w350 {
	width:350px;
}
div#main div.w350 p {
	width:auto;
}
div#main div.leftbox {
	float:left;
	width:390px;
}
div#main div.leftbox p {
	width:360px;
	margin:0 auto;
	margin-bottom:15px;
}
div#main div.leftbox p.tit {
	font-weight:bold;
	font-size:116%;
	margin-bottom:30px;
}

div#fbox p.over {
	font-size:123.1%;
	color:#F00;
	font-weight:bold;
	margin:30px auto;
	text-align:center;
}
p#com span.fl {
	font-size:138.5%;
	font-weight:bold;
}
p#com span.fl span {
	font-size:48px;
}

/*//////////////////////////////////////////////////////////////////////////*/




/*
	Header LAYOUT
******************/



/*//////////////////////////////////////////////////////////////////////////*/



/*
	Side LAYOUT
******************/





/*//////////////////////////////////////////////////////////////////////////*/



/*
	Footer LAYOUT
******************/
