@charset "UTF-8";

@import url("content.css");
@import url("side.css");
@import url("navi.css");

/* TOWNCLIP CSS--------------------------------------

this site of Contents:

     common
     link
     layout
     loginform
     status
     header
     footer
     list
     line
     typography
     form
     not found,logout
     image
     icon
     error message

---------------------------------------------------*/


/* common
---------------------------------------------------*/

/*
* { padding: 0; margin: 0;}
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	font-family: Arial,"ヒラギノ角ゴ Pro W3","ＭＳ ゴシック", Osaka, sans-serif;
}

body {
/*
	color: #333333;
	text-align: center;
	padding: 0; margin: 0;
*/
	font-size: 62.5%;
	background: #FFFFFF url(/images/simple/default/bg_head.gif) repeat-x center top;
}

a:link    { color: #006eb0;}
a:visited { color: #006eb0;}
a:hover   { color: #ff6600;}
a:active  { color: #ff6600;}

p {
	margin: 5px 10px;
	line-height: 130%;
}

img {
	border: 0;
	vertical-align: text-bottom;
}

p img.left {
	margin: 0 5px 0 0;
}

ul li {
	list-style-type: none;
	margin: 0;
	padding: 2px 0;
	text-align: left;
}

h1 {
	margin: 10px 20px 0 20px;
	font-weight: bold;
}

h2 {
	font-weight: bold;
	margin-bottom: 0;
}

h3, h4, h5, h6 {
	font-size: 1.1em;
	text-align: left;
	font-weight: bold;
}

strong, b {
	font-weight:bold;
}

table,input,textarea {
	font-size: 100%;
}

td {
	border: 0px;
}

.clear { clear: both;}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix { display: inline-block;}

/* start \*/
* html .clearfix { height:1%;}
.clearfix { display: block;}
/* end */


/* link
---------------------------------------------------*/

a.folderG {
	padding: 3px 3px 3px 18px;
	background: transparent url(/images/simple/default/icon/folder_g.gif) no-repeat left;
}


a.arrow:link, a.arrow:hover, a.arrow:visited {
  padding: 2px 0 2px 18px;
  border: 0;
	background: transparent url(/images/simple/default/icon/arrow.gif) no-repeat left;
}

a.arrowG:link, a.arrowG:hover, a.arrowG:visited {
  padding: 2px 0 2px 18px;
  border: 0;
	background: transparent url(/images/simple/default/icon/arrow_green.gif) no-repeat left;
}

a.arrowB:link, a.arrowB:hover, a.arrowB:visited {
  padding: 2px 0 2px 18px;
  border: 0;
	background: transparent url(/images/simple/default/icon/arrow_blue.gif) no-repeat left;
}

a.before {
	padding: 2px 0 2px 18px;
	margin-right: 20px;
	background: #FFFFFF url(/images/simple/default/icon/arrow_b.gif) no-repeat left;
}

a.next {
	padding: 2px 18px 2px 0;
	margin-left: 20px;
	background: #FFFFFF url(/images/simple/default/icon/arrow.gif) no-repeat right;
}


/*// right //*/

.linkBox {
	clear: both;
	float: right;
  margin: 10px;
}

.nextBox {
	float: right;
  margin: 10px 0 10px 0;
	font-weight: normal;
}

.nextBox b {
	color: #ff6600;
	margin: 0 2px 0;
}

.rightBox {
	clear: both;
	margin: 5px 10px 0;
	text-align: right;
}

/* layout
---------------------------------------------------*/

#outline, #header, ul#statusBox, ul#catList {
/*	width: 800px; */
	font-size: 1.3em;
}

#outline {
/*	margin: 0 auto; */
}

ul#statusBox {
	margin: 0px auto 0px auto;
	text-align: right;
	font-size: 1.0em;
	padding: 10px 0px 0px 0px;
}

#header, #topicPath, #contents, #sideContents {
	text-align: left;
}

#header {
	clear: both;
}

#topicPath {
	margin: 0 0 3px 0;
	padding: 8px 10px 10px 10px;
	background-color: #eaf7ce;
	background: #ffffff url(/images/simple/default/path_bg.gif) no-repeat left top;
}

#footer {
	text-align: center;
	height: 115px;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	margin: 20px 0 0 0;
	padding: 15px 0 0 0;
	clear: both;
	background: #FFFFFF url(/images/simple/default/f_bg.gif) repeat-x left top;
}
/*
#contents {
	width: 69%; 
	margin: 0;
	float: left;
	display:inline;
}

.leftArea {
	width: 63%;
	float: left;
	display:inline;
	margin: 0 0 10px 20px;
}

#sideContents, .rightArea {
	width: 240px;
	float: right;
	display:inline;
}

#sideContents {
	margin: 0;
}

.rightArea {
	margin: 0 15px 0 0;
	text-align: center;
}
*/

/* status
---------------------------------------------------*/

#statusBox strong {
	color: #FF6600;
	margin: 0 3px;
}

#statusBox ul {
	height: 20px;
	margin: 10px 0 0 0;
	float: right;
	display: block;
}

#statusBox li {
	list-style: none;
	display: inline;
	margin-left: 5px;
}


/* footer
---------------------------------------------------*/
/*
#footer a {	color: #65ab31;}
#footer a:hover {	color: #9cbb1c;}*/
#footer p {	font-weight: normal; margin: 5px;}


/* list
---------------------------------------------------*/

.blue {
	padding-left: 20px;
	background: transparent url(/images/simple/default/icon/blue.gif) no-repeat left;
}

.green {
	padding-left: 20px;
	background: transparent url(/images/simple/default/icon/green.gif) no-repeat left top;
}

.orange {
	padding-left: 20px;
	background: transparent url(/images/simple/default/icon/orange.gif) no-repeat left;
}

li.arrowG {
  padding-left: 18px;
	background: transparent url(/images/simple/default/icon/arrow_green.gif) no-repeat left;
}

li.arrowB {
  padding-left: 18px;
	background: transparent url(/images/simple/default/icon/arrow_blue.gif) no-repeat left;
}

li.groumet {
  padding-left: 18px;
	background: transparent url(/images/simple/default/icon/groumet.gif) no-repeat left;
}

.action {
	margin: 2px 0 0 0;
	padding: 2px 0 2px 19px;
	background: #FFFFFF url(/images/simple/default/icon/action.gif) no-repeat left;
}


/* line
---------------------------------------------------*/

.dot {
	margin: 5px 0 5px 0;
	padding: 5px 0 5px 0;
	background: transparent url(/images/simple/dot.gif) repeat-x bottom;
}

.dotText {
	margin: 0;
	padding: 0 0 15px 0;
	background: transparent url(/images/simple/dot.gif) repeat-x bottom;
}


/* typography
---------------------------------------------------*/

.fGray_s {
	font-size: 0.8em;
	color: #555555;
}
* html .fGray_s {
	font-size: 0.7em;
}

.fLGray_s {
	font-size: 0.8em;
	color: #999;
}
* html .fLGray_s {
	font-size: 0.7em;
}

.fGray_l {
	color: #999;
	font-weight: bold;
	font-size:1.1em;
}

.fGray {
	color: #999;
}

.fOrange_m {
	font-size: 13px;
	color: #ff6600;
}
.fGreen {
	color: #d1de4c;
}

.large {
	font-weight: bold;
	font-size:1.1em;
}


/* form
---------------------------------------------------*/

form#loginform, form#registerform, form#formChangePassword {
	margin: 10px 0;
	font-size: 1.0em;
	text-align: left;
}

form#loginform label {
	color: #555555;
}

form#loginform input.textarea,
form#registerform input.textarea,
form#formChangeMailAddress input.textarea,
form#formChangePassword input.textarea,
form#forgetPw input.textarea,
form#forgetPw input.birth,
form#addressform input.textarea,
form#addressform input.textareaL {
	padding: 2px 2px 2px 2px;
	border: 2px solid #9cbb1c;
	color: #333;
}

form#loginform input.textarea,
form#registerform input.textarea,
form#formChangeMailAddress input.textarea,
form#formChangePassword input.textarea,
form#forgetPw input.textarea,
form#addressform input.textareaL {
	width: 280px;
}

form#forgetPw input.birth {
	width: 50px;
}

form#loginform input.textarea {
	margin-bottom: 5px;
}

form#loginform input.textarea:focus,
form#registerform input.textarea:focus,
form#formChangeMailAddress input.textarea:focus,
form#formChangePassword input.textarea:focus,
form#forgetPw input.textarea:focus,
form#forgetPw input.birth:focus {
	background: #f0f6da;
}

form#registerform select.selSma {
	width: 45px;
}
form#registerform select.selMid {
	width: 60px;
}

form#loginform input.btn {
	margin: 10px 0 0 0;
	padding: 1px 10px;
	border: 2px solid #DDD;
	background: #EEE;
	font-weight: bold;
	color: #444;
	font-family: "ヒラギノ角ゴ Pro W3","ＭＳ ゴシック";
}

form#registerform input { vertical-align: middle;}


/*//// editBtn ////*/

.editBtn, .editBtnAdd {
	text-align: center;
/*	padding: 0 10px 0; */
	margin: 10px 0;
}

.editBtn { background-color: #ff6600;}
.editBtnAdd { background-color: #59a5fe;}


.editBtn input, td.editBtnAdd input, .editBtnAdd input {
	padding: 2px;
	margin: 5px;
	background-color: #fff;
	border: 1px solid;
}


/* not found,logout
---------------------------------------------------*/

p.another {
	width: 280px;
	margin: 0 auto;
	padding: 50px 0 50px 20px;
	background: transparent url(/images/simple/default/icon/error.gif) no-repeat left;
	text-align: left;
	font-weight: bold;
	font-size:1.1em;
	color: #666;
}

/* image
---------------------------------------------------*/

.left {
	margin: 0 5px 0 0;
	float: left;
}

.right {
	margin: 0 0 0 0;
	float: right;
}

/* icon
---------------------------------------------------*/


.folderCT {
	padding: 0 0 0 18px;
	margin: 0 4px;
	background: transparent url(/images/simple/default/icon/folder_y.gif) no-repeat left;
}


/* error message
---------------------------------------------------*/

h5.error {
	margin: 0;
	font-size: 1.3em;
	color: #ff0000;
}

ul.caution, .errorBox, .printBox {
	background: #EEEEEE;
	border: 3px solid #DDDDDD;
	color: #555555;
	text-align: left;
}

ul.caution {
	padding: 5px 0 5px 4px;
	margin: 10px 0;
	font-size: 90%;
}

ul.caution li {
	margin: 2px 0;
	padding: 0 0 0 20px;
	list-style-type: none;
	background: #EEEEEE url(/images/simple/default/icon/error.gif) no-repeat left top;
}

.errorBox {
	padding: 5px 0 5px 25px;
	margin: 5px 0;
	background: #EEEEEE url(/images/simple/default/icon/error.gif) no-repeat 5px;
}

.cautionBox, .infoBox {
	padding: 3px 0 3px 18px;
	text-align: left;
}

.cautionBox {
	margin: 3px 0 0 0;
	color: #666;
	background: transparent url(/images/simple/default/icon/exclamation.gif) no-repeat left;
}

.infoBox {
	margin: 5px 0 0 15px;
	background: transparent url(/images/simple/default/icon/green.gif) no-repeat left;
}

.notice, .printBox {	padding: 5px; }

.notice {
	background: #f8f8f8;
	border: 3px solid #ddd;
	margin: 15px 80px 5px;
}

