﻿@charset "utf-8";

/* CSS Document */

/*  マイページ
--------------------------------------*/
body {
	margin: 0;
	padding: 0;
	/*background-color: #E1F2FF;*/
	background-image: url(../images/bg.gif);
	font-family: Arial, Helvetica, sans-serif;
}

p {
	margin-left:20px;
}

/* リンク
--------------------------------------*/
a:link,a:visited {
	color: #3399EE;
	text-decoration: none;
}
a:hover {
	color: #CC3300;
}

/* 枠(固定)
--------------------------------------*/
#wrapper {
	/*background-color: #FFFFFF;*/
	width: 870px;
	margin: 0px auto;
	text-align: center;
}

/* 枠(固定)
--------------------------------------*/
#container {
	/*width: 99%;*/
	font-size: small;
	line-height: 150%;
	background-color: #FFFFFF;
	text-align: left;
}

/* メイン
--------------------------------------*/
#main {
	width: 670px;
	float: left;
	margin-left: 10px;
	/*margin-top: 10px;*/
	padding-right: 7px;
	background-color: #FFFFFF;
}

#main_noside {
	width: 850px;
	float: left;
	margin-left: 10px;
	/*margin-top: 10px;*/
	padding-right: 7px;
	background-color: #FFFFFF;
}

/* ヘッダ
--------------------------------------*/
#header {
	height: 80px;
	text-align: left;
	padding: 0 0 0 8px;
	background-image: url(../images/header.png);
}

.logo {
	width: 450px;
	text-align: left;
	float: left;
}

.banner {
}

.admin {
	float: right;
	clear: both;
}

#header_menu {
	height: 80px;
	background-color: #FFFFFF;
	/*background-image: url(image/menu.gif);
	background-repeat: repeat-x;
	clear: left;*/
	font-size: 1.0em;
}

#header_menu ul {
	margin: 0 0 0 0px;
	padding:0;
	list-style: none;
	width: auto;
	text-align: left;
}

#header_menu li {
	display: block;
	float: left;
	padding-right: 0px;
}

#header_menu a:link,#bizpal_menu a:visited,#bizpal_menu a:active {
	text-align: left;
	text-decoration: none;
}

#header_menu a:hover {
	text-decoration: underline;
	width: auto;
	text-align: left;
}

#header_menu .currentmenu {
	padding: 0em 0.7em;
	text-align: left;
	text-decoration: none;
	background-repeat: repeat-x;
}

.SubMenu {
	font-size: 0.7em;
	float: right;
	clear: both;
	margin-top: 10px;
	margin-right: 20px;
}

/* フッタ
--------------------------------------*/
#footer {
	font-size: xx-small;
	color: #FFFFFF;
	text-align: right;
	background-color: #555555;
	margin-top: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
}

#footer a:link, #footer a:visited, #footer a:active {
	color:#FFFFFF;
	text-decoration: none;
}

#footer a:hover{
	color: #FF3333;
	text-decoration: none;
}

/* サイドバー
--------------------------------------*/
#sidebar {
	width: 150px;
	margin-right: 12px;
	float: right;
	background-color: #FFFFFF;
}

.sidebar_title{
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	word-break: break-all;
	margin-top: 15px;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	background-image: url(../images/column.gif);
	border-bottom: 1px solid #CCCCCC;
	/*background-repeat: no-repeat;
	background: #EFEFEF;*/
}

.sidebar_title a:link, .sidebar_title a:visited, .sidebar_title a:active {
	color: #000000;
}

.sidebar_title a:hover {
	color: #FF3333;
}

.sidebar_menu{
	width: 143px;
	font-weight: none;
	color: #333333;
	display: block;
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-bottom: 5px;
	/*border-bottom: solid 1px #aae2ff;
	border-left: solid 1px #aae2ff;
	border-right: solid 1px #aae2ff;*/
}

.sidebar_menu a:link, .sidebar_menu a:visited, .sidebar_menu a:active{
	color: #333333;
	display: block;
}

.sidebar_menu a:hover{
	color: #ff3333;
}

.sidebar_menu_current{
	font-weight: none;
	color: #ff3333;
	padding-left: 5px;
	display: block;
	background-color: #EEEEEE;
	/*border-bottom: solid 1px #aae2ff;
	border-left: solid 1px #aae2ff;
	border-right: solid 1px #aae2ff;*/
}

.sidebar_menu_regist{
	font-size: small;
	font-weight: none;
	color: #333333;
	line-height: 140%;
	display: block;
	/*border-bottom: solid 1px #aae2ff;
	border-left: solid 1px #aae2ff;
	border-right: solid 1px #aae2ff;*/
}

.sidebar_menu_news{
	font-size: x-small;
	font-weight: none;
	line-height: 160%;
	display: block;
	background-color: #FFFFFF;
	padding: 10px;
	/*border-bottom: solid 1px #aae2ff;
	border-left: solid 1px #aae2ff;
	border-right: solid 1px #aae2ff;*/
}

.sidebar_text{
	font-size: xx-small;
	font-weight: none;
	line-height: 150%;
}

.sidebar_text_current{
	font-size: small;
	font-weight: none;
	line-height: 170%;
	color: #333333;
	padding-left: 5px;
	padding-right: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	/*border-bottom: solid 1px #aae2ff;
	border-left: solid 1px #aae2ff;
	border-right: solid 1px #aae2ff;*/
}

/* テーブル関連
--------------------------------------*/
.table {
	border-collapse: collapse;
	border:0;
	width:99%;
	margin:0;
	text-align: left;
}

TD.cell {
	width: 30%;
	padding: 15px;
	border-bottom: dotted 1px #FFFFFF;
	word-break: break-all;
	color: #333333;
	background-color: #FFFACD;
	border: 1px solid #EEEEEE;
}

TD.cell2 {
	padding: 15px;
	border-bottom: dotted 1px #FFFFFF;
	word-break: break-all;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #EEEEEE;
}

TD.cell3 {
	padding: 7px;
	border-bottom: dotted 1px #FFFFFF;
	word-break: break-all;
	color: #333333;
	background-color: #FFFACD;
	border: 1px solid #EEEEEE;
}

TD.cell4 {
	padding: 7px;
	word-break: break-all;
	color: #666666;
	background-color: #FFFFFF;
	vertical-align: top;
}

TH {
	padding: 7px;
	border: solid 1px #EEEEEE;
	word-break: break-all;
	color: #333333;
	background-color: #CCCCCC;
	vertical-align: top;
}

#TableTop {
	width:99%;
	text-align: left;
}

TD.TableTopTd {
	width: 33%;
	padding: 5px;
	font-size: x-small;
	vertical-align: top;
}

#TableTop2 {
	width:99%;
	text-align: left;
}

TD.TableTop2Td {
	width: 33%;
	padding: 5px;
	border: 1px dashed gray;
	vertical-align: top;
	text-align: center;
}

#TablePrice {
	width:99%;
	text-align: left;
}

TD.TablePriceCell1 {
	background-color: #EEEEEE;
	padding-left: 5px;
	font-size:xx-small;
}

TD.TablePriceCell2 {
	background-color: #FFEEEE;
	padding-left: 5px;
	font-size:xx-small;
}

/* 見出し
--------------------------------------*/
.TopMidashi {
	width: 97%;
	height: 50px;
	margin-top:1px;
	padding-top: 20px;
	padding-left: 20px;
	background-color: #FFFFFF;
	background-image: url(../images/midashi.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 16px;
	color: black;
}

#exampleHeader a:hover{
	color: red;
	background-image: url(images/midashi.gif);
	background-repeat: no-repeat;
}

/* メニューボックス（TOP）
--------------------------------------*/
#menu_container {
	width: 376px;
	text-align: left;
	float: right;
}

#menu_container2 {
	width: 376px;
	text-align: left;
	float: right;
}

.menu_box {
	width: 170px;
	height: 200px;
	font-size: small;
	color: #000000;
	background-color: #FFFFFF;
	margin-top: 10px;
	padding: 5px;
	border: dotted 1px #999999;
	float: left;
}

.menu_box_right {
	width: 170px;
	height: 200px;
	font-size: small;
	color: #000000;
	background-color: #FFFFFF;
	margin-top: 10px;
	padding: 5px;
	border: dotted 1px #999999;
	float: right;
}

.box {

	padding: 20px;
	vertical-align: top;
	background-color: #FFFFFF;
	border: dashed 1px gray;
}

.box_current {

	padding: 20px;
	vertical-align: top;
	background-color: #EFEFEF;
	border: dashed 1px gray;
}

/* 支払い
--------------------------------------*/
.SelectItem {
	background-color: #FFFACD;
	display :block;
	width: 99%;
	padding: 3px;
	vertical-align: middle;
	font-weight: bold;
}

.Form1 {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 10px;
	width: 200px;
	text-align: center;
}

.Form2 {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 10px;
	width: 60px;
	text-align: center;
}

/* その他
--------------------------------------*/
.caution{
	width: 90%;
	color: dimgray;
	line-height: 150%;
	margin: 30px;
	padding-left: 20px;
	padding-right: 5px;
	padding-top: 15px;
	padding-bottom: 5px;
	background-color: #FFF5EE;
	border: dashed 1px red;
}

.news{
	width: 90%;
	font-size: small;
	font-weight: none;
	color: #FF6666;
	margin: 5px;
	padding-left: 40px;
	background-color: #FFFFFF;
	border: dashed 1px #FF6666;
	background-image: url(images/icon_news.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.note {
	line-height: 170%;
	width: 580px;
	margin-left: 50px;
	margin-top: 20px;
}

#info {
	line-height: 170%;
	width: 580px;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 20px;
	background-color: #FFFACD;
}

TD.Note{
	font-weight: none;
	background-color: #FFFACD;
	padding: 3px;
	text-align: center;
}

.TextRight
{
	text-align: right;
}
.BoldText
{
	font-weight:bold;
}

.ErrorText
{
	color:Red;
}

.NoteText
{
	color:Blue;
}

.LargeText
{
	font-size : large;
}

.SmallText
{
	font-size : small;
}

.SmallText2
{
	font-size : x-small;
}

.SmallText3
{
	font-size : xx-small;
}

TH A:link
{
	color: #dddddd;
	text-decoration: none;
}

TH A:visited
{
	color: #dddddd;
	text-decoration: none;
}

.faq_Q
{
	color: #C71585;
	font-weight: bold;
	text-decoration: none;
	width: 100%;
	border-bottom: 1px #999999 solid;
	padding-bottom: 3px;
	margin-top: 50px;
	margin-bottom: 7px;
}

/*li.list {
	list-style-type: none;
	list-style-position: outside;
	padding-left: 5px;
}*/

.Pankuzu {
	font-size:xx-small;
	padding:5px;
	color: #999999;
}

.Pankuzu_current {
	font-size:xx-small;
	padding:5px;
	color: black;
}

.table_maru {
	width: 85%;
	border-collapse: collapse;
	border: 0px;
	padding: 0px;
	margin-top: 100px;
	margin-left: 50px;
}

TD.table_maru_cell {
	background-image:url(images/bg_memo.gif);
	background-color:#EEEEEE;
	padding:10px;
	margin: 0px;
}

TD.table_maru_right {
	text-align: right;
	padding:0px;
	margin: 0px;
	border: 0px;
}

TD.table_maru_left {
	text-align: left;
	padding:0px;
	margin: 0px;
	border: 0px;
}

h4 {
	font-size: 1.6em;
	margin: 0px;
	height: 28px;
	padding-left: 35px;
	padding-top: 5px;
	background-image: url(../images/icon_arrow.gif);
	background-repeat: no-repeat;
}

/*角丸*/
.curve-01{
	background:#FFFACD; /* ここの色を変えたら色んな角丸ができる */
	margin:10px 0px 20px 20px;
	width: 95%;
}
.curve-01 div.curve-head{
	font-size:1px;
	height:5px;
	background:url(../images/curve/01-curve-left-head.gif) top left no-repeat;
}
.curve-01 div.curve-head div{
	font-size:1px;
	height:5px;
	background:url(../images/curve/01-curve-right-head.gif) top right no-repeat;
}
.curve-01 div.curve-bottom{
	font-size:1px;
	height:5px;
	background:url(../images/curve/01-curve-left-bottom.gif) bottom left no-repeat;
}
.curve-01 div.curve-bottom div{
	font-size:1px;
	height:5px;
	background:url(../images/curve/01-curve-right-bottom.gif) bottom right no-repeat;
}
.curve-01 div.curve-main{
	padding: 20px;
}

/*オーダーリスト*/

#list_table {
	width: 100%;
	margin: 0;
	padding: 0;
}

.list_gray {
	background: #EEEEEE;
	padding: 5px;
	border-bottom: solid 1px #EEEEEE;
}

.list_normal {
	background: #FFFFFF;
	padding: 3px;
	border-bottom: solid 1px #EEEEEE;
}

.list_sumup {
	background: #FFFFFF;
	/*padding-top: 30px;
	border-bottom: solid 1px #EEEEEE;*/
	font: x-large bold black;
	vertical-align: bottom;
}

/* プレビュー */

#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}
