@charset "utf-8";

/*全体
---------------------------------------------------- */
* {	margin:0; padding:0; border:0; }
html,body,h1,h2,h3,h4,h5,h6,img,p,a,ul,ol,li,dl,dt,dd,form,blockquote,pre,address{ margin:0; padding:0; border:0; list-style-type:none;}

body {
	font-size:12px;
	color:#4f4f4f;
	line-height:140%;
	margin:0 auto;
	width:780px;
}

input {
	font-size:12px;
	color:#4f4f4f;
	line-height:140%;
}

img {
	border:0;
}

textarea {
	font-size:12px;
	color:#4f4f4f;
	line-height:140%;
}

a {
	color:#ffffff;
	text-decoration:none;
}

a:link,active,visited {
	color:#ffffff;
	text-decoration:none;
}

a:hover {
	color:#ededed;
}

strong {
	font-weight:normal;
}

hr {
	color:#2C6FAC;
	height:2px;
}

#wrapper {
	width:780px;
	padding:0;
	margin:15px 0 15px 0;
	background-image:url("../images/dot.gif");
	float:left;
}

#dl_title {
	background-image:url("../images/dl_title.gif");
	height:18px;
	padding:2px 10px 0 5px;
	color:#ffffff;
}

#preview_title {
	margin-bottom:10px;
	background-image:url("../images/footer.gif");
	height:18px;
	padding:2px 10px 0 5px;
	color:#ffffff;
}
#preview_footer {
	margin-top:10px;
	clear:both;
	height:18px;
	background-image:url("../images/footer.gif");
	padding:2px 10px 0 10px;
	color:#ffffff;
}

.red {
	color:#DD1212;
}

.bold {
	font-weight:bold;
}

.center {
	text-align:center;
}

/* クリア
---------------------------------------------------- */
.clearfix:after {
    content: ".";
    display: block;
    height: 0.1px;
    line-height: 0;
    clear: both;
    visibility: hidden;
}  
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* for IE 5.5-7 */
.clearfix {zoom:100%;}

/* ヘッダー
---------------------------------------------------- */
#header {
	background-image:url("../images/header.gif");
	height:32px;
	text-align:right;
	padding:15px 10px 0 0;
	color:#ffffff;
}

/* レフトカラム
---------------------------------------------------- */
#left_cullum {
	float:left;
	width:170px;
	padding:10px;
}

#left_cullum h3 {
	font-size:14px;
	color:#DD1212;
	margin:0;
	padding:0;
}

#left_cullum h4 {
	font-size:14px;
	color:#DD1212;
	margin:0;
	padding:0;
}

#left_cullum ul {
	margin:10px 0 25px 0;
	padding:0;
}

#left_cullum ul li {
	list-style-image:url("../images/deco.gif");
	margin:0 0 5px 15px;
	padding:0;
	line-height:100%;
}

#left_cullum a {
	color:#2C6FAC;
	text-decoration:none;
}

#left_cullum a:link,active,visited {
	color:#2C6FAC;
	text-decoration:none;
}

#left_cullum a:hover {
	color:#86BEF2;
}

/* センターカラム
---------------------------------------------------- */
#center_cullum {
	width:auto;
	padding:10px 175px 10px 195px;
}

#center_cullum ol li a {
	color:#2C6FAC;
	text-decoration:none;
}

#center_cullum ol li a:link,active,visited {
	color:#2C6FAC;
	text-decoration:none;
}

#center_cullum ol li a:hover {
	color:#86BEF2;
}

#center_cullum p {
	margin:8px 0 20px 0;
}

.link a {
	color:#2C6FAC;
	text-decoration:none;
}

.link a:link,active,visited {
	color:#2C6FAC;
	text-decoration:none;
}

.link a:hover {
	color:#86BEF2;
}

#center_cullum h1 {
	font-size:18px;
	color:#2C6FAC;
	margin:0;
	padding:0;
	line-height:100%;
}

#center_cullum h2 {
	background-image:url("../images/sub_title_bg.gif");
	background-repeat:no-repeat;
	width:401px;
	height:20px;
	font-size:14px;
	color:#2C6FAC;
	margin:0 0 20px 0;
	padding:2px 0 0 3px;
	color:#ffffff;
}

#center_cullum ol {
	margin:0 0 0 22px;
	padding:0;
}

.browse {
	text-align:right;
	color:#2C6FAC;
}

.browse a {
	color:#2C6FAC;
	text-decoration:none;
}

.browse a:link,active,visited {
	color:#2C6FAC;
	text-decoration:none;
}

.browse a:hover {
	color:#86BEF2;
}

#ft {
	margin:0 auto;
	padding:0;
	width:auto;
	float:left;
}

#ft1 {
	margin:0 30px 0 30px;
	padding:0;
	width:auto;
	height:200px;
}

#ft1_left {
	margin:0;
	padding:0;
	width:156px;
	float:left;
}

#ft1_right {
	margin:0;
	padding:0;
	width:156px;
	float:right;
}

#ft2 {
	margin:0 30px 0 30px;
	padding:0;
	width:auto;
	height:200px;
}

#ft2_left {
	margin:0;
	padding:0;
	width:156px;
	float:left;
}

#ft2_right {
	margin:0;
	padding:0;
	width:156px;
	float:right;
}

#ft1 p {
	margin:5px;
	text-align:center;
	background-color:#3f89c3;
	color:#ffffff;
}

#ft2 p {
	margin:5px;
	text-align:center;
	background-color:#3f89c3;
	color:#ffffff;
}

#ft_center p {
	margin:5px;
	text-align:center;
	background-color:#3f89c3;
	color:#ffffff;
}

#ft_all {
	/*float:left;*/
	text-align:center;
	padding-top:10px;
}

#ft_all a {
	color:#2C6FAC;
	text-decoration:underline;
}

#ft_all a:link,active,visited {
	color:#2C6FAC;
	text-decoration:underline;
}

#ft_all a:hover {
	color:#86BEF2;
}

#ft_center {
	margin:0 auto;
	padding:0;
	width:156px;
}

#tm {
	/*clear:right;*/
	margin:20px 0 30px 0;
	/*float:left;*/
	width:401px;
}

/* ライトカラム
---------------------------------------------------- */
#right_cullum {
	float:right;
	width:140px;
	padding:10px;
}

#right_cullum h3 {
	font-size:14px;
	color:#DD1212;
	margin:0;
	padding:0;
}

#right_cullum p {
	margin:8px 0 0 0;
	padding:0;
}

#right_cullum a {
	color:#2C6FAC;
}

#right_cullum a:link,active,visited {
	color:#2C6FAC;
}

#right_cullum a:hover {
	color:#86BEF2;
}


/* フッター
---------------------------------------------------- */
#footer {
	clear:both;
	background-image:url("../images/footer.gif");
	padding:2px 10px 0 10px;
	color:#ffffff;
}
#footer_copy {
	float:right;
}
#footer_link {
	float:left;
}


/*
#ft dl {
	width:330px;
	margin:0 0 30px 0;
	padding:0 30px 0 30px;
}

#ft dt {
	width:145px;
	clear:left;
	float:left;
}

#ft dd {
	margin-left:180px;
	width:145px;
}
*/