/* よろしく */

/* ----------基本---------- */

/* フォント */
body,td,th,textarea {
	color:#555555;
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	line-height:140%;
	margin:0px;
	padding:0px;
}

a:link, a:visited, a:active {
	color:#333333;
}
a:hover {
	color:#ff6600;
	text-decoration:none;
}

.noline a:link, .noline a:visited, .noline a:active, .noline a:hover {
	text-decoration:none;
}

/* MacIE文字化け対応 */
textarea, input {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/* -----強調表示----- */
h1, h2, h3, h4, h5, h6 {
	margin:0px;
	padding:0px;
}
/* バナー */
h1{
	color:#333333;
	font-size:18px;
	font-weight:bold;
}
/* タイトル */
.h1_title{
	text-indent:5px;
	padding:5px 0px 4px;
	border-left:5px solid #333333;
	border-bottom:1px solid #333333;
}


/* 見出し */
h2 {
	color:#333333;
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
	padding-bottom:3px;
	border-bottom:1px solid #333333;
}
/* アイコン付き見出し */
h3 {
	background-image: url(/creator/image/common/b_f33.gif);
	background-repeat:no-repeat;
	background-position:left center;
	text-indent:12px;
	color:#333333;
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
	padding:3px 0px;
	border-bottom:1px solid #333333;
}

/* 小見出し */
h4 {
	color:#333333;
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
	padding:3px 0px 0px;
	border-bottom:0px solid #333333;
}
/* 強調 */
h5 {
	color:#000000;
	font-size:12px;
	font-weight:normal;
}
/* 色だけ一応 */
h6 {
	color:#000000;
	font-size:12px;
	font-weight:normal;
}

/* ----------小賢しい程度のクラス---------- */
/* フォント */
.bold {
	font-weight:bold;
}
.caution {
	color: #ff0000;
	text-decoration:underline;
}
.c_000 {
	color:#000000;
}
.c_fff {
	color:#ffffff;
}
.c_f00 {
	color:#ff0000;
}
.c_c00 {
	color:#cc0000;
}
.c_f60 {
	color:#ff6600;
}
.c_039 {
	color:#003399;
}
.uline {
	text-decoration:underline;
}


.px10, .px10 td, .px10 th, .px10 input, .px10 select, .px10 textarea {
	font-size:10px;
}
.px12, .px12 td, .px12 th, .px12 input, .px12 select, .px12 textarea {
	font-size:12px;
}
.px14, .px14 td, .px14 th, .px14 input, .px14 select, .px14 textarea {
	font-size:14px;
}

/* 画像 */
.arrow01 {
	background-image: url(/creator/image/common/arrow01.gif);
	background-repeat:no-repeat;
	background-position:left 0px;
	font-size:10px;
	lign-height:130%;
	text-indent:14px;
}


.arrow0 {
	background-image: url(/creator/image/common/arrow01.gif);
	background-repeat:no-repeat;
	background-position:left 0px;
	font-size:10px;
	lign-height:130%;
	text-indent:14px;
}
.arrow1 {
	background-image: url(/creator/image/common/arrow01.gif);
	background-repeat:no-repeat;
	background-position:left 0px;
	font-size:10px;
	lign-height:130%;
	text-indent:14px;
}
.arrow2 {
	background-image: url(/creator/image/common/arrow01.gif);
	background-repeat:no-repeat;
	background-position:left 0px;
	font-size:10px;
	lign-height:130%;
	text-indent:14px;
}

.h4_arrow0 {
	background-image: url(/creator/image/common/arrow01.gif);
	background-repeat:no-repeat;
	background-position:left 0px;
	font-size:12px;
	lign-height:130%;
	text-indent:14px;
	margin:0px;
	padding:0px;
}
.h4_arrow1 {
	background-image: url(/creator/image/common/arrow01.gif);
	background-repeat:no-repeat;
	background-position:left 0px;
	font-size:12px;
	lign-height:130%;
	text-indent:14px;
	margin:0px;
	padding:0px;
}
.h4_arrow2 {
	background-image: url(/creator/image/common/arrow01.gif);
	background-repeat:no-repeat;
	background-position:left 0px;
	font-size:12px;
	lign-height:130%;
	text-indent:14px;
	margin:0px;
	padding:0px;
}


/* Q&A */
.qaq {
	color:#003399;
	margin:5px 0px;
}
.qaa {
	color:#333333;
	padding:0px 10px;
}

/* 箱 */
.box_caution {
	color:#ff0000;
	text-align:center;
	margin:10px 0px;
	padding:5px 0px;
	border:2px solid #ff0000;
}

/* 線（ブロックで使う） */
.kakomi {
	border:1px solid #999999;
}

/* 削除予定 ここから */
.kakomi_td {
border-collapse: collapse; /* 枠線の表示方法 */
border: 1px #999999 solid;
}
.kakomi_td td {
border: 1px #999999 solid;
}
/* 削除予定 ここまで */


.solidtop {
	border-top:1px solid #999999;
}
.solidbottom {
	border-bottom:1px solid #999999;
}
.dottedtop {
	border-top:1px dotted #333333;
}
.dottedbottom {
	border-bottom:1px dotted #333333;
}

/* 線（hrで使う） */
.hrsolid {
	background-color:#ffffff;
	color:#ffffff;
	margin:0px;
	padding:0px;
	border: #ffffff 0px dotted;
	border-bottom: #999999 1px solid;
}
.hrdotted {
	background-color:#ffffff;
	color:#ffffff;
	margin:0px;
	padding:0px;
	border: #ffffff 0px dotted;
	border-bottom: #aaaaaa 1px dotted;
}
/* ----------テーボー---------- */
/* 基本のt_def */
.t_def {
	width:100%;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
}
.t_def th, .t_def td {
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	padding:3px 1px 2px 1px;
}
.t_def th {
	background-color:#333333;
	color:#ffffff;
	font-weight:normal;
	text-align:center;
}

.t_bo_0 table {
	border:0px solid #999999;
}
.t_bo_0 td {
	border:0px solid #999999;
}


.t_bo_0 {
	border:0px solid #999999;
}

.bg {
	background-color:#f1f1f1;
}
.bg_555 {
	background-color:#555555;
	color:#ffffff;
}
.t_def .bo_r_0 {
	border-right:0px solid #999999;
}
.t_def .bo_b_0 {
	border-bottom:0px solid #999999;
}
.t_def .bo_0 {
	border:0px solid #999999;
}

.bo_t_0 {
	border-top:0px solid #999999;
}
.bo_l_0 {
	border-left:0px solid #999999;
}

.pd_0 td {
	padding:0px;
}


/* レイアウト */
.mg_0 {
	margin:0px;
}
.pd_0 {
	padding:0px;
}
.txt_l {
	text-align:left;
}

.txt_c {
	text-align:center;
}

.txt_r {
	text-align:right;
}
.flo_l {
	float:left;
}
.flo_r {
	float:right;
}
.cle_b {
	clear:both;
}

.cle_l {
	clear:left;
}

.cle_r {
	clear:right;
}

/* マウス乗せたら背景色替え */
.bgch a {
	float:left;
	background-color:#333333;
	color:#ffffff;
	display:block;
	text-decoration:none;
}

.bgch a:hover {
	background-color:#555555;
}


/* ----------レイアウト調整---------- */
img {
	margin:0px;
	padding:0px;
	border:0;
}
p, form {
	margin:0px;
}
ol,ul {
	margin:0px;
	padding:0px;
}
ol li,ul li {
	background: url(/creator/image/common/arrow2.gif) no-repeat 3px 3px;
	list-style: none;
	margin:0px 0px;
	padding-left:10px;
}
textarea {
	line-height:100%;
}
.ul_1 {
	list-style-image:url(/creator/image/common/arrow1.gif);
}
.ul_2 {
	list-style-image:url(/creator/image/common/arrow2.gif);
}

/* ---------- パーツレイアウト ---------- */

/* 大きいレイアウト */
body {
	background-color:#ffffff;
	text-align:center;
}
#wrapper {
	background-color:#ffffff;
	text-align:left;
	width:850px;
	margin:0px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
}
#header {
	height:64px;
	border-top:5px solid #333333;
	border-bottom:1px solid #333333;
}
#contents {
	margin-top:15px;
}
#main {
	float:left;
	width:600px;
	margin:0px 20px 0px 0px;
}
#menu {
	float:right;
	width:230px;
}

#nowrap_f {
	clear:both;
	padding:100px 0px 0px;
}
#nowrap {
	background-color:#333333;
	color:#ffffff;
}


#footer {
	background-color:#333333;
	text-align:left;
	width:850px;
	margin:0px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
}

/* -----各ブロック----- */
/* ---#header--- */
#logo h1 {
	text-indent:-1000px;
	margin:0px 0px 6px;
	padding:0px;
}

#logo a {
	background:transparent url(/creator/image/common/logo_plus.gif) no-repeat scroll 0 0;
	display:block;
	width:200px;
	height:55px;
	overflow:hidden;
	text-indent:-1000px;
	margin:0px 0px 0px;
}

#navi {
	float:right;
	width:650px;
}

#navi .bgch a{
	float:left;
	background-color:#ffffff;
	color:#333333;
	text-decoration:none;
	padding:6px;
}

#navi .bgch a:hover {
	background-color:#333333;
	color:#ffffff;
}

#navi_r .bgch a{
	float:left;
	background-color:#ffffff;
	color:#333333;
	text-decoration:none;
	padding:3px 6px;
}

#navi_r .bgch a:hover {
	background-color:#333333;
	color:#ffffff;
}

#navi .name {
	float:right;
	background-color:#333333;
	color:#ffffff;
	text-align:right;
	padding:6px;
}

#header #login input{
	font-family:'Century Gothic';
	font-size:10px;
	border:0px solid #ffffff;
}
#header #login input:hover {
	background-color:#ffffcc;
}

/* --- #contents --- */
/* 790サイズ */
#contents .mg_lr {
	margin-left:15px;
	margin-right:15px;
}
#contents .mg_tb {
	margin-top:10px;
	margin-bottom:10px;
}
#contents .mg_t {
	margin-top:10px;
}
#contents .mg_b {
	margin-bottom:10px;
}

#contents .mg5_b {
	margin-bottom:5px;
}

/* ---#main--- */
/* 570サイズ */
#main .mg_lr {
	margin-left:15px;
	margin-right:15px;
}
#contents .mg_tb {
	margin-top:10px;
	margin-bottom:10px;
}

/* --- #menu --- */
#menu .mg_lr {
	color:#333333;
	font-size: 10px;
	margin:0px 3px 2px;
}

/* --- #footer --- */

#footer .copyright {
	text-align:center;
	padding:20px 0px 0px;
}

#footer .bgch_1 {
	background-color:#333333;
	color:#ffffff;
	text-decoration:none;
	padding:15px 10px 3px;
}
#footer .bgch_1:hover {
	background-color:#ffffff;
	color:#333333;
}
#footer .bgch_2 {
	background-color:#333333;
	color:#ffffff;
	text-decoration:none;
	padding:3px 10px;
}
#footer .bgch_2:hover {
	background-color:#ffffff;
	color:#333333;
}

.btn10 {
	background-color:#000000;
	color:#ffffff;
	font-size:114%;
	padding:10px;
	cursor: pointer;
	border-radius: 10px;	/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
}

