/* ======= basic elements =============================== */


body {
	color: #333;
	background-color: #ffffff;
	font-size: 80%;
	line-height: 1.4;
	text-align: center;
	margin: 0;
	padding: 0;
}

h2 {
	margin-top: 1.0em;
}

a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: underline;
}

a:active{
	color: #333;
	text-decoration: none;
}

img, a img {
	border: 0 none;
	margin: 0;
	padding: 0;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.large{
	font-size:135%;
	line-height:115%;
	}
/* ======= layout =============================== */


div#wrap {
	width: 880px;
	background-color: #ffffff;
	text-align: left;
	margin: 0 auto;
	padding: 0;
}

#logo {
	margin: 10px 0;
}

#shortcut{
	font-size: 10px;
	text-align: right;
	margin: -60px 10px 0 0;
}

#shortcut a {
	margin: 0 3px;
	padding: 0;
}

#shortcut a:link {
	color: #666666;
	text-decoration: none;
}

#shortcut a:visited {
	color: #666666;
	text-decoration: none;
}

#shortcut a:hover {
	color: #666666;
	text-decoration: underline;
}

#shortcut a:active {
	color: #666666;
	text-decoration: none;
}

#search {
	text-align: right;
	margin: 5px 10px 10px 0;
}

div#menu ul {
	margin: 0;
	padding: 0;	
}

div#menu ul li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#topicPath {
	height: 32px;
	background: #cccccc url('../img/tpbg1.gif') no-repeat;
	font-size: 10px;
	line-height: 28px;
	margin: 1px 0 0 0;
	padding: 3px 0 0 0;
}

#topicPath img {
	vertical-align: text-bottom;
	margin-left: 6px;
}

#sidemenu {
	width: 200px;
	float: left;
	clear: left;
	margin: 6px 0 15px 0;
	padding: 0;
}

#sidemenu p {
	height: 23px;
	color: #ffffff;
	background: transparent url("../img/sidemenuhead.gif") no-repeat 0 0;
	font-size: 12px;
	line-height: 23px;
	font-weight: 900;
	margin: 0;
	padding: 0 0 0 6px;

}

#sidemenu .sectionBody {
	background: transparent url("../img/sidemenubg.gif") no-repeat 0 100%;
	border: 0 none;
	border-top: 1px solid #dad9cf;
	margin: 0;
	padding: 0 0 5px 0;
}

#sidemenu ul {
	margin: 0 3px;
	padding: 0;
}

#sidemenu ul li {
	width: 194px;
	list-style: none;
	display: block;
	border-bottom: 1px solid #dad9cf;
	margin: 2px 0;
	padding: 0 0 2px 0;
}

#sidemenu ul li.last {
	border-bottom: 0 none;
}

#sidemenu ul li a {
	display: block;
	line-height: 26px;
	text-decoration: none;
	margin: 0;
	padding: 0 0 0 20px;
}

#sidemenu ul li a:link,
#sidemenu ul li a:visited,
#sidemenu ul li a:active {
	background: transparent url("../img/sidemenuitembg.gif") no-repeat 0 0;
}

#sidemenu ul li a:hover {
	background: transparent url("../img/sidemenuitembg_on.gif") no-repeat 0 0;

}

#sidemenu ul li a.menu_on {
	background: transparent url("../img/sidemenuitembg_on.gif") no-repeat 0 0 !important;
}

#content {
	width: 665px;
	float: right;
	clear: right;
	background: transparent url("../img/contentbg_bottom.gif") no-repeat 0 100%;
	margin: 6px 0 15px 0;
	padding: 0 0 6px 0;
}

#content h1 {
	margin: 0;
	padding: 0;
}

#content .sectionBody {
	background: transparent url("../img/contentbg.gif") repeat-y 0 0;
	margin: 0;
	padding: 15px;
}

#foot {
	width: 880px;
	float: none;
	clear: both;
	margin: 0 0 0 0;
	padding: 0;
}

#foot #footerlink {
	color: #0E5F94;
	background: #f4f4f4;
	text-align: center;
	margin: 0;
	padding: 7px;
}

#foot #copyrights {
	height: 21px;
	color: #ffffff;
	background: transparent url("../img/footbg_bottom.gif") no-repeat 0 100%;
	font-size: 12px;
	line-height: 21px;
	text-align: center;
	margin: 0;
	padding: 0;
}

form{
	margin:0;
	padding:0;
	}

/* ======= text  =============================== */

.captiontext {
	color: #83622c;
	font-weight: 900;
}

.red1 {
	color: #ea1515;
}

.anchor {
	text-align: right;
	margin-top: 2.5em;
}

#search a img {
	margin-bottom: -1.0em;
}

.noteArea{
	width:580px;
	color: #666666;
	border:solid 1px #CCCCCC;
	margin: 0 0 10px 10px;
	padding:10px 10px 20px 10px;
	}
	
.note{
	color: #666666;
	list-style:none;
	}

ul.note li{
	margin-bottom:5px;
	}

.clear  { clear: both; }

#macId_left{
	width:380px;
	float:left;
}

/* テーブル */

table.tblStd {
	margin-bottom: 1em;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

table.tblStd th, table.tblStd td {
	padding: 5px 10px;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}

table.tblStd th {
	background-color: #f3f3f3;
	font-weight:normal;
	text-align:left;
	white-space: nowrap; 
	
}

/* 角丸フレーム（黄） */

div.frame div.ye div.common div.bt {
	background:url(../img/frame_ye_top.gif) no-repeat right top;
	height: 10px;
	margin: 0px -10px;
}
div.frame div.ye div.common div.bt div {
	background:url(../img/frame_ye_top.gif) no-repeat left top;
	height: 10px;
	width: 10px;
	float: left;
}

div.frame div.ye div.common div.br {
	background: url(../img/frame_ye_line.gif) repeat-y right;
	padding:0px 10px 0px 0px;
}
div.frame div.ye div.common div.bl {
	background: url(../img/frame_ye_line.gif) repeat-y left;
	padding: 0px 0px 0px 10px;
}
div.frame div.ye div.common div.bb {
	background:url(../img/frame_ye_bottom.gif) no-repeat right bottom;
	margin: 0px -10px;
}
div.frame div.ye div.common div.bb div {
	background:url(../img/frame_ye_bottom.gif) no-repeat left bottom;
	width: 10px;
	height:10px;

}

/* 角丸フレーム(青) */
div.frame div.blue div.common div.bt {
	background:url(../img/frame_blue_top.gif) no-repeat right top;
	height: 10px;
	margin: 0px -10px;
}
div.frame div.blue div.common div.bt div {
	background:url(../img/frame_blue_top.gif) no-repeat left top;
	height: 10px;
	width: 10px;
	float: left;
}

div.frame div.blue div.common div.br {
	background: url(../img/frame_blue_line.gif) repeat-y right;
	padding:0px 10px 0px 0px;
}
div.frame div.blue div.common div.bl {
	background: url(../img/frame_blue_line.gif) repeat-y left;
	padding: 0px 0px 0px 10px;
}
div.frame div.blue div.common div.bb {
	background:url(../img/frame_blue_bottom.gif) no-repeat right bottom;
	margin: 0px -10px;
}
div.frame div.blue div.common div.bb div {
	background:url(../img/frame_blue_bottom.gif) no-repeat left bottom;
	width: 10px;
	height:10px;
	
}

/* 角丸ボックス */
div.box div.ye div.common div.bt {
	background:url(../img/common_em_top.gif) no-repeat right top;
	height: 32px;
	margin: 0px -10px;
}
div.box div.ye div.common div.bt div {
	background:url(../img/common_em_top.gif) no-repeat left top;
	height: 32px;
	width: 10px;
	float: left;
}

div.box div.ye div.common div.bt span.title{
	width:90%;
	font-size:14px;
	font-weight:bold;
	position:relative;
	top:6px;
}

div.box div.ye div.common div.br {
	background: url(../img/common_em_line.gif) repeat-y right;
	padding:0px 10px 0px 0px;
}
div.box div.ye div.common div.bl {
	background: url(../img/common_em_line.gif) repeat-y left;
	padding: 0px 0px 0px 10px;
}
div.box div.ye div.common div.bb {
	background:url(../img/common_em_bottom.gif) no-repeat right bottom;
	margin: 0px -10px;
}
div.box div.ye div.common div.bb div {
	background:url(../img/common_em_bottom.gif) no-repeat left bottom;
	width: 10px;
	height:10px;

}

/* ===== Clearfix ===== */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* End hide from IE-mac */



/*長さ自由の角丸ボタン*/

.bigButton {  
display:      block;  
float:        left;  
outline:      0;  
padding:      0;  
border:       0;  
color:        #FFF;  
font-size:    16px;
font-weight:bold; 
font-family:  Arial, Helvetica, sans-serif;  
text-decoration:  none;  
background:url(../img/btn_bg_1.jpg) 0 0 no-repeat;  
}
  
.bigButton span {
	display:      block;
	border:       0;
	position:     relative;
	padding:      12px 15px;
	background:url(../img/btn_bg_2.jpg) right 0 no-repeat;
}
  
.bigButton:hover {  
 background:url(../img/btn_bg_1.jpg) 0 -48px no-repeat;  
 }  
 
.bigButton:hover span {  
 background:url(../img/btn_bg_2.jpg) right -48px no-repeat;  
 }  

 .bigButton:active {  
 background:url(../img/btn_bg_1.jpg) 0 -96px no-repeat;  
 }  

 .bigButton:active span {  
 background:url(../img/btn_bg_2.jpg) right -96px no-repeat;  
 }  

p.outside a {
	background-image: url(../img/arrow1.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 13px;
}