@charset "utf-8";

/* --------------------------------

	基本スタイル

-----------------------------------

	1. 基本スタイル
	2. コンテンツ

--------------------------------- */



/* ========================================================================



	1. 基本スタイル


 
======================================================================== */

/* ----------------------------------------------------
	■基本レイアウト
---------------------------------------------------- */
html {
	overflow-y: scroll;
}
body {
	color: #333;
	background-color: #00cae2;
	background-image: url(../img/bg.gif);
	background-repeat: no-repeat;
	background-position: 690px 30px;
}
h1 {
	position: absolute;
	top: -1000px;
	left: -1000px;
}
#contents {
	background-color: #fff;
	background-image: url(../img/contents_bg_01.gif);
	width: 690px;
}
#contentsInner {
	background-image: url(../img/contents_bg_02.gif);
	background-repeat: no-repeat;
	background-position: right 0;
	padding: 40px 0 0 0;
}
#footer {
	background-image: url(../img/footer_bg.gif);
	width: 690px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	text-align: right;
	padding: 30px 0 15px;
	background-repeat: no-repeat;
}
#footer address a {
	text-decoration: underline;
}



/* ----------------------------------------------------
	■リンクスタイル
---------------------------------------------------- */
a {
	color: #fff;
	text-decoration: none;
	outline: 0;
}
a:hover {
	color: #fff;
}




/* ========================================================================



	2. コンテンツ


 
======================================================================== */

/* ----------------------------------------------------
	■ボックス
---------------------------------------------------- */
.BoxWrapper {
	width: 660px;
	padding: 0 0 40px 0;
}
.Box {
	width: 220px;
	float: left;
}


/* ----------------------------------------------------
	■タイトル
---------------------------------------------------- */
.Box .Title {
	width: 190px;
	background-image: url(../img/title.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 21px;
	text-indent: -9999px;
	margin: 0 0 15px 30px;
}
.profileBox .Title {
	background-position: 0 -30px;
}
.favoriteBox .Title {
	background-position: 0 -60px;
}
.mypageBox .Title {
	background-position: 0 -90px;
}
.bookmarkjBox .Title {
	background-position: 0 -120px;
}
.bookmarkoBox .Title {
	background-position: 0 -150px;
}


/* ----------------------------------------------------
	■本文
---------------------------------------------------- */
.Box .Body {
	width: 190px;
	font-size: 10px;
	line-height: 14px;
	margin: 0 0 0 30px;
}
.Box .Body h3 {
	font-weight: bold;
}
.Box .Body p {
	margin: 0 0 5px 0;
}
.Box .Body .imgL {
	margin: 2px 7px 2px 0;
	float: left;
}


/* ----------------------------------------------------
	■リンクリスト
---------------------------------------------------- */
ul.linkList {
	width: 190px;
	font-size: 10px;
	line-height: 12px;
	margin: 0 0 0 30px;
}
ul.linkList li {
	width: 190px;
	float: left;
	margin: 0 0 2px;
}
ul.linkList li a {
	color: #fff;
	background-color: #333;
	float: left;
	padding: 1px 5px;
}
ul.linkList li a:visited {
	background-color: #666666;
}
ul.linkList li a:hover {
	background-color: #00cae2;
}
ul.linkList li span {
	color: #333;
	background-color: #eee;
	float: left;
	padding: 1px 5px;
}




/* ========================================================================



	* clearfix


 
======================================================================== */

.BoxWrapper,
ul.linkList,
ul.linkList li {
	_height: 1px;
	min-height: 1px;/* */
}
.BoxWrapper:after,
ul.linkList:after,
ul.linkList li:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;/* */
}

