@charset   "Shift_JIS";

/* 一括で全ての要素の余白をゼロに指定 */

* {
	padding: 0;
	margin: 0;
}

/*[1]全体のリンク指定 */

a:link {
	color: #48d1cc;
	text-decoration: underline;
}

a:visited {
	color: #48d1cc;
	text-decoration: underline;
}

a:hover {
	color: #48d1cc;
	text-decoration: underline;
}

/*[3]レイアウトに関する指定 */

body {
	font-size: 100%;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3",
	 "Hiragino Kaku Gothic Pro", 
	 "ＭＳ Ｐゴシック", "MS PGothic",
	 sans-serif;
}
dl,dt,dd,
form,{fiel,input,textarea,button
	padding: 0;
	margin: 0;
	font-size: 100%
}

/*-- 全体を囲んでいます --*/

#wrapper {
	text-align: left;
	margin: 0 auto 0 auto;
	width: 1024px;
}

/*-- description --*/

.description {
	text-align: right;
	height: 40px;
}

/*-- ヘッダー部分 --*/

#header {
	height: 160px;
	padding: 20px 0 10px 250px;
	background: url(img/top3-1.png) no-repeat 0 0;
}

/*-- contents と left-sidebar を囲む枠 --*/

#container {
	width: 100%;
	padding: 0em 0 0;
	border-left: 2px solid #fffadc;
	border-right: 2px solid #fffadc;
}

/*-- コンテンツ部分 --*/

#contents {
	width: 750px;
	padding: 0 0 0 0;
	float: right;
}

/*-- サイドバー部分 --*/

#sidebar {
	width: 250px;
	padding: 0 0 0 0px;
	border-right: 2px solid #fffacd;
	float: left;
}

/*-- フッター部分 --*/

#footer {
	clear: both;
	padding: 1em 0 0.5em;
	background: url(img/foot-4.png) no-repeat 0 100%;
	border-bottom: solid #fffacd;
}

/*########################################

[4]ヘッダー部分 */

/* サブアピール */

h1 {
	font-size: 100%;
	font-weight: normal;
	padding-bottom: 0.5em;
	color: #ccffcc;
}

/* メインアピール */

.logo {
	font-size: 150%;
	font-weight: bold;
	color: #ff00a4;
}

.logo a {
	text-decoration: none;
	color: #000000;
}

.logo a:hover {
	text-decoration: none;
	color: #ff0000;
}

/* TOP会社名 */

.description {
	text-align: right;
}

/*########################################

[5]コンテンツ内の各部分指定 */

/* 見出し */

h2,h3,h4,h5,h6 {
	font-size: 120%;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0.5em 2em 0.5em 2em;
	background: url(img/h2-4.png) no-repeat 0 100%;
}

h3,h4,h5,h6 {
	margin-top: 3em;
}

/* -- 文字 -- */

#contents p {
	line-height: 1.6em;
	margin-bottom: 0.5em;
}

/* -- リスト -- */

#contents ul {
	margin: 1em 0 1em 20px;
}

#contents ol {
	margin: 1em 0 1em 25px;
}

#contents li {
	line-height: 1.6em;
	margin-bottom: 0.5em;
}

/*[6]サイドバー内の各部分指定*/
/*サイドバータイトル */

#sidebar .p_sidetitle {
	text-align: center;
	margin: 0;
	padding: 0.5em 0;
	border-bottom: 1px solid 
	font-size: 150%;
	font-weight: bold;
	color: #48d1cc;
}

/* サイドバー内の文字(P) */

#sidebar p{
	text-align: left;
	margin: 1em 0;
	padding: 0;
	padding: 0;
	line-height: 1.5em;
}

/* リスト/サイドバーメニュー */

#sidebar .localnavi {
	list-style-type: none;
	margin: 0 0 2em 0;
}

#sidebar .localnavi li {
	display: inline;
	font-weight:bold;
	font-size:130%;
}

#sidebar .localnavi li a {
	text-decoration: none;
	width: 250px;
	display: block;
	padding: 0.5em 0 0.5em 10px;
	background: url(img/saide-4.png) no-repeat 0 100%;
	background-position:0 -90px;
	border-bottom: 1px solid #fffacd;
}

#sidebar .localnavi li a:hover {
	background-position:0 0px;
	color: #ff69b4;

}

/* リスト */

#sidebar ul {
	margin: 2em 0 2em 10px;
}

#sidebar li {
	margin-bottom: 0.5em;
}

/*########################################

[7]フッター内の各部分指定 */

#footer p {
	text-align: right;
	color: #ff69b4;
}

/*#######################################
[8]フォーム
########################################*/
