@charset "utf-8";

/* theme_base.css */
* {
	margin:0;
	padding:0;
}
body {
	background-color:#fff;
	font-size:100%;
	color:#4f4e4d;
	text-align:left;
	font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', arial, sans-serif, verdana, Helvetica;
}
a { text-decoration: none; }
a:link { text-decoration:underline; color:#4c4c80; }
a:visited { text-decoration:none; color:#4c4c80; }
a:active { text-decoration:none; color:#7878CC; }
a:hover { text-decoration:underline; color:#7878CC; }

img {
	border:none;
	vertical-align:top;
}
a img, :link img, :visited img, :active img, :hover img {
	border: 0;
}
ol, ul {
	list-style: none;
}
h1,h2,h3,h4,dt,th {
	font-weight:normal;
}
address {
	font-style:normal;
}
p {
	line-height:150%;
	font-size:78%;
	color:#4f4e4d;
	margin: 0;
	padding: 0;
}
dt,dd,li,td,th {
	line-height:150%;
	font-size:78%;
	color:#4f4e4d;
}

/* wrapper */
#container {
	margin: 0px auto;
	width: 800px;
}

/* header_start */

#headerWrapper {
	border-bottom: 2px solid #D36985;
	zoom: 1;
}

#logoNavi {
	height: 80px;
	position: relative;
	z-index: 0;
}

#logo {
	position: absolute;
	top: 12px;
	left: 0;
	z-index: 0;
}

.logo {
	background-position: 0 0;
	display: block; width: 540px;
	height: 55px;
	text-indent: -9999px;
	overflow: hidden;
}

.cS	{
	background-image: url(/CSP/img/bt/sprites/c.png);
	background-repeat: no-repeat;
	border: 0;
}

.offL {
	text-indent: -9999px;
	overflow: hidden;
}

/* bread_list_start */

.lp_breadcrumbs {
	font-weight:bold;
	font-size:10px;
	line-height:120%;
	font-weight:bold;
	color:#999;
	padding-top:14px;
}

/*social_list_start*/

.social-list {
	position: absolute;
	top: 10px;
	right: 0;
}

.social-list > li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	text-align: right;
	float: left;
	margin-left: 5px;
}
.social-list > li.fb {
	position: relative;
	width: 110px;
	height: 20px;
}
.social-list > li.fb > div {
	position: absolute;
	left: 0;
}

/* 　下部の斜めタイトル　 */

p#btmName {
	clear:both;
	color:#666666;
	text-align:right;
	width:800px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:12px;
}

/* page_top_start */

#pagetop {
	width:800px;
	margin:0;
	padding-bottom:10px;
}

#pagetop > p {
	background-image:url(/doc/award/contest/img/icon_pagetop.png);
	background-repeat:no-repeat;
	float:right;
	padding-left:12px;
}

#pagetop > p > a:link,
#pagetop > p > a:visited {
	color: #4c4c80;
	text-decoration: underline;
}

#pagetop > p > a:active,
#pagetop > p > a:hover {
	color: #7878CC;
	text-decoration: none;
}

/* footer_start */

#footer_lp {
	height: 60px;
	border-top: 1px solid #DDDDDD;
	padding-top: 10px;
	margin-top: 20px;
	position: relative;
}

#footerLinks_lp {
	font-size:80%;
	overflow: hidden;
	position: absolute;
	top: 10px;
	right: -15px;
}

#footerLinks_lp > li {
	float: left;
	border-right: 1px solid #DDD;
	padding-right: 15px;
	*padding-right: 16px;
	margin-left: 15px;
	margin-right: -1px;
}

#footerLinks_lp > li > a {
	text-decoration:underline;
}

#copyright_lp {
	position: absolute;
	top: 10px;
	left: 0;
	padding:0 10px;
}

#copyright_lp > a {
	text-decoration:underline;
	font-size:10px;
	color:#435B67;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',MS PGothic,sans-serif;
	font-weight:bold;
}

#copyright_lp > p > a {
	font-size: 10px;
	font-weight: bold;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',MS PGothic,sans-serif;
	line-height: 2;
	color: #435B67;
	text-decoration: underline;
}

#copyright_lp > img {
	margin-bottom:8px;
}

/************************************************************
 * CLASSES(プロパティ)
 ************************************************************/
 /*width*/
.w225 { width: 225px; }
.w295 { width: 295px; }
.w400 { width: 400px; }
.w594 { width: 594px; }
.w633 { width: 633px; }
.w720 { width: 720px; }
.w730 { width: 730px; }

/*margin-top*/
.mT5  { margin-top: 5px; }
.mT10 { margin-top: 10px; }
.mT15 { margin-top: 15px; }
.mT20 { margin-top: 20px; }
.mT30 { margin-top: 30px; }
.mT35 { margin-top: 35px; }
.mT40 { margin-top: 40px; }
.mT50 { margin-top: 50px; }
.mT65 { margin-top: 65px; }
/*margin-right*/
.mR5 { margin-right: 5px; }
.mR10 { margin-right: 10px; }
.mR15 { margin-right: 15px; }
.mR20 { margin-right: 20px; }
.mR25 { margin-right: 25px; }
.mR50 { margin-right: 50px; }

.mL10 { margin-left: 10px; }
.mL15 { margin-left: 15px; }
.mL20 { margin-left: 20px; }
.mL25 { margin-left: 25px; }
.mL50 { margin-left: 50px; }


.bac { margin-left: auto; margin-right: auto; }

/*display*/
.dib4b { display: inline-block; *display: inline; zoom:1; }

/*vertical-aline*/
.vat { vertical-align: top; }
.vam { vertical-align: middle; }

/*text-align*/
.tac { text-align: center; }
.tar { text-align: right; }

/*position*/
.pr { position: relative; }

/*float*/
.fl   { float: left; }
.fr   { float: right; }

/*font-size*/
.fs14 { font-size: 14px; }
.fs16 { font-size: 16px; }

/*display: table;*/
.dis-tbl { display: table; }

/*clear fix*/
.cf:after	{ content: ""; display: block; clear: both; height: 0; visibility: hidden; }
.cf			{ zoom: 1; }
