@charset "UTF-8";

@import url("header.css");
@import url("side.css");
@import url("contents.css");
@import url("jqueryui.css");

/* CSS Document */
/* ************************************************ 
 *	共通設定
 * ************************************************ */

* {
	margin: 0px;
	padding: 0px;
}

body {
	width: 1100px;
	color: #edecd5;
	font-family: "MS UI Gothic",verdana,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
	background:#470600;
	margin: 0px auto;
	font-size: 76%;
	text-align:center;
	line-height:1.5em;
	letter-spacing:0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote {
	margin: 0;
	padding: 0;
}

h1 {
	float: left;
	margin-top:15px;
}
h2 {
	text-align:center;
	background-color:#dda0dd;
	color:#ffffff;
	font-weight:bold;
	font-size:100%;
}

textarea {
	font-size:12px;
}

.error-message {
	text-align:left;
	font-weight:normal;
	color:#ff0000;
	padding-left:20px;
	background:url(/img/icon/tick.gif) no-repeat top left;
}

.error-messages {
	text-align:left;
	font-weight:normal;
	color:#ff0000;
	padding-left:20px;
	background:url(/img/icon/tick.gif) no-repeat top left;
	display:none;
}

.clearfix { 
	display: inline-table;
	min-height: 1%;
}
.clearfix:after {
     clear: both;
     content: ".";
     display: block;
     font-size: 0.1em;
     height: 0.1em;
	 line-height:0;
     visibility: hidden;
}

img {
	border: 0px;
}

a img {
	border: 0;
}

a:link, a:visited {
	color: #d089cf;
	font-family: "MS UI Gothic",verdana,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
	text-decoration: none;
}
a:hover {
	color: #d089cf;
	text-decoration: underline;
	font-family: "MS UI Gothic",verdana,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
}

a:focus {
	outline: 0 !important;
}

#msg {
	color:#ff0000;
	display:none;
}

#error {
	text-align:left;
	padding-left:10px;
	color:#ff0000;
	display:none;
}



/* ------------------------------------- 
 *	ページレイアウト
 * ------------------------------------- */

#container {
	width:1080px;
	border:0px solid #666666;
	background:url(/img/bg.gif) repeat-y top center;
	margin:0px auto;
}
/* IE6 */
/*\*/* html #container {
	text-align: center;
}/* */

/* ------------------------------------- 
 *	コンテンツ部分
 * ------------------------------------- */

#main {
	text-align:left;
	width:930px;
	margin:0 auto;
}
/* IE6 */
/*\*/* html #main {
	text-align: center;
	margin-left: 8px;
}/* */
