@charset "utf-8";

/* CSS Document */

/* 基本　*/

#top{
	background-color: #fff;
	background-image: url(../images/common/bg-headder.jpg);
	background-repeat: repeat-x;
}

#mainwrap-top {
	width: 960px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-image: url(../images/common/bg-headder-illust.jpg);
	background-repeat: no-repeat;
}

/*　メインカラム　*/

#main-column-top h2,#main-column-top h3,#main-column-top h4 {
	margin-bottom:10px;
}

#main-column-top .atc-info {
	margin-bottom: 30px;
	border-bottom:1px dotted #CCC;
}
#main-column-top .atc-info p {
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 150%;
	padding-bottom: 20px;
}
#main-column-top .info-l {
	width:290px;
	float: left;
}
#main-column-top .info-l a {
	color: #0059c4;
	text-decoration: none;
}
#main-column-top .info-l a:hover {
	color: #F30;
	text-decoration: underline;
}


#main-column-top .info-r {
	width:350px;
	float: right;
}
#main-column-top .info-r p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 150%;
}
#main-column-top .info-r a {
	color: #0059c4;
	text-decoration: none;
}
#main-column-top .info-r a:hover {
	color: #F30;
	text-decoration: underline;
}

.f-left {
	float: left;
}
.f-right {
	float: right;
}
#main-column-top h2,#main-column h3 {
	padding-bottom: 10px;
}
#main-column-top h4 {
	padding-bottom: 5px;
	color:#ff5500;
	font-weight: normal;
}

#main-column-top ul{
	list-style:none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:140%;
}
#main-column-top ul li {
	float: left;
	padding-right: 3px;
}

#main-column-top ul li p {
	width: 117px;
	padding: 0px 4px 4px 4px;
}

#main-column-top .atc-picup {
	width: 320px;
	float: left;
}
#main-column-top .atc-picup .picup-wrap {
	margin-right: 1px;
	padding: 10px;
	margin-bottom: 5px;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	background-image:url(../images/top/bg-picup.gif);
	
}
#main-column-top .atc-picup p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:150%;
	color:#333;
}
#main-column-top .atc-picup img {
	float: left;
	padding-right: 10px;
}

/*　メインカラム　*/

#main-column-top {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	float: left;
	width: 640px;
}

#main-column-top a {
	color: #0064dc;
	text-decoration: underline;
}
#main-column-top a:hover {
	color: #F30;
	text-decoration: underline;
}

/*　右カラム　*/

#right-column {
	float: right;
	width: 280px;
	text-align:center;
	border: 1px solid #e3e1db;
	background-color: #f7f4ed;
}
#right-column #r-wrap {
	margin: 20px 5px 20px 5px;
	text-align: left;
}
#right-column div.r-info-base {
	background-image:url(../images/common/bg-left-column-info.gif);
	background-repeat:repeat-y;
	margin: 0px 0px 20px 0px;
}
#right-column ul {
	color:#666;
	padding: 20px 15px 10px 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:140%;
}
#right-column ul li {
	padding-bottom: 5px;
	margin: 0px 0px 5px 0px;
	list-style:disc;
}
#right-column ul li a {
	color: #0064dc;
	text-decoration:none;
}
#right-column ul li a:hover {
	color: #F30;
	text-decoration: underline;
}
#right-column ul li.dotted {
	border-bottom: 1px dotted #e8e8e8;
	margin-left: 1.5em;
}
#right-column ul li.banner {
	list-style: none;
}
#right-column .r-info-base img {
	vertical-align: bottom;
}