@import url("layout/globallayout.css");
@import url("layout/header.css");
@import url("layout/footer.css");
@import url("layout/clearfix.css");
@import url("layout/inquiry.css");
/* 共通エレメント
-------------------------------------------------------------------------*/

body {
	text-align:center;
	margin: 0px;
	padding: 0px;
	color:#191919;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", HiraKakuPro-W3, Osaka, verdana, arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
h1, h2, h3, h4, h5, h6, div, p, pre, ul, ol, dl, dt, dd, address, form, blockquote {
	line-height: 1.4;
	text-align: left;
	display: block;
	margin: 0px;
	padding: 0;
}
table {
	margin : 0;
	empty-cells: show;
}
hr {
	display : none;
}
img {
	border: none;
	vertical-align: bottom;
}
li {
	list-style: none;
}
acronym, abbr {
	cursor:help;
}
object,embed {
	vertical-align: top;
}

/* 共通エレメント(リンク)
-------------------------------------------------------------------------*/
a:link {
	color:#0000cc;
	text-decoration: underline;
}
a:visited {
	color:#000099;
	text-decoration: underline;
}
a:active {
	color:#0000ff;
	text-decoration: underline;
}
a:hover {
	color:#FF3333;
	text-decoration: underline;
}
/* 共通エレメント(マークアップ)
-------------------------------------------------------------------------*/
h1 {
	font-size: 150%;
	line-height: 1;
}
h2 {
	font-size: 125%;
	line-height: 1;
}
h3 {
	font-size: 100%;
	line-height: 1.4;
}
#wrapper {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
ol li {
	margin-left: 2em;
	list-style: decimal;
}
/* 追加CSSあとでマークアップ予定
-------------------------------------------------------------------------*/

.red {
	color: #FF0000;
}

.culturec_img img {
	margin: 0 4px;
}
.blue {
	color: #003366;
}
.bblue {
	background: #EEEFFF;
	border-left: 5px solid #336699!important;
}
/* top Adobe section 20110720 */
#adobe{
	padding:5px;
	background:#DFDFDF;
	border:1px solid #CCCCCC;
	color:#666666;
	margin: 0 0 15px 0;
	}
#adobe img{
	vertical-align:middle;
	border:none;
	margin-right:15px;
	}

