/*
 Common
----------------------------------------------------------- */

* {
	margin:0;
	padding:0;
}

body {
	margin: 0; padding: 0;
	background: url(image/df_bg.jpg) top left fixed repeat-x;
	background-color: #FFF;
	text-align: center;
	font-family: Verdana, "メイリオ","ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	color:#3b3b3b;
	font-size: 12px;
	line-height:1.5em;
	}

html {
	overflow-y:scroll;
}
	
img {
	border:0;
}
	
	
.clear {
	clear:both;
}

li {
	list-style-type:none;
}

/*
 Link Color [
----------------------------------------------------------- */
a:link {
	color:#FF587C;
	text-decoration:none;
}

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

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

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

/*
 Contents
----------------------------------------------------------- */
#page {
	position: relative;
	width: 800px;
	margin: auto;
	padding: 0;
	background-color: #FFF;
}

.inner{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}

/*
 HeaderTop
----------------------------------------------------------- */
#headerTop { 
	text-align: left;
	width: 800px;
	height: 125px;
	background: url(image/df_title01.jpg) no-repeat;
	background-color: #FFF;
}	

#headerTop h1 a { 
	display:block;
	margin:0;
	height:92px;
	width:250px;
	background:url(image/df_logo.jpg) no-repeat;
	float:left;
}
#headerTop h1 span { display:none; }

#headerTop #navi {
	text-align: right;
	font-weight: bold;
	font-size: 14px;
	margin:0px;
	padding: 10px;
}
#headerTop #navi li {
	display:inline;
	list-style-type:none;
	margin-right:6px;
	padding-left:10px;
	border-left:2px solid #FF587C;
}
#headerTop #navi li.naviHome {
	border-left:0;
	padding-left:0;
}

#headerCatch h2 {
	display: block;
	position: absolute;
	top: 83px;
	left: 369px;
	z-index: 3;
	height: 58px;
	width: 431px;
	background: url(image/df_topcatch.jpg) no-repeat right;
}
#headerCatch h2 span { display:none; }

/*
 HeaderTop Navi Link Color 
----------------------------------------------------------- */
#headerTop a:link {
	color:#666;
	text-decoration:none;
}

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

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

#headerTop a:hover {
	color:#FF307C;
	text-decoration:none;
}


/*
 HeaderContents
----------------------------------------------------------- */
#header { 
	text-align: left;
	width: 800px;
	height: 125px;
	background: url(image/df_title02.jpg) no-repeat;
	background-color: #FFF;
}	

#header h1 a { 
	display:block;
	margin:0;
	height:92px;
	width:250px;
	background:url(image/df_logo.jpg) no-repeat;
	float:left;
}
#header h1 span { display:none; }

#header #navi {
	text-align: right;
	font-weight: bold;
	font-size: 14px;
	margin:0px;
	padding: 10px;
}
#header #navi li {
	display:inline;
	list-style-type:none;
	margin-right:6px;
	padding-left:10px;
	border-left:2px solid #FF587C;
}
#header #navi li.naviHome {
	border-left:0;
	padding-left:0;
}
/*
 Header Navi Link Color 
----------------------------------------------------------- */
#header a:link {
	color:#666;
	text-decoration:none;
}

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

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

#header a:hover {
	color:#FF307C;
	text-decoration:none;
}

/*
 ContainerTop
----------------------------------------------------------- */

div#containerTop {
	width: 800px;
	margin: 0px;
	padding: 0px;
	float: left;
	background: #fff url(image/df_top.jpg) no-repeat left top;
	text-align: left;
}

div#containerTop #mainInfo{
	float: right;
	width:370px;
	margin: 50px 20px 30px ;
}

div#containerTop #mainInfo h3{
	font-size: 14px;
	line-height: 1.5em;
	margin: 0px 0px 50px 0px;
	padding: 0px;
	font-weight: normal;
}


div#containerTop #mainInfo h4{
	display: block;
	margin: 0px;
	height: 40px;
	width: 350px;
	background: url(image/df_whatsnew.jpg) no-repeat;
	float: left;
}

div#containerTop #mainInfo h4 span { display:none; }


div#containerTop #mainInfo ul {
	margin-left:10px;
}
div#containerTop #mainInfo ul li {
	margin-bottom: 10px;
	padding: 3px 5px 3px 23px;
	border-bottom: 1px dashed #FF587C;
	background: url(image/df_list_ico.gif) no-repeat 0em .3em;
	font-size: 12px;
	line-height: 120%;
}

div#containerTop #project{
	clear: both;
	margin: 50px 20px 20px 20px;
	line-height: 120%;
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	border-top: 1px dashed #FF587C;
}

div#containerTop #project ol {
	margin-left:0px;
}
div#containerTop #project ol li {
	display:inline;
	list-style-type:none;
	margin-bottom: 10px;
	padding: 3px 5px 3px 23px;
	background: url(image/df_list_ico.gif) no-repeat 0em .3em;
	font-size:12px;
	line-height: 120%;
	font-weight: normal;
}

div#containerTop #project span{
	margin:0px;
	padding: 0px 5px 0px 18px;
	background: url(image/df_list_ico.gif) no-repeat left center;
	font-size:12px;
	line-height: 140%;
	font-weight: normal;
}

/*
 Main Contents
----------------------------------------------------------- */
div#container {
	float: left;
	margin:0px;
	padding:0 10px;
	text-align:left;
	background: #fff url(image/df_leftmenu_bg.jpg) repeat-y left top;
}



div#leftmenu{
	float: left;
	width: 125px;
	margin-right:10px;
}

div#leftmenu h2 {
	margin-bottom: 2px;
	padding: 3px 8px 0 0;
	font-size: 14px;
}
div#leftmenu ul {
	margin-left:10px;
}
div#leftmenu ul li {
	margin-bottom: 0px;
	padding: 3px 5px 3px 15px;
	background: url(image/df_leftmenu.gif) no-repeat 0em .3em;
	font-size: 12px;
	line-height: 120%;
}

div#leftmenu ul li.s{
	font-size: 10px;
	line-height: 120%;
}

div#main{
	float:left;
	width:635px;
}

#main #topicPath {
	display: inline;
	font-size: 12px;
	margin: 10px 0 20px 0;
}
#main #topicPath img {
	margin:0 5px;
}

div#main ul {
	margin-left:10px;
}
div#main ol {
	margin-left:10px;
}
div#main ul li {
	margin-bottom:0px;
	padding:3px 5px 3px 20px;
	background:url(image/df_list_ico.gif) no-repeat 0em .3em;
}

div#main h3{
	text-align: left;
	margin: 15px 20px 8px 0;
	padding: 5px;
	font-size: 16px;
	border-bottom: 2px solid #FF587C;
}

div#main  h4{
	text-align: left;
	margin: 25px 0 5px 0px;
	padding: 0 0 0 5px;
	font-size: 14px;
	border-left: #FF587C solid 10px;
}

div#main p{
	text-align: left;
	margin-left:10px;
	margin-bottom:15px;
	line-height:150%
}

div#main .profimg{
	padding:3px;
	border-top: solid 1px #C0C0C0;
	border-right: solid 1px #808080;
	border-bottom: solid 1px #808080;
	border-left: solid 1px #C0C0C0;
	background-color: #FFFFFF;
	float: right;
	margin-right: 7px;
	margin-bottom: 4px;
}

div#main .graph{
	display:block;
	text-align:center;
	padding: 10px 10px;
}

div#main .table {
	margin: 1px;
	padding: 5px;
	border: none;
	border-collapse: collapse;
	width: 600px;
}

div#main .td00 {
	margin: 0px;
	padding: 5px;
	text-align: left;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size:12px;
	line-height: 150%;
	}
	
div#main .td00last {
	margin: 0px;
	padding: 5px;
	text-align: left;
	border-right: 1px solid #ccc;
	font-size:12px;
	line-height: 150%;
	}

div#main .td01 {
	margin: 0px;
	padding: 5px;
	text-align: left;
	border-bottom: 1px solid #ccc;
	font-size:12px;
	line-height: 150%	;
	background-color: #FFC0CB;
	}
	

div#main .td {
	margin: 0px;
	padding: 5px;
	text-align: left;
	border-bottom: 1px solid #ccc;
	font-size:12px;
	line-height: 150%;
	}
	
div#main .tdlast {
	margin: 0px;
	padding: 5px;
	text-align: left;
	font-size:12px;
	line-height: 150%;
	}
	
div#main #message{
	width:100%;
	background: transparent url(image/df_flower.jpg) no-repeat bottom right;
}	


div#main ol li{
	list-style-type: decimal;
	margin-left:15px;
}

div#main li strong{
	color: #282828;
}
div#main strong.green{
	color: #008041;
}

div#main span.red{
	color: #CC0000;
}

div#main .pagetop{
	display: block;
	padding: 3px;
	font-size:10px;
	text-align:right;
	}
/*
FooterTop
----------------------------------------------------------- */
#footerTop {
	clear: left;
	width: 800px;
	height: 163px;
	background: url(image/df_footer01.jpg) no-repeat;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

#footerTop #fnavi {
	text-align: right;
	font-weight: normal;
	font-size: 12px;
	margin: 0px;
	padding: 70px 20px 20px;
}
#footerTop #fnavi li {
	display: inline;
	list-style-type: none;
	margin-right: 6px;
	padding-left: 10px;
	border-left: 1px dotted #666;
}
#footerTop #fnavi li.fnaviHome {
	border-left:0;
	padding-left:0;
}
#footerTop #fnavi a:link {
	color:#3b3b3b;
	text-decoration:none;
}

#footerTop #fnavi a:visited {
	color:#3b3b3b;
	text-decoration:none;
}

#footerTop #fnavi a:active {
	color:#3b3b3b;
	text-decoration:none;
}

#footerTop #fnavi a:hover {
	color:#3b3b3b;
	text-decoration:underline;
}

#footerTop address {
	font-style: normal;
	font-size: 12px;
	margin-right: 20px;
	padding: 10px 5px;
}


	
/*
FooterContents
----------------------------------------------------------- */
#footer {
	clear: both;
	width: 800px;
	height: 163px;
	background: url(image/df_footer02.jpg) no-repeat;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

#footer #fnavi {
	text-align: right;
	font-weight: normal;
	font-size: 12px;
	margin: 0px;
	padding: 70px 20px 20px;
}
#footer #fnavi li {
	display: inline;
	list-style-type: none;
	margin-right: 6px;
	padding-left: 10px;
	border-left: 1px dotted #666;
}
#footer #fnavi li.fnaviHome {
	border-left:0;
	padding-left:0;
}

#footer #fnavi a:link {
	color:#3b3b3b;
	text-decoration:none;
}

#footer #fnavi a:visited {
	color:#3b3b3b;
	text-decoration:none;
}

#footer #fnavi a:active {
	color:#3b3b3b;
	text-decoration:none;
}

#footer #fnavi a:hover {
	color:#3b3b3b;
	text-decoration:underline;
}

#footer address {
	font-style: normal;
	font-size: 12px;
	margin-right: 20px;
	padding: 10px 5px;
}
