﻿@charset "UTF-8";

/*

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

act-one  Base Styles






Version: 1.00

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





/* styleReset

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

* {

	margin: 0;

	padding: 0;

	color: #000000;

	font-style: normal;

	text-decoration: none;

}



h1, p, address {

	font-weight: normal;

	font-style: normal;

}



img {

	border: none;

}



/* pageStructureCommon

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

body {

	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;

	background: #ffffff;

	text-align: left;

	color: #333333;

}





/* pageStructureOthers

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

#others #main {

	padding: 10px 5px 10px 5px;

}



#others #main p {

	font-size: 0.8125em;

	line-height: 1.4em;

}





/* headings

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

h3 {

	margin: 0 0 0.2em 0;

	font-size: 0.875em;

	font-weight: bold;

	color: #1252b3;

}



h4 {

	margin: 0 0 3px 0;

	font-size: 0.8125em;

	font-weight: bold;

}



h5 {

	margin: 0 0 3px 0;

	font-size: 0.8125em;

	font-weight: bold;

}









/* lists

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

ul {

	margin: 0 0 1em 0;

	padding: 0;

}



.listCircle {

	list-style: circle;

}



.listCircle li {

	margin: 0 0 0.4em 15px;

	padding: 0;

	font-size: 0.8125em;

	line-height: 1.3em;

}



.listDisk {

	list-style: none;

}



.listDisk li {

	margin: 0 0 0.4em 15px;

	padding: 0;

	font-size: 0.8125em;

	line-height: 1.3em;

}



.listSquare {

	list-style: square;

}



.listSquare li {

	margin: 0 0 0.4em 15px;

	padding: 0;

	font-size: 0.8125em;

	line-height: 1.3em;

}



.listDecimal {

	margin-left: 5px;

	list-style: decimal;

}



.listDecimal li {

	margin: 0 0 0.4em 19px;

	padding: 0;

	font-size: 0.8125em;

	line-height: 1.3em;

}



.listStyleNone {

	list-style: none;

}



.listStyleNone li {

	margin: 0 0 0.4em 0;

	padding: 0;

	font-size: 0.8125em;

	line-height: 1.3em;

}



#news li {

	margin: 0 0 3px 15px;

	padding: 0;

	list-style: circle;

	line-height:1.3em;

}



.sitemap {

	list-style: none;

	font-size: 0.8125em;

	line-height: 1.4em;

}





/* misc

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

hr {

	margin-bottom: 15px;

}



p {

	margin: 0 0 1em 0;

}



img {

	border: 0;

}



.print {

	display: none;

}




