@charset "utf-8";
/* CSS Document */

/*/////////////////////////////////////////////////////////
file name: base.css
description: 基本CSS
///////////////////////////////////////////////////////// */

#wapper {
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
}


/*ヘッダーエリア*/
#header {
	height: 80px;
	position: relative;
}

h1 {
	position: absolute;
	top: 15px;
	left: 10px;
}

#gnav {
	position: absolute;
	right: 0;
	top: 25px;
}

#gnav li {
	/*float: left;*/
	display: inline;
	margin-left: 10px;
}


/*フッターエリア*/
#footer {
	margin: 5px 0 10px;
	padding-top: 5px;
	clear: left;
}
address {
	text-align: center;
	font-size: 83%;
}


/*メインエリア*/
#main {
	background: url(../images/bg_02.gif) no-repeat;
	height: 640px;
	position: relative;
}

/*ローカルナビ*/
#lnav {
	float: right;
	margin: 30px 30px 0 0;
}

#lnav li {
	margin-top: 15px;
}

/*index・planページ*/
#read {
	width: 630px;
	height: 580px;
	float: left;
	background-image: url(../images/illust.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 20px;
}


/*aboutページ*/
h2 {
	margin: 0 0 10px 20px;
	padding-top: 20px;
}

.program {
	margin-left: 20px;
	padding-top: 10px;
}

#point {
	margin: 20px 0 0 20px;
}

#point li {
	float: left;
	margin-right: 15px;
	position: relative;
}

#point p {
	width:270px;
	color: #FFF;
	position: absolute;
	left: 15px;
	top: 70px;
}

.pt_01 {
	width: 290px;
	height: 315px;
	background: url(../about/images/point_01.gif) no-repeat;
}
.pt_02 {
	width: 290px;
	height: 315px;
	background: url(../about/images/point_02.gif) no-repeat;
}
.pt_03 {
	width: 290px;
	height: 315px;
	background: url(../about/images/point_03.gif) no-repeat;
}

/*clientページ*/
#strategy {
	width: 880px;
	height: 510px;
	margin: 30px auto 0;
	background-image: url(../client/images/illust_02.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#strategy li {
	background: url(../client/images/st.gif) no-repeat;
	width: 280px;
	height: 150px;
	margin-bottom: 20px;
}

* html #strategy li {
	margin-bottom: 20px;
}

.line_01 {
	float: left;
}

.line_02 {
	float: right;
}

.left {
	width: 580px;
	float: left;
}

.line_03 {
	float: right;
}

.btn {
	width: 178px;
	position: absolute;
	right: 30px;
	top: 30px;
}

/*会社概要・広告に関するお問い合わせページ*/

#main_c {
	background: url(../images/bg_02.gif) no-repeat;
	height: 440px;
	padding: 100px 0;
}

#info_area {
	border-top: 3px solid #29ABE2;
	padding-top: 40px;
}

#info {
	margin: 0 auto 30px;
	width: 500px;
}

#info th,
#info td {
	padding: 4px;
}

#info th {
	text-align: left;
}

.mail {
	width: 100%;
	background-color: #29ABE2;
	padding: 5px 0;
	width:
}

.mail p {
	color: #FFF;
/*	position: relative;*/
	left: 250px;
	font-weight: bold;
	width: 490px;
	margin: 0 auto;
}

.mail p a {
	color: #FFF;
}

.mail p a:hover {
	text-decoration: underline;
}

.mail p a:visited {
	color: #FFF;
}

.title_03 {
	margin-bottom: 10px;
}

#info h3 {
	margin-bottom: 15px;
}

#info p {
	line-height: 1.5;
	margin-bottom: 10px;
}

#info p a:hover,
#info td a:hover {
	text-decoration: underline;
}

#info .adobe {
	background-color: #EEE;
	padding: 10px;
	margin: 20px 0 50px;
	width: 380px;
}


/*フッターリンク*/

#link {
	/*margin-top: 5px;*/
	padding-top: 5px;
}

#link ul {
	position: relative;
	left: 50%;
}

#link li {
	float: left;
	position: relative;
	left: -30%;
	margin: 0 5px;
}

#link li a {
	color: #06C;
	text-decoration: underline;
}


/*利用規約・個人情報など基本フォーマット*/
.main_area {
	background: url(../images/bg_btm.gif) bottom no-repeat;
	width: 940px;
	padding-bottom: 30px;
	margin: 0 auto 10px;
}

.main_top {
	background: url(../images/bg_top.gif) top no-repeat;
	padding-top: 30px;
}

.inner {
	background: url(../images/bg.gif) repeat-y;
	padding: 0 220px 20px;
}

.inner h3 {
	border-bottom: 2px solid #999;
	padding-top: 20px;
	margin-bottom: 30px;
}

.inner p {
	margin-bottom: 20px;
}


/*利用規約*/
.txt_style01 dt {
	color: #666;
	font-size: 108%;
	font-weight: bold;
	margin-top: 20px;
}

.txt_style01 dd {
	margin-left: 15px;
}

.txt_style01 dd a {
	color: #06C;
	text-decoration: underline;
}

.txt_style01 li {
	/*display: block;*/
	padding-left: 1.6em;
	text-indent: -1.6em;
}


/*プライバシーポリシー・免責事項*/
.txt_style02 li {
	/*display: block;*/
	padding-left: 1.6em;
	text-indent: -1.6em;
	margin-bottom: 20px;
}

.txt_style02 li ul {
	margin-top: 10px;
}

.txt_style02 li ul li{
	/*display: block;*/
	padding-left: 1.6em;
	text-indent: -1.6em;
	margin-bottom: 0;
}

.inner li .b {
	color: #666;
	font-size: 108%;
	font-weight: bold;
}

.customer dt {
	color: #09C;
	font-size: 108%;
	font-weight: bold;
}

/*個人情報保護*/
.kojin {
	font-weight: bold;
	font-size: 108%;
	text-align: center;
	margin-bottom: 10px;
}

.signature {
	text-align: right;
}

.txt_style03 dt {
	background-color: #EEE;
	color: #333;
	font-size: 108%;
	font-weight: bold;
	margin: 20px 0 5px;
	padding: 2px 5px;
}

/*リンクについて*/
.caution dt{
	color: #09C;
	font-size: 108%;
	font-weight: bold;
}

.caution li {
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 10px;
}

/*トピックス*/
.tp_top {
	position: relative;
}

.bk {
	position: absolute;
	top: 35px;
	right: 0;
	background-image: url(../images/icon_06.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 15px;
}

* html .bk {
	right :220px;
}

.bk a {
	color: #06C;
}

.bk a:hover {
	text-decoration: underline;
}

.info {
	font-size: 125%;
	font-weight: bold;
	color: #666;
	background-image: url(../images/icon_05.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}


.media_01,
.media_02,
.media_03,
.media_04 {
	color: #09F;
	font-size: 116%;
	font-weight: bold;
	padding-left: 15px;
/*	border-bottom: 1px solid #999;*/
	margin: 20px 0 2px;
	background-repeat: no-repeat;
	background-position: left center;
}

.media_01 {
	background-image: url(../images/icon_02.gif);
}

.media_02 {
	background-image: url(../images/icon_03.gif);
}

.media_03 {
	background-image: url(../images/icon_04.gif);
}

.media_04 {
	background-image: url(../images/icon_07.gif);
}

.topics {
	border-top: 1px solid #999;
	padding-top: 10px;
	margin-bottom: 30px;
}


.topics dt {
	font-size:91%;
}

.topics dd {
	background-image: url(../images/icon_01.gif);
	background-repeat: no-repeat;
	background-position: left 0.4em;
	padding: 0 0 3px 1em;
	border-bottom: 1px dotted #CCC;
	margin-bottom: 10px;
	text-indent: -0.5em;
}

.topics dd.b_line {
	border-bottom:none;
}

.topics dd a {
	color: #333;
}

.topics dd a:hover {
	color: #06C;
	text-decoration: underline;
}

.warning {
	margin-top: 20px;
}

.message_link {
	background: url(../images/icon_01.gif) no-repeat center left;
	padding-left: 10px;
}

.message_link a {
	color: #333;
}

.message_link a:hover {
	color: #06C;
	text-decoration: underline;
}


/*トピックスリンク*/
.topi_area {
	position: relative;
	height: 35px;
}

.topi_link {
	width: 105px;
	position: absolute;
	right: 10px;
	bottom: 0px;
}

/*東京メディアコンテンツアーカイブ*/
.archive {
	width: 280px;
	position: absolute;
	right: 130px;
	bottom: 0px;
}

