@charset "UTF-8";

/* ▼ 共通 ================================================================= */
* {
	margin: 0; padding: 0;
}

html {
	overflow-y: scroll;
}

body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 12px;
	height: 100%;
	margin-top: 5px;
}

header,footer,nav,article,section,figure,aside,small {
	display:block;
}

h1 {
	font-size: 1.2em;
	height: 0;
	overflow: hidden;
}

a {
	text-decoration: none;
	color: royalblue;
}

ul {
	list-style: none;
}

img {
	vertical-align: text-bottom;
	border-style: none;
}

/* ▼ 大枠 ================================================================= */
#container {
	width: 950px;
	margin: 0 auto;
	background-repeat: no-repeat;
}

/* ▼ ヘッダ =============================================================== */
header h1 {
	padding-top: 53px;
	background: url("images/logo_jellyfish.png") no-repeat;
	background-position: 20px 0;
	border: 1px #555;
	border-style: none none solid none ;
}

/* ▼ フッタ =============================================================== */
footer {
	width: 950px; height: 30px;
	margin-bottom: 10px;
	border: 1px #555;
	border-style: solid none none none ;
	background-color: #fff;
	clear: both;
}

small {
	font-size: 1em;
	color: gray;
	text-align: right;
	padding: 7px 10px 0 0;
}

/* ▼ 左カラム =============================================================== */
#column_left {
	width:200px; height: 595px;
	overflow: hidden;
	float: left;
	border: none;
}

nav {
	margin: 8px;
	text-align: center;
}

nav h1 {
	padding-top: 37px;
	background: url("images/heading_contents.png") 50% no-repeat;
}

nav ul {
	margin: 10px;
}

nav li {
	margin: 3px;
}

#contact h1 {
	padding-top: 24px;
	background: url("images/heading_contact.png") 50% no-repeat;
}

#contact{
	width: 155px;
	margin: 0 auto;
}

#contact li {
	width: 160px; height: 32px;
	color: #00a;
	font-size: 11px;
	border: 1px #00a;
	border-style: none none dashed none ;
}

.support {
	background: url("images/contact_support.png") left bottom no-repeat;
}

.business {
	background: url("images/contact_business.png") left bottom no-repeat;
}

.jobs {
	background: url("images/contact_jobs.png") left bottom no-repeat;
}

.webmaster {
	background: url("images/contact_webmaster.png") left bottom no-repeat;
}

/* ▼ 右ラップ ======================================================= */
#wrap_right {
	width: 750px; height: 100%;
	margin-top: 8px;
	float: right;
}

