
/* -------- h -------- */
h1 {
	font-size:120%;
	margin-top:6px;
	margin-bottom:4px;
	color: #ffffff;
	}

h2 {
	font-size:100%;
	margin-top:2px;
	margin-bottom:2px;
	}

h3 {
	font-size:100%;
	margin-top:2px;
	margin-bottom:2px;
	color: #6633cc;
	}

/* -------- text -------- */
em {
	font-style: normal;
	}

.mesg_c_bst {
	font-weight: bold;
	font-size: small;
	}

* html .mesg_c_bst {
	font-size: x-small;
	}


/* -------- ul,dl, list -------- */


ul {
margin-top:10px;
margin-left:18px;

}

ul li {
margin-bottom:10px;
font-size:100%;
}

/* -------- clear -------- */

.clear {
	clear: both;
	overflow: hidden;
}


/* -------- head bar -------- */


#mesg_c_bar {
	margin:0;
	padding:0;
	border: solid 1px #555555;
	}

#mesg_c_bar .mesg_c_login{
	border: solid 2px;
	border-top-color: #ffffff;
	border-left-color: #dcdcdc;
	border-right-color: #dcdcdc;
	border-bottom-color: #cccccc;
	background-color: #dcdcdc;
	font-size: 80%;
	padding: 2px;
	}

#mesg_c_bar .mesg_c_loginname{
	font-weight: bold;
	float: left;
	text-align: left;
	vertical-align: top;
	}

#mesg_c_bar .mesg_c_loginlink{
	float: right;
	text-align: right;
	vertical-align: top;
	}

* html #mesg_c_bar .mesg_c_loginname{
	width: 70%;
	_width: auto;
	}

* html #mesg_c_bar .mesg_c_loginlink{
	width:  30%;
	_width:  auto;
	}

#mesg_c_bar .mesg_c_title{
	background: url(http://img.yahoo.co.jp/i/jp/mesg/v6/site/bar2.gif) repeat-x;
white-space: nowrap;
	min-height: 35px;
	}

* html #mesg_c_bar .mesg_c_title{
	background: url(http://img.yahoo.co.jp/i/jp/mesg/v6/site/bar2.gif) repeat-x;
white-space: nowrap;
	height: 35px;
	}

#mesg_c_bar .mesg_c_titlel{
	background-image: url(http://img.yahoo.co.jp/i/jp/mesg/v6/site/bar1.gif);
	background-repeat: no-repeat ;
	background-position: top left;
	padding-left: 5px;
	float: left;
	text-align: left;
	width: 98%;
	}

#mesg_c_bar .mesg_c_titler{
	background-image: url(http://img.yahoo.co.jp/i/jp/mesg/v6/site/bar3.gif);
	background-repeat: no-repeat ;
	background-position: top right;
	float: right;
	position: relative;
	width: 1%;
	}


* html #mesg_c_bar .mesg_c_titlel{
	background-image: url(http://img.yahoo.co.jp/i/jp/mesg/v6/site/bar1.gif);
	background-repeat: no-repeat ;
	background-position: top left;
	padding-left: 5px;
	float: left;
	text-align: left;
	width: 98%;
	}

* html #mesg_c_bar .mesg_c_titler{
	background-image: url(http://img.yahoo.co.jp/i/jp/mesg/v6/site/bar3.gif);
	background-repeat: no-repeat ;
	background-position: top right;
	float: right;
	width: 1%;
	}


/* -------- subtitle -------- */

.mesg_c_subtitle {
	margin: 0;
	padding:1px 1px 1px 5px;
	background-color:#ccccff;
	text-align: left;
	vertical-align: middle;
	height: 22px;
	}

* html .mesg_c_subtitle {
	padding:1px 1px 1px 5px;
	_padding:5px 1px 1px 5px;
	}


/* -------- box -------- */
.mesg_c_leadbox {
	margin-right: 50px;
	margin-left: 50px;
	padding: 3px;
	border: solid 1px #9999cc;
	background-color:#eeeeff;
	}

.mesg_c_linkbox {
	padding: 5px;
	margin: 20px;
	border: solid 1px #9999cc;
	background-color:#eeeeff;
	width: 200px;
	margin: auto;
	text-align: center;
	}

.mesg_c_linkbox a {
	font-weight: bold;
	white-space: nowrap;
	}

/* -------- boxtext -------- */
.mesg_c_leadboxtxt {
	text-align: left;
	font-size: small;
	line-height: 130%;
	}

* html .mesg_c_leadboxtxt {
	font-size: x-small;
	}

/* -------- boximg -------- */
.mesg_c_leadboximg {

	}

* html .mesg_c_leadboximg {

	}

/* -------- line -------- */
.mesg_c_line {
	border-top: solid 1px #6633cc;
	padding: 0;
	margin: 0;
	}