@charset "utf-8";


/* Reset
------------------------------------------------- */

* {
	margin : 0;
	padding : 0;
	text-decoration : none;
}



/* default
------------------------------------------------- */
body {
	color: #333333;
	background : #FFFFFF url(image/back.gif) repeat left top;
	text-align : center;
	font-family : "Ariel", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
	width: 100%;
	font-size : small;
}

/* for IE \*/
* html body {
	font-size : 78%;
}	
/**/




/* Hyper text
------------------------------------------------- */

a { 
	/*\*/
	overflow: hidden;
	/**/
}
a:link,
a:visited { color: #0085BD; }
a:hover,
a:focus,
a:active { text-decoration: underline; }



/* Image
------------------------------------------------- */
img,a img { border : none; }



/* Base elements
------------------------------------------------- */
h1 { font-size : 160%; }
h2 { font-size : 125%; }
h3 { font-size : 125%; }
h4 { font-size : 110%; }
h5 { font-size : 94%; }
h6 { font-size : 80%; }
ul, ol, li, dl, dt, dd { list-style: none; }
br { letter-spacing: 0; }
abbr { border-bottom: 1px dashed; }
del {
	color: #CCCCCC;
	font-weight: normal;
	text-decoration: line-through;
}
ins {
	text-decoration:none;
	border-bottom:1px solid;
}
cite {
	color: #666666;
}
blockquote {
	width : auto;
	margin : 10px 20px;
	padding : 0.5em;
}
fieldset {
	color: #666666;
}
legend {
	font-weight: bold;
	color: #3875AB;
}
pre {
	margin : 1em auto;
	padding : 0.5em;
	border : 1px solid;
	font-family : sans-serif;
	overflow : auto;
	width : 90%;
}

/* for without MacIE5 \*/

div.main_body pre {
	overflow : scroll;
}/* */
div.main_body > pre {
	width : auto;
}
div.main_body code {
	font-family : monospace;
}



/* Layout
------------------------------------------------------------ */

div#container {
	width : 800px;
	margin-left : auto;
	margin-right : auto;
	padding-top: 15px;
	padding-bottom: 15px;
}

div#header {
	height: 51px;
	width: 800px;
	background-image: url(image/header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
}
div#header_admin {
	height: 81px;
	width: 800px;
	background-image: url(image/header_admin.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
}

div#content {
	width: 800px;
	margin: 0px auto;
	padding-top: 15px;
	padding-bottom: 10px;
	background-image: url(image/bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	overflow: hidden;
}
div#content:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html div#content {
    height: 1em;
    overflow: visible;
}
/**/

div#footer {
	width: 800px;
	clear: both;
}
	


/* Header
------------------------------------------------------------ */

div#header a {
	text-indent: -9999px;
	display: block;
	height: 51px;
	width: 200px;
}


div#header_admin a {
	text-indent: -9999px;
	display: block;
	height: 81px;
	width: 200px;
}



/* My profile page
------------------------------------------------------------ */

div.main {
	width: 700px;
	margin: 0px 49px 15px;
	border-top: 1px solid #B9B9B9;
	border-right: 2px solid #a3a3a3;
	border-bottom: 2px solid #a3a3a3;
	border-left: 1px solid #B9B9B9;
	padding-top: 15px;
	padding-bottom: 5px;
	background-color: #fafafa;
	overflow: hidden;
}
div.main:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html div.main {
    height: 1em;
    overflow: visible;
}
/**/

/* Profile photo */

div.photo {
	width: 150px;
	float: left;
	padding-left: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
}
div.photo img {
	padding: 10px;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
	background-color: #FFFFFF;
}
div.photo p {
	text-align: center;
}

/* Profile contents */

div.plfbody {
	text-align: left;
	width: 505px;
	float: right;
	margin-right: 15px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	padding-bottom: 10px;
	padding-top: 10px;
	overflow: hidden;
}
div.plfbody:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html div.plfbody {
    height: 1em;
    overflow: visible;
}
/**/
div.plfbody h2 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #c8eaeb;
	padding: 0px 10px 5px;
	margin: 0px 10px 10px;
}
div.plflist {
	margin-left: 20px;
	width: 465px;
	background-image: url(image/line.gif);
	background-repeat: repeat;
	background-position: left top;
	text-align: left;
	overflow: hidden;
}
div.plflist:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html div.plflist {
    height: 1em;
    overflow: visible;
}
/**/
div.plflist dt {
	width: 115px;
	float: left;
	padding-left: 20px;
	padding-right: 15px;
	line-height: 23px;
	background-image: url(image/point.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
div.plflist dd {
	width: 315px;
	float: left;
	line-height: 23px;
}

/* Profile content photo */

div.plflist img {
	margin-top: 5px;
	margin-right: 5px;
	padding: 5px 5px 13px;
	background-color: #FFFFFF;
	vertical-align: top;
	float: left;
	border-top: 1px solid #D9D9D9;
	border-right: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	border-left: 1px solid #D9D9D9;
}

/* FAQ */

h3.faq_header {
	text-align: left;
	margin-top: 0px;
	margin-right: 60px;
	margin-bottom: 10px;
	margin-left: 60px;
	background-image: url(image/question.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 65px;
	height: 35px;
	padding-top: 20px;
}
div.faq_body {
	width: 700px;
	margin: 0px 49px 15px 48px;
	border-top: 1px solid #B9B9B9;
	border-right: 2px solid #a3a3a3;
	border-bottom: 2px solid #a3a3a3;
	border-left: 1px solid #B9B9B9;
	padding-top: 15px;
	padding-bottom: 5px;
	background-color: #fafafa;
	overflow: hidden;
}
div.faq_body:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html div.faq_body {
    height: 1px;
    overflow: visible;
}
/**/
div.faq_body dl {
	text-align: left;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 25px;
}
div.faq_body dt {
	font-size: small;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 40px;
	background-image: url(image/q.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 10px;
}
div.faq_body dd {
	font-size: small;
	padding-top: 1px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 32px;
	background-image: url(image/a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 8px;
}


/* Admin page
------------------------------------------------------------ */

/* Side menu */

div#sidemenu {
	float: left;
	width: 165px!important;
	width /*for IE5*/: 225px;
	margin-bottom: 15px;
	padding-left: 25px;
	padding-right: 25px;
}
div.idname {
	margin-bottom: 15px;
	text-align: center;
}
div.idname a {
	background-image: url(image/myprofile.gif);
	height: 29px;
	width: 154px;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
div.idname p {
	font-size: 110%;
	margin-bottom: 10px;
}
div.menu_body {
	text-align: left;
	background-image: url(image/bottom_165.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 165px;
	padding-bottom: 5px;
	background-color: #fafafa;
}
div.menu_header {
	text-indent: -9999px;
	height: 30px;
	background-image: url(image/menu.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 165px;
	overflow: hidden;
}
div.menu_body ul {
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding: 5px;
}
div.menu_body li {
	background-image: url(image/arrow_o.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 3px;
	margin-bottom: 1px;
	padding-left: 14px;
	padding-bottom: 3px;
}
div.menu_body .help {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #bfbfbf;
	margin-top: 3px;
	padding-top: 5px;
	padding-bottom: 6px;
}
div.menu_body .logout {
	background-image: url(image/arrow_r.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
div.menu_footer {
	background-color: #CCCCCC;
	text-indent: -9999px;
	height: 10px;
	margin-bottom: 15px;
}

/* Main contents */

div#content_body {
	float: right;
	width: 560px !important;
	width /*for IE5*/: 575px;
	margin-bottom: 15px;
	padding-right: 25px;
	background-image: url(image/bottom_560.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 6px;
}
h2.top_header {
	text-indent: -9999px;
	height: 35px;
	background-image: url(image/title_00.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 560px;
}
h2.set_header {
	text-indent: -9999px;
	height: 35px;
	background-image: url(image/title_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 560px;
}
h2.icon_header {
	text-indent: -9999px;
	height: 35px;
	background-image: url(image/title_02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 560px;
}
h2.edit_header {
	text-indent: -9999px;
	height: 35px;
	background-image: url(image/title_03.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 560px;
}
h2.design_header {
	text-indent: -9999px;
	height: 35px;
	background-image: url(image/title_04.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 560px;
}
div.common_body {
	border-right: 1px solid #bbbbbb;
	border-left: 1px solid #bbbbbb;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fafafa;
}
div.common_body h3 {
	text-align: left;
	padding-top: 5px;
	padding-left: 15px;
	margin-bottom: 20px;
}
div.common_body dl {
	text-align: left;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
}
div.common_body dt {
	padding-top: 5px;
	padding-left: 25px;
	margin-bottom: 3px;
	background-image: url(image/arrow_ol.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-bottom: 5px;
}
div.common_body dd {
	padding-left: 65px;
	margin-bottom: 5px;
}
div.common_body input,
div.common_body select {
	vertical-align: middle;
	font-size: small;
	margin-right: 3px;
}
div.common_body textarea {
	font-size: small;
	width: 350px;
	height: 60px;
}
div.common_footer {
	background-color: #CCCCCC;
	text-indent: -9999px;
	height: 10px;
	margin-bottom: 15px;
}

.redcharacter {
	color: #FF0000;
}

.left-padding{
	padding-left:3em;
}

/* Footer
------------------------------------------------------------ */

div#footer address {
	font-style: normal;
	font-size: small;
}
div#footer p {
	text-align : center;
	font-size : x-small;
}
div#content_bottom {
	background-image: url(image/footer.gif);
	background-repeat: repeat;
	background-position: left top;
	height: 14px;
	width: 800px;
}
div#content_bottom span {
	display: none;
}

.message{
	text-align: left;
	margin: 1em 1em 1em 2em;
}

.perror{
	text-align: left;
	margin: 1em 1em 1em 2em;
}

/* for MacIE
------------------------------------------------------------ */

textarea,input,select {
	font-family : "Osaka", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", "ＭＳ Ｐゴシック", sans-serif;
}
