﻿/***********************************************************
	PJ: 			SHIFT web
	PATH:			/assets/styles/pop.css
	DESCRIPTION:	ポップページスタイル

	COPYRIGHT:
		made by mitani@shift-jpn.net
		modified 2009-01-21 by mitani@shift-jp.net
************************************************************/

/* リセット
---------------------------------------------------------- */

html,body {
	margin: 0;
	padding: 0;
	font-family: 'メイリオ',Meiryo,sans-serif,Verdana,'ＭＳ Ｐゴシック','ヒラギノ丸ゴ Pro W4','Hiragino Maru Gothic Pro',Osaka;
	font-size: 100%;
	color: #333;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,th,td {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

a {
	outline: 0;
	text-decoration: underline;
	color: #3333ff;
}

a:hover {
	color: #3380ff;
}

img {
	margin: 0;
	padding: 0;
	vertical-align: text-bottom;
	border: 0;
}

p {
	font-size: 9pt;
	margin-bottom: 15px;
	line-height: 150%;
}

/* レイアウト
---------------------------------------------------------- */

body {
	text-align: center;
}

#wrapper {
	width: 600px;
	text-align: left;
	margin: 0 auto;
	background: #fff url(../images/gray_bg.gif) 0 101px repeat-x;
}

#container {
	margin: 0 30px;
}

#header {
	background: url(../images/header_bg.jpg) 0 0 no-repeat;
	width: 600px;
	height: 110px;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 0.1em;
	line-height: 0.1em;
	text-align: center;
	margin: 0 auto;
}

h2 {
	color: #08306e;
	font-weight: bold;
	margin-left: 50px
}

h3 {
	font-size: 11pt;
	margin: 10px 0 20px 0;
	font-weight: bold;
	text-align: center;
}

h4 {
	font-size: 10pt;
	font-weight: bold;
}

ul {
	font-size: 9pt;
	margin: 10px;
}


ul li{
	border: none;
	list-style-type: none;
	background: url(../images/icon_square.gif) 0 4px no-repeat;
	margin: 7px 0;
	padding: 0 0 0 20px;
}

.infoAddress {
	background: #e1e1e1;
	margin: 20px 0 0 120px;
	padding: 15px 20px 1px 20px;
	width: 250px;
}

#footer {
	background: url(../images/footer_bg.jpg) 0 0 repeat-x;
	height: 50px;
	margin-top: 20px;
}

#footer p {
	color: #fff;
	font-size: 8pt;
	text-align: right;
	padding: 20px 10px 0 0;
}

.close {
	text-align: right;
	font-weight: bold;
	margin-top: 15px;
}












