/*----- マージン・パディング初期化 -----*/
*{
	margin:0;
	padding:0;
}

/*----- body -----*/
body{
	text-align:center;
	background-repeat:repeat-y;
	background-image:url("../images/back_ground.png");
	background-position:center;
	font-family: 'ＭＳ Ｐゴシック',Osaka, sans-serif;
}

/*----- ヘッダー -----*/
div#header{
	width:100%;
	height:75px;
	background-image:url("../images/header_back_ground.png");
	background-repeat:repeat-x;
	background-position:center;
}

div#header_container{
	width:800px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

div#logo_space{
	float:left;
	width:400px;
	height:75;
	margin-left:auto;
	margin-right:auto;
}

div#logo{
	padding: 3px 0px 0px 10px
}

div#info_space{
	float:left;
	width:400px;
	height:75;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
}

div#info{
/* 	padding:8px 20px 0px 0px; */    /*  small  */
	padding:2px 5px 0px 0px;       /*   big   */
}

/*----- コンテナ ----*/
div#container{
	width:800px;
	margin-left:auto;
	margin-right:auto;
/*	text-align:left;*/
}

/*----- メニュー -----*/
div#menu{
	clear:left;
	width:798px;
	height:30px;
	text-align:left;
	padding-left:0px;
	margin:5px 0px 0px 1px;
}

div#line_left{
	float:left;
	width:10px;
	height:16px;
	margin:0px 0px 0px 1px;
	background-image:url("../images/line_left_side.png");
	background-repeat:no-repeat;
}

div#line_main{
	float:left;
	width:777px;
	height:16px;
	margin:0px;
	background-image:url("../images/line_main.png");
	background-repeat:repeat-x;
}

div#line_right{
	float:left;
	width:10px;
	height:16px;
	margin:0px;
	background-image:url("../images/line_right_side.png");
	background-repeat:no-repeat;
}

div#menu_end{
	text-align:left;
	width:790px;
	height:20px;
	padding-left:10px;
	margin-bottom:20px;
	font-size:13px;
	color:#5A5332;
}


/*----- メインコンテンツ -----*/
div#main{
	float:left;
	width:460px;
	height: auto;
	margin-left:30px;
/* 	background-color: gray; */
}

/*----- メインコンテンツ(他ページ) -----*/
div#mainother{
	text-align: center;
	width:700px;
	min-height: 1100px;
	height: auto !important;
	height: 1100px;
	margin-right: auto;
	margin-left: auto;
/* 	background-color: gray; */
}

/*----- 広告ロゴ -----*/
div#advertisement{
	text-align:left;
	width:460px;
	height:158px;
	margin-bottom:10px;
}

h1#advertisement {
	text-align:left;
	width:460px;
	height:158px;
	margin-bottom:10px;
}

/*----- メインコンテンツ -----*/
div#main_contents{
	text-align:left;
	margin:0px 0px 0px 0px;
	width:458px;
/* 	height:670px; */
}
/*----- 臨時ニュース -----*/
#specialNewscast {
	margin: 10px auto;
	padding: 5px 10px;
	width: 438px;
	height:auto;
	font-size: 12px;
	color: #000;
	line-height: 1.5em;
	border:1px solid #9e9e9e;
}
#specialNewscast .caption {
	padding: 0px 0px 5px 0px;
	font-size: 13px;
	color: #FF7300;
	font-weight: bold;
}
#specialNewscast .center {
	text-align: center;
}
/*----- お知らせ -----*/
div#information{
	overflow-y:scroll;
	width:458px;
	height:150px;
	border-right:1px solid gray;
	border-left:1px solid gray;
	border-bottom:1px solid gray;
	margin-bottom:10px;
/*	background-color:red;*/
}

div#information dt{
	padding: 5px 0px 2px 5px;
	text-align:left;
	color:#5A5332;
	font-weight:bold;
	font-size: 13px;
	line-height: 1.3em;
}

div#information dd{
	padding: 2px 0px 5px 5px;
	text-align:left;
	color:#000000;
	font-size:13px;
	line-height: 1.3em;
	border-bottom:1px dashed #5A5332;
}

div#information dd.reverse {
	text-align:left;
	color:#000000;
	font-size:13px;
	border-bottom:1px dashed #5A5332;
	padding-bottom:10px;
}

span.new{
	font-size: 13px;
	color:#FF7300;
	padding-left:1em;
}

/*----- クッカーのご紹介 -----*/
div#introduction{
	width:458px;
	height:365px;
	font-size:13px;
	color:#000000;
	border-right:1px solid gray;
	border-left:1px solid gray;
	border-bottom:1px solid gray;
	margin-bottom: 20px;
}

div#introduction h2{
	text-align: left;
	font-size:13px;
	color: #508a03;
/* 	color:#5A5332; */
	font-weight:bold;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

div#introduction1{
	width:458px;
	height:115px;
	border-bottom:1px dotted gray;
/*	background-color:gray;*/
}

div#introduction_image1{
	float:left;
	text-align:center;
	width:115px;
	padding-top:30px;
/*	background-color:gray;*/
}

div#introduction_comment1{
	float:left;
	width:328px;
/*	background-color:red;*/
}

div#introduction_comment1 p {
	font-size: 13px;
	color:#000000;
	line-height: 1.2em;
}

div#introduction2{
	clear:left;
	width:458px;
	height:125px;
	border-bottom:1px dotted gray;
/*	background-color:gray;*/
}

div#introduction_image2{
	float:left;
	text-align:center;
	width:120px;
	padding:0px;
/*	background-color:gray;*/
}

div#introduction_comment2{
	float:left;
	width:328px;
/*	background-color:red;*/
}

div#introduction_comment2 p{
	font-size:13px;
	color:#000000;
	line-height: 1.2em;
}

div#introduction3{
	clear:left;
	width:458px;
	height:120px;
/*	background-color:gray;*/
}

div#introduction_image3{
	float:left;
	text-align:center;
	width: 100px;
	padding-top:15px;
/*	background-color:gray;*/
}

div#introduction_comment3{
	float:left;
	width: 310px;
	font-size:13px;
	color:#000000;
	padding-left:18px;
/* 	background-color:red; */
}

ul.box{
	padding-left: 20px;
	list-style-image: url("../images/check.png");
}

ul.box li{
/* 	padding-left: 15px; */
	color:#5A5332;
	line-height: 1.2em;
}

ul.box span{
	color:#000000;
}

/*---- セキュリティ情報 ----*/
#security {
	clear: both;
	width: 720px;
	height: auto;
	text-align: left;
	font-size:13px;
	color:#000000;
	margin: 0px auto 20px auto;
	padding: 10px;
	border-top: 1px dotted #5A5332;
	border-bottom: 1px dotted #5A5332;
}
#security p {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	color: #353535;
	line-height: 1.5em;
}
.bold {
	font-weight: bold;
}
.red {
	color: #DD0000 !important;
}
.green {
	color: #77a140 !important;
}
.orange {
	color: #FF7300 !important;
}
.fontsmall{
	font-size: 10px;
}

.contents{
	text-align:center;
}

/*----- サブコンテンツ（サイドメニュー）-----*/
div#sub_contents{
	float:left;
	text-align:center;
	width: 200px;
	height: auto;
	color:#5A5332;
	font-size:10px;
	margin-left:50px;
/* 	background-color:red; */
}

/*----- ログイン -----*/
#login{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding-top:15px;
	background-color: #eee;
/* 	background-color: #f3f1dc; */
	width: 198px;
	height: auto;
	border: 1px solid #b3b3b3;
}
#login .login_title {
	margin: 0px;
	padding: 4px 0px 0px 12px;
	width: 188px;
	height: 16px;
	font-size: 10px;
	color: #000;
	text-align: left !important;
	background: #eee url(../images/title_bar/bar_login.png);
}
#login input {
	margin: 0px;
	padding: 2px 0px 2px 2px;
	font-size: 13px;
	color: #000;
	border-top: 1px solid #9e9e9e;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #9e9e9e;
	background: #FFF;
}
#id_img{
	text-align:left;
	width:149px;
	margin:10px 25px 2px 18px;
}
#password_img{
	text-align:left;
	width:149px;
	margin:10px 25px 2px 18px;
}
#input_size1{
	width:159px;
}
#input_size2{
	width:159px;
}
#login_forget{
	margin: 15px 0px 10px 0px;
	text-align:center;
	width:200px;
	height:10px;
	font-size:10px;
	font-weight:bold;
	color:#5A5332;
}
#login_button{
	text-align:center;
	width:190px;
	height:55px;
	margin-left:auto;
	margin-right:auto;
}
#ssl_login{
	text-align:center;
	width:200px;
	height:10px;
	margin-top:10px;
	margin-bottom: 10px;
	font-size:10px;
	font-weight:bold;
	color:#5A5332;
}
#button_free{
	text-align:center;
	width:200px;
	height:80px;
	margin-top:20px;
	margin-bottom:15px;
/* 	border: 1px solid gray; */
}
#button_support{
	text-align:center;
	width:200px;
	height:80px;
	margin-bottom:15px;
/* 	border: 1px solid gray; */
}
#button_assist{
	text-align:center;
	width:200px;
	height:75px;
	margin-bottom:20px;
/* 	border: 1px solid gray; */
}
#button_request{
	text-align:center;
	width:200px;
	height:75px;
	margin-bottom:20px;
/* 	border: 1px solid gray; */
}
span.free {
	text-align: left;
	font-size: 13px;
	color: #5A5332;
}

/*----- クイッククッカー -----*/
#quick_qooker{
	text-align:center;
	width:200px;
	height:269px;
/* 	background-color:#f3f1dc; */
	margin-left:auto;
	margin-right:auto;
/* 	border: 1px solid gray; */
}

/*----- バナー広告 -----*/
#banner{
	text-align:center;
	padding:0;
	margin-bottom:5px;
	width:200px;
	height:60px;
	border:1px solid gray;
}

/*----- プライバシー情報 -----*/
div#privacy_main {
	clear: both;
	margin: 10px auto;
/* 	padding-left: 35px; */
	width: 740px;
	height: 180px;
	text-align: left;
}

div#privacy_block {
	width: 740;
	height: auto;
	text-align: left;
	margin-left:0px;
}

div.privacy{
	float:left;
	width: 183px;
	height: auto;
	text-align: left;
	font-size: 10px;
	color:#1e2188;
}
#privacy_block .privacy_title {
	padding: 5px 0px 0px 12px;
	width: 173px;
	height: 15px;
	color: #000;
	background: #666 url(../images/title_bar/bar_privacy_title.png) no-repeat left top;
}

div.privimage {
	margin: 0px auto;
	width: 150px;
	height: 80px;
	text-align: center;
}

div.privacy p {
	text-align: center;
	font-size:10px;
	color: #000000;
}

div.privacy_comment {
	text-align: left;
	width: 181px;
	height: auto;
	margin: 0px;
	padding: 2px;
	word-break: break-all;
}

.priv {
	padding: 3px;
	text-align: left;
	font-size:10px;
	color: #000000;
	line-height: 1.3em;
}

div.privacy color {
	text-align: left;
	font-size:10px;
	color:#1e2188;
}

/*----- 登録商標 -----*/
div#trademark{
	clear: both;
	margin: 3px auto;
	text-align: right;
	width: 785px;
	font-size: 10px;
	color: #353535;
/* 	border: 1px solid gray; */
/* 	margin-left: 5px; */
}

/*----- フッター -----*/
div#footer{
	clear:left;
	background-image:url("../images/footer.png");
	background-color:#6e9f3a;
	width:100%;
	height:30px;
	text-align:center;
	font-size: 13px;
	font-style:italic;
	color: #FFFFFF;
	padding:0px 0px 0px 1px;
}

/*----- イメージ ボーダーリセット-----*/
img{
	border:none;
}

/*----- リンク設定 ----*/
a{
	text-decoration:none;
}

a:link{
	color:#339900;
/* 	color:#5A5332; */
}

a:visited{
	color:#5A5332;
}

a:hover{
	color:#FF7300;
}

a:active{
	color:#FF7300;
}

div.bar_image{
	text-align:left;
	width:460px;
	height:22px;
	margin: 0;
	padding: 0;
	background-color: red;
}

div.bar_image_other{
	text-align:left;
	width:700px;
	height:22px;
	margin: 0;
	padding: 0;
}

span.warning{
	font-size:13px;
	color:#DD0000;
	line-height:1.5em;
	padding-left:2px;
}

span.caution {
	font-size: 10px;
	color: #DD0000;
}

/*----- Float Clear 設定 ----*/
.clear {
	clear: both;
}

.clear hr {
	display: none;
}

/*----- Title 設定 ----*/
.title {
	margin: 5px 0px 0px 0px;
	padding: 0px 5px;
	width: 680px;
	height: auto;
	text-align: left;
	font-size: 15px;
	color: #000;
	font-weight: bold;
/* 	border-bottom: 1px dotted #339900; */
}

.title span {
	margin-right: 5px;
	color: #339900;
}