@charset "utf-8";
body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: small;
	color: #333333;
	text-align:center;
	margin:0px auto;
	background:#ffa07a;
	background-image: url(../background/ffa07ahana.jpg);
	background-repeat: no-repeat;
}

h2 {
	font-size: large;
}

h3,h4 {
	font-size: medium;
}

h5 {
	font-weight:400;
	font-size: small;
}
a:link {
	color: #FF6633;
}
a:visited {
	color: #FF6633;
}
a:hover {
	color: #FF6633;
}
a:active {
	color: #FF0000;
}

strong {
	font-weight:700;
	margin:0.4em;
}

/*　レイアウト　*/

#container {
	width: 828px;
	margin: 0px auto;
	text-align:center;
}

#header {
	text-align:left;
	margin: 0;
	width:828px;
}

#header h1 {
	margin:105px auto 0px;
}

#contents {
	background: #ececec url(../layout/middle.gif) repeat-y;
	width:828px;
	margin: 0px auto;
}


#top {
	background: #ececec url(../layout/top.gif) no-repeat left top;
	width:828px;
	height:29px;
}

#btm {
	background: #ececec url(../layout/btm.gif) no-repeat left top;
	width:828px;
	height:29px;
	clear:both;
}

#footer {
	margin:10px 0px;
	font-size: small;
	width: 828px;
}

/*　コンテンツ　メイン　左画面　*/
#main {
	background: #ECECEC;
	width: 650px;
	text-align: left;
	float: left;
}

#main h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:900;
	margin-left: 20px;
	margin-top:0px;
}

#main h3 {
	margin-left: 20px;
	margin-top:0px;
	margin-bottom:10px;
	padding:0.5em;
	width:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 900;
	text-align:right;
	border-bottom: medium dotted #FF6633;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	color: #FF6633;
}

#main h3.hard {
	margin-left: 30px;
	margin-top:0px;
	margin-bottom:5px;
	padding:0.4em;
	width:30%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 900;
	text-align:left;
	border-bottom: thin solid #333333;
	border-top-style: none;
	border-right-style: none;
	color: #333;
	border-left: thin solid #333333;
}

#main h4 {
	margin-left: 20px;
	margin-top:0px;
	color:#FF6633;
	background-color:#ececec;
	font-weight:700;
}

#main h5 {
	margin-left: 20px;
	margin-top:0px;
}

#main p {
	margin-left: 30px;
	margin-bottom:1.4em;
	line-height:1.4;
}

#main ul li {
	margin-left:30px;
	line-height:1.5;
}

/*　コンテンツ　サイドメニューボタン　右画面*/

#side {
	width: 178px;
	background: #ececec url(../side_over_btn/side_background.gif) repeat-y;
	float: right;
	text-align: right;
}

#side h2 {
	margin: 0px;
}

#side h3 {
	margin: 0px 0px 0px 30px;
	text-align: left;
}

#side ul li {
	margin: 0px 0px 0px 30px;
	line-height: 1.4;
	text-align: left;
}

/*　カンパニーデータテーブル　*/

table#companydata {
	table-layout: auto;
	text-align: center;
	margin:auto;
	border:none;
	border-spacing:5px;
}

table#companydata th {
	text-align:center;
	vertical-align:middle;
	background-color:#ffa07a;
	color:#333333;
}

table#companydata td {
	text-align:left;
	line-height:1.4;
	padding:5px;
}
	
/*　シーズンテーマテーブル　*/

table#season {
	table-layout: auto;
	text-align: center;
	width:580px;
	margin:auto;
	border:1px solid #FF6633;
	border-spacing:0px;
}

table#season th {
	text-align:center;
	vertical-align: middle;
	color:#333333;
	width:120px;
	height:80px;
	border:1px solid #FF6633;
	background: #ffa07a url(../background/grad120.jpg) no-repeat;
}

table#season td {
	border:1px solid #FF6633;
	padding:0.4em;
}

/* スタイリングフォトテーブル */

table.stylingindex {
	width: 580px;
	border:none;
	text-align:center;
	margin:auto;
}


table#styling {
	table-layout: auto;
	text-align: center;
	width:580px;
	margin:auto;
	border:none;
	border-spacing:5px;
}

table#styling th {
	text-align:center;
	vertical-align: top;
}

table#styling td {
	text-align:left;
	padding:0.4em;
}

table#styling td h4 {
	text-align: right;
}

/* ピープルテーブル */

.people {
	font-size:medium;
	}
	
.people a:link, .people a:visited {font-weight:bold;}

table.people {
	table-layout: auto;
	text-align: center;
	width:580px;
	margin:auto;
	border:none;
	border-spacing:5px;
}

table.people th {
	text-align:right;
	vertical-align: top;
	padding:0.4em;
}

table.people td {
	text-align:left;
	border:thin solid #FFA07A;
	padding:0.4em;
}


/* ランキングフォトテーブル */

table#ranking {
	table-layout: auto;
	text-align: center;
	width:580px;
	margin:auto;
	border:none;
	border-spacing:5px;
}

table#ranking th {
	text-align:center;
	vertical-align: top;
}

table#ranking td {
	text-align:left;
	padding:0.4em;
}

table#ranking td h4 {
	text-align: left;
}

/* 絵型フォトテーブル */

table.egata {
	table-layout: auto;
	text-align: center;
	margin:auto;
	width:480px;
	border:2px solid #FF6633;
		border-spacing:0px;	
}

table.egata th {
	text-align:center;
	vertical-align: top;
	border:1px dotted #FFa07a;
		border-spacing:0px;
}

table.egata td {
	text-align:left;
	padding:0.4em;
	border:1px dotted #FFa07a;
		border-spacing:0px;
}

table.egata td h4 {
	text-align: left;
}

/* アイテムフォトテーブル */

table#items {
	table-layout: auto;
	text-align: center;
	width:580px;
	margin:auto;
	border:none;
	border-spacing:10px;
	background-color: #FFFFFF;
}

table#items th {
	text-align:center;
	vertical-align: top;
}

table#items td {
	text-align:center;
	padding:0.4em;
	vertical-align: top;
}


/*　イメージ　*/

a img {
	border:none;
}

h2.fla {
	text-align:center;
	margin:20px;
}

/* テキスト */

.center {
	text-align:center;
}

.right {
	text-align:right;
}

#main h3.design{
	width:250px;
}



