*{
	margin:0px;
	padding:0px;
}

img {
	border: 0px;
}

a:link{
	color:#003399;
}

a:visited{
	color:#006699;
}

a:hover{
	text-decoration: none;
}

#all {
	height: auto;
	width: 760px;
	border: 1px none #CCCCCC;
	background-color: #FFFFFF;
        background-image: none;
	margin-right: auto;
	margin-left: auto;
}

#top_header {
	width: 730px;

/* 2008-02-18 start */
	/*height: 60px;*/
	height:95px;
/* end */
	float: left;
	margin-left: 15px;
	background-image:url(/resource/img/img/20000146_02_75_JP_resize.gif);
	background-repeat:no-repeat;
	background-position:660px 15px;
	_background-position:647px 15px;
}

#top_menu{
  margin-left:15px;
}

/* ページ上部メニュー */
#top_mn {
	
/* 2008-02-18 start */
/*	margin-left: 190px;*/
	margin-left: 280px;
/* end */
	margin-top: -9px;
	_margin-top: -15px;
}

#top_mn a {
	font-size: small;
}

#logo {
	display: block;
	height:60px;
	width: 160px;

/* 2008-02-18 start */
	margin-top:15px;
/* end */
}

#logo a {
	background-image: url(/resource/img/img/logo.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	height:60px;
	width: 160px;
	float: left;
	display: block;
	margin-top: 5px;
}

#tag_line {
	font-size: small;
	text-align: right;
	height: 20px;
	width: 755px;
	padding-top: 5px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #305079;
	padding-right: 5px;
	padding-bottom: 0px;
}

/* 追加 */
#tag_line h1 {
	font-size: small;
}


#main {
	width: 730px;
	margin-left: 15px;
}

#contents {
/*
	background-image: url(/resource/img/img/contents_back.gif);
	background-repeat: repeat-y;
*/
	width: 730px;
	height:inherit;
}

#contents_training {
	padding: 7px;
	background-color: #FFFFFF;
	height:inherit;
}


.right_35 {
	margin-right: 35px;
}
.right_10 {
	margin-right: 10px;
}


#footer {
	background-color: #305079;
	height: 25px;
	width: 750px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	text-align: right;
		
}

body {
	font-size: small;
	line-height: 120%;
/* 2009/09/21 edit-start
	background-image: url(/resource/img/img/bg.jpg); */
	background-image: url(/resource/img/img/bg.png);
	background-repeat: repeat-x;
/* 	background-color: #747474;*/
 	background-color: #787878;
/* 2009/09/21 edit-end */
	margin: 5px;
}



#left {
	float: left;
	width: 180px;
	background-color:#e8e8e8;
	height:inherit;
}


#right {
	float: right;
	width: 530px;
	padding-left: 20px;
}

#right p {
	line-height:1.5;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
}

#pankuzu {
	width: 720px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #e8e8e8;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.pagetop {
	float: right;
}
#right h3 {
	font-size: medium;
	font-weight: bold;
	margin-top: 20px;
	padding-bottom: 1px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color:#989898;
	border-left-color: #305079;
	color:#666666;
	padding-top: 3px;
}

#right h4 {
	font-size: small;
	font-weight: bold;
	margin-top: 15px;
	color:#666666;
	
}

/* ページ下段のナビ */
#navi_bottom {
	color: gray;
	font-weight: bolder;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* 2008-02-18 start */
#pm_link{
	width:60px;
	height:65px;
	margin-top:-66px;
	margin-left:660px;
	_margin-left:647px;

	display:block;
}
/* end */

/* 2010-02-01 start */
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	line-height: 1;
	font-size: 8px
}

.clearfix {
	zoom: 1;
}

#right .topic_dl{
       border: none;
}
#right .topic_dl dt{
       width: 80px;
       border: none;
       padding: 10px;
}
#right .topic_dl dd{
       padding: 10px;
       border: none;
       border-bottom: 1px solid #CCCCCC;
}
/* end */