@charset "utf-8";

/* CSS RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック",sans-serif;
}
table {
border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* CSS RESET */

/* CSS YAMASTAR */

.section{
	padding: 5px 10px 10px 10px;
}

dl.type1 {
}
dl.type1 dt, dl.type1 dd {
	border-bottom: 1px solid #ccc;
	padding: 5px;
}
dl.type1 dt {
	font-weight: bold;
}
dl.type1 dd {
	font-weight: normal;
	color: #555;
}

table.type1{
	margin: 0 auto;
	border:1px solid #ccc;
}
table.type1 tr th, table.type1 tr td{
	padding: 4px 5px;
	border:1px solid #ccc;
}
table.type1 tr th{
	text-align:center;
	background:#eee;
}

table.type2{
	margin: 0 auto;
}
table.type2 tr th, table.type2 tr td{
	padding: 5px 10px;
	border-bottom:1px solid #ccc;
}
table.type2 tr th{
}

table.type3{
	margin: 0 auto;
}
table.type3 tr th, table.type3 tr td{
	padding: 5px 10px;
	border:3px solid #fff;
}
table.type3 tr th{
	text-align:center;
	background:#eee;
}

img.frameBox {
	padding:2px;
	border: 1px solid #ccc;
	display:block;
}

.pink {
	color:#f881b5;
}
.red {
	color:#f00;
}
.blue {
	color:blue;
}
.clear {
	height:1px;
	overflow:hidden;
	clear:both;
}
.dot {
	background: url(./img/dot.gif);
}
strong {
	font-weight:normal;
	color: #f881b5;
}
.fontSizeLarge{
	font-size: large;
}
.displayInline{
	display: inline;
}
.floatLeft{
	float: left;
}
.floatRight{
	float: right;
}
.textAlignCenter {
	text-align:center;
}
.textAlignLeft {
	text-align:left;
}
.textAlignRight {
	text-align:right;
}
.overflowAuto{
	overflow: auto;
}

.bgEEE{
	background-color: #eee;
}
.bgRed{
	background-color: #f00;
}

.mAuto{
	margin-left: auto;
	margin-right: auto;
}
.m5{
	margin: 5px;
}
.m10{
	margin: 10px;
}
.m_t5{
	margin-top: 10px;
}
.m_b5{
	margin-bottom: 10px;
}
.m_l5{
	margin-left: 10px;
}
.m_r5{
	margin-right: 10px;
}
.m_t10{
	margin-top: 10px;
}
.m_b10{
	margin-bottom: 10px;
}
.m_l10{
	margin-left: 10px;
}
.m_r10{
	margin-right: 10px;
}

.p5{
	padding: 5px;
}
.p10{
	padding: 10px;
}
.p_l5{
	padding-left: 5px;
}
.p_t5{
	padding-top: 5px;
}
.p_r5{
	padding-right: 5px;
}
.p_b5{
	padding-bottom: 5px;
}
.p_l10{
	padding-left: 10px;
}
.p_t10{
	padding-top: 10px;
}
.p_r10{
	padding-right: 10px;
}
.p_b10{
	padding-bottom: 10px;
}
.p_l15{
	padding-left: 15px;
}
.p_t15{
	padding-top: 15px;
}
.p_r15{
	padding-right: 15px;
}
.p_b15{
	padding-bottom: 15px;
}


.w10{
	width: 10px;
}
.w20{
	width: 20px;
}
.w30{
	width: 30px;
}
.w40{
	width: 40px;
}
.w50{
	width: 50px;
}
.w60{
	width: 60px;
}
.w70{
	width: 70px;
}
.w80{
	width: 80px;
}
.w90{
	width: 90px;
}
.w100{
	width: 100px;
}
.w110{
	width: 110px;
}
.w120{
	width: 110px;
}
.w130{
	width: 110px;
}
.w140{
	width: 110px;
}
.w150{
	width: 150px;
}
.w160{
	width: 160px;
}
.w170{
	width: 170px;
}
.w180{
	width: 180px;
}
.w190{
	width: 190px;
}
.w200{
	width: 200px;
}
.w210{
	width: 210px;
}
.w220{
	width: 220px;
}
.w230{
	width: 230px;
}
.w240{
	width: 240px;
}
.w250{
	width: 250px;
}
.w300{
	width: 300px;
}
.w400{
	width: 400px;
}
.w500{
	width: 500px;
}
.w600{
	width: 600px;
}
.w700{
	width: 700px;
}

.w350{
	width: 350px;
}
.w450{
	width: 450px;
}
.w550{
	width: 550px;
}
.w650{
	width: 650px;
}
.w750{
	width: 750px;
}
.height1em{
	height: 1em;
}
.height2em{
	height: 2em;
}
.height3em{
	height: 3em;
}
.height4em{
	height: 4em;
}
.height5em{
	height: 5em;
}
.displayBlock{
	display:block;
}

.corner20 {
	-moz-border-radius-bottomleft:20px;
	-moz-border-radius-bottomright:20px;
	-moz-border-radius-topleft:20px;
	-moz-border-radius-topright:20px;
}
.corner10 {
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
}
.corner5 {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}

.borderCCC {
	border:1px solid #ccc;
}
.borderDDD {
	border:1px solid #ddd;
}

.clear {
	height:1px;
	overflow:hidden;
	clear:both;
}

.highlight, .error, .formErr, .error-message{
	margin: 0 5px;
	padding: 5px;
}
.highlight{
	background:url(img/highlight.gif) repeat-x bottom;
}
.error, .error-message, .formErr{
	color: #900;
	background:url(img/error.gif) repeat-x bottom;
}

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height:1%; }
.clearfix { display:block; }


/* CSS YAMASTAR */


