@charset "UTF-8";

@font-face {
    font-family: 'M+ 2p regular';
    src: url('../fonts/mplus-2p-regular-sub.eot');
    src: url('../fonts/mplus-2p-regular-sub.eot?#iefix') format('embedded-opentype'),
    url('../fonts/mplus-2p-regular-sub.woff') format('woff'),
    url('../fonts/mplus-2p-regular-sub.ttf') format('truetype');
}
@font-face {
    font-family: 'M+ 2p bold';
    src: url('../fonts/mplus-2p-bold-sub.eot');
    src: url('../fonts/mplus-2p-bold-sub.eot?#iefix') format('embedded-opentype'),
    url('../fonts/mplus-2p-bold-sub.woff') format('woff'),
    url('../fonts/mplus-2p-bold-sub.ttf') format('truetype');
}
/*
	.	font-family: 'Rajdhani', sans-serif;
	.	font-family: 'Chathura', sans-serif;
*/

/*
	BASE
*******************************/

* {
	/*font-family:'ipam', 'ＭＳ Ｐ明朝', 'MS PMincho','ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'serif';*/
	font-family:Arial, Helvetica, "sans-serif", "M+ 2p regular","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	margin: 0;
	padding: 0;
}

body * {line-height:1.22em;}

p {
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	margin: 0 0 1em;
	padding: 0;
}

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

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

a,
a:link,
a:visited {
	color:#333;
	text-decoration:underline;
}
a:hover {
	color:#666;
	text-decoration:none;
}

a img {
	outline:none;
	border:none;
}

.clear { clear:both;}

p {
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	margin: 0 0 1em;
	padding: 0;
}

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



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

* img {
	max-width: 100%;
	height: auto;
}

/*
	HEADER LAYOUT
******************/

body > header {
	width: 100%;
	background: url(../img/common/header_bg.png);
}
#header {
	width: 1100px;
	margin: 0 auto;
	padding: 20px 0;
	position: relative;
}
#header #logo {
	margin: 0;
	padding: 0;
}
#header nav {
	width: 100%;
}
#header nav ul {
	position: absolute;
	top: 35px;
	right: 0;
}
#header nav ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0;
	border-right: 1px solid #FFF;
}
#header nav ul li:last-child {
	border: none;
}
#header nav ul li a {
	display: block;
	line-height: 1;
	font-size: 14px;
	text-decoration: none;
	color: #FFF;
	padding: 3px 10px;
	margin: 0 10px;
}
#header nav ul li a:hover,
#header nav ul li.active a {
	border-bottom: 2px solid #FFF;
}



/*
	CONTENT LAYOUT
******************/


#main {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

/*
	FOOTER LAYOUT
******************/


#footer {
	width: 100%;
	background: #036;
}
#footer .cpyr {
	background: #036;
	line-height: 1;
	margin: 0;
	text-align: center;
	color: #FFF;
	padding: 1em 0;
	font-size: 12px;
	
}