@charset "shift_jis";


/* --------------------------------------------------------------------------------------
 index
--------------------------------------------------------------------------------------- */


.tx_big {
	font-size: 120%;
	font-family: "Times New Roman", Times, serif;
}
.tx_sml {
	font-size: 90%;
	font-family: "Times New Roman", Times, serif;
}
.tx_ml {
	font-size: 100%;
	font-family: "Times New Roman", Times, serif;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+　ページ共有のスタイル
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* --------------------------------------------------------------------------------------
 基本設定
--------------------------------------------------------------------------------------- */

/* 基本フォント ------------------------------ */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #666666;
	font-size: 12px;
	line-height: 1.5;
}

input,textarea,select {
	font-family: Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
}

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

/*\*/
* html body {
	font-size: 75%;
}
* html table {
	font-size: 100%;
	line-height: 1.5;
}
*:first-child+html body {
	font-size: 75%;
}
/**/


/* 基本タグ ------------------------------ */

body,div,
h1,h2,h3,h4,h5,h6,
dl,dt,dd,ul,ol,li,
p,blockquote,pre,cite,code,caption,
form,fieldset,legend,input,textarea,select,option,label {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	text-align: center;
}

img,table {
	border: none;
}

table {
	border-collapse: collapse;
}

ul {
	list-style: none;
}

li img,
dt img {
	vertical-align: bottom;
}

address,em,cite {
	font-style: normal;
}


/* 基本テキストリンク ------------------------------ */


a:link {
	color: #95B5C9;
	text-decoration: none;
}
a:visited {
	color: #95B5C9;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}

a:active {
	color: #FF9900;
	text-decoration: none;
}
a img {
    border-style:none;
}



/* --------------------------------------------------------------------------------------
 レイアウト枠
--------------------------------------------------------------------------------------- */

div#wrap {
	width: 900px;
	text-align: left;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}

div#wrapIn {
	width: 900px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}

div#logo {
	margin-top: 156px;
	margin-right: auto;
	margin-left: auto;
	width: 182px;
	margin-bottom: 20px;
}

div#enter {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 116px;
	text-align: center;
}
div#cr {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 26px;
	text-align: center;
}
div#fl {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	text-align: center;
}
div#at {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 12px;
	text-align: center;
}

div#ctArea {
	width: 950px;
	padding-bottom: 30px;
	background: url(../img/bg_ct.gif) repeat-y;
}
div#ctArea:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
div#ctArea { display:inline-block; }
/*\*/
* html div#ctArea { height:1%; }
div#ctArea { display:block; }
/**/

div#ctLeft {
	float: left;
	width: 143px;
}

div#ctRight {
	display: inline;
	float: right;
	width: 651px;
	margin-right: 156px;
}

