@charset "utf-8";
/* CSS3 Document */


/*


■角丸を適用する■
-webkit-border-radius:20px;
-moz-border-radius:20px;
border-radius:20px;


■背景画像をレイヤー化■
【multiple background images対応ブラウザはInternet Explorer 9 (beta)、Chrome、Safari、Firefox、Opera】
background:url(背景画像1.png) no-repeat,
url(背景画像2.png) no-repeat 100% 0,
url(背景画像3.png) repeat-x,
url(背景画像4.png) repeat-x 8px 100%,
url(背景画像5.png) repeat-x 0 100%,
#669900 url(背景画像6.png) repeat-x;

*/



/* Structure Module
-------------------------------------------------- */
html{
margin:0;
padding:0;
}
body {
margin:0;
padding:0;
}
/* Text Module
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-size:100%;
font-weight:normal;
}
p {
margin:0;
padding:0;
}
address {
margin:0;
padding:0;
font-style:normal;
}
div {
margin:0;
padding:0;
}
/*em, strong {
font-style:normal;
font-weight:normal;
}*/
blockquote, q {
margin:0;
padding:0;
}
pre, code {
margin:0;
padding:0;
}
cite, code, dfn, var, kbd, samp {
font-style:normal;
font-weight:normal;
}
abbr, acronym {
border:0;
font-variant:normal;
}
/* Hypertext Module
-------------------------------------------------- */
a:link {
color:#930038;
text-decoration:none;
}
a:visited {
color:#930038;
text-decoration:none;
}
a:hover {
color:#930038;
text-decoration:underline;
}
a:active {
color:#930038;
text-decoration:underline;
}
a:focus {
	color:#930038;
	text-decoration:underline;
}
a {
outline:none;
}
/* List Module
-------------------------------------------------- */
dl, dt, dd, ul, ol, li {
margin:0;
padding:0;
}
ul, ol {
list-style:none;
}
/* Display Module
-------------------------------------------------- */
sup {
font-size:93%;
vertical-align:top;
}
sub {
font-size:93%;
vertical-align:baseline;
}
/* Forms Module
-------------------------------------------------- */
form, fieldset, legend, input, textarea {
margin:0;
padding:0;
}
fieldset {
border:0;
}
legend{
color:#000;
}
button {
margin:0;
padding:0;
border:0;
background:none;
cursor:pointer;
}
input, textarea, select {
font-family:inherit;
font-size:inherit;
font-weight:inherit;
color:inherit;
}
input, textarea, select{
*font-size:100%;
}
/* Tables Module
-------------------------------------------------- */
table {
border:0;
border-collapse:collapse;
border-spacing:0;
}
th, td {
margin:0;
padding:0;
border:0;
}
th, caption {
font-style:normal;
font-weight:normal;
text-align:left;
}
/* Image Module
-------------------------------------------------- */
img {
border:0;
}


/* html5新要素をブロック化
-------------------------------------------------- */

header, footer, nav, figure, section, article, aside, hgroup{
	display: block;
}


/* フロート
-------------------------------------------------- */
.floatRight {
	display:inline;
	float:right;
}
.floatLeft {
	display:inline;
	float:left;
}



/* Block要素を中央揃え
-------------------------------------------------- */
.blockCenter {
	display:block;
	margin:0 auto;
}


/* -------------フォントー------------- */
.font10 {
	font-size:10px;
}
.font12 {
	font-size:12px;
}

.font14 {
	font-size:14px;
}
.font20 {
	font-size:20px;
}




/* 色関連
-------------------------------------------------- */
.fontWhite {
	color:#FFFFFF;
}
.fontRed {
	color:#C2042A;
}

.borderWhite {
	border-color:#FFFFFF;
}



/* FLOAT解除
-------------------------------------------------- */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */



/* -------------文章中央寄せ＆右寄せ-------------- */

.align_right {
text-align:right;
}
.align_center {
text-align:center;
}



/* 余白調整
-------------------------------------------------- */
.m_top10 {
	margin-top:10px;
}
.m_top13 {
	margin-top:13px;
}
.m_top15 {
	margin-top:15px;
}
.m_top20 {
	margin-top:20px;
}
.m_top30 {
	margin-top:30px;
}

.m_bottom10 {
	margin-bottom:10px;
}
.m_bottom13 {
	margin-bottom:13px;
}
.m_bottom20 {
	margin-bottom:20px;
}
.m_bottom30 {
	margin-bottom:30px;
}
.m_bottom40 {
	margin-bottom:40px;
}

.mr10 {
	margin-right:10px;
}
.mr13 {
	margin-right:13px;
}
.mr15 {
	margin-right:15px;
}
.mr20 {
	margin-right:20px;
}
.mr30 {
	margin-right:30px;
}

.ml10 {
	margin-left:10px;
}
.ml13 {
	margin-left:13px;
}
.ml15 {
	margin-left:15px;
}
.ml20 {
	margin-left:20px;
}
.ml30 {
	margin-left:30px;
}