@charset "utf-8";

/* =Clearfix
----------------------------------------------- */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
    display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}

/* =Common Class
----------------------------------------------- */

.clear {
    clear: both;
}
.noMar {
    margin-bottom: 0;
}
.noPdd {
    padding-bottom: 0;
}
.noBrd {
    border: none;
}
.noBg {
	background: none;
}
.indent {
    padding-left: 1em;
    text-indent: -1em;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin: 0 15px 15px 0;
}
.alignright {
	display: inline;
	float: right;
	margin: 0 0 15px 15px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Framed Images */
img.framed {
    padding: 3px;
    border: 1px solid #ccc;
    background: #fff;
} 

/* Linked Images */
.opacity a:hover img {
    background: #1f9fff;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

/* =CSS3 */
.textShadow {
	text-shadow:1px 1px 2px rgba(0,0,0,0.13);
	-moz-text-shadow:1px 1px 2px rgba(0,0,0,0.13);
}
.rounded {
    -webkit-border-radius:0 0 0 10px;
    -moz-border-radius:0 0 0 10px;
    border-radius:0 0 0 10px;
    position: relative;
}
.boxShadow {
	-webkit-box-shadow:1px 1px 3px rgba(0,0,0,0.2);
	-moz-box-shadow:1px 1px 3px rgba(0,0,0,0.2);
	box-shadow:1px 1px 3px rgba(0,0,0,0.2);
    position: relative;
}
.boxShadow:hover {
    box-shadow:0px 0px 3px rgba(0,0,0,0.5);
    -moz-box-shadow:0px 0px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.5);
}
a,
.boxShadow,
.opacity a img {
	-webkit-transition: all 400ms linear; /*safari and chrome */
	-moz-transition: all 400ms linear; /* firefox */
	-o-transition: all 400ms linear; /* opera */
	transition: all 400ms linear;
}

/* =Structure
----------------------------------------------- */

html {
	background: #fff url(../images/html_bg.gif) center top repeat;	
}
body {
    behavior: url("csshover3.htc");
	background: #fff url(../images/body_bg.gif) center top repeat;	
}
.wrapper {
	width: 100%;
	text-align: center;
	clear: both;
}
.container {
	width: 997px;
	margin: 0 auto;
	text-align: left;
}
#headerWrapper {
	background: #eee url(../images/header_bg.gif) center top repeat-x;	
}
#gNaviWrapper {
	background: #ddd url(../images/gNaviWrapper_bg.gif) center top repeat-x;
}
#mainVisualWrapper {
	height: 418px;
	background: url(../images/mainVisual_bg.jpg) center top repeat-x;
	padding-top: 5px;
}
#mainWrapper {
}
#main {
	padding-top: 30px;
}
#mainCol {
	width: 807px;
	margin: 0 auto;
}
#rightCol {
	width: 248px;
	border: 1px solid #ccc;
	float: right;
}
#toTop {
    padding: 30px 15px 0 0;
	text-align: right;
	clear: both;
}
#footerWrapper {
	height: 100px;
	background: url(../images/footer_bg.jpg) center top repeat-x;
}

/* =Global
----------------------------------------------- */

body, input, textarea {
	color: #373737;
	/* font-family: Helvetica,Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; */
	font-family: "ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
    font-size: 14px;
	font-weight: 300;
	line-height: 1.4;
}
/* Text elements */

article h1.pageTitle {
}
section h1 {
	height: 26px;
	margin-bottom: 14px;
}
section h2 {
	color: #666;
	font-size: 16px;
	font-wight: bold;
	margin-bottom: 15px;
	padding-top: 15px;
	line-height: 1;
}
h3 {
	color: #555;
	font-size: 21px;
	font-wight: bold;
	margin-bottom: 15px;
	padding: 1px 0 0 6px;
	border-left: 6px solid #63a7fb;
	line-height: 0.9;
}
h4 {
	color: #555;
	font-wight: bold;
	margin-bottom: 15px;
}
p {
	margin-bottom: 15px;
}
ul, ol {
	margin-bottom: 15px;
}
ul li {
	margin-bottom: 10px;
	padding-bottom: 3px;
    border-bottom: 1px dotted #ccc;
}
ol li {
    margin-left: 1.4em;
	margin-left: 1.7em\9; /* IE8 and below */
    margin-bottom: 10px;
	padding-bottom: 3px;
    border-bottom: 1px dotted #ccc;
    list-style-type: decimal;
}
dl {
	margin-bottom: 10px;
	padding-bottom: 3px;
    border-bottom: 1px dotted #ccc;
}
dt {
	color: #777;
	font-weight: bold;
    width: 20%;
    float: left;
    clear: left;
}
dd {
    margin-left: 20%;
}
strong {
	font-weight: bold;
}

/* Table */
table {
	width: 100%;
	border-collapse:collapse;
	margin-bottom: 15px;
}
table th {
	color: #676767;
	font-weight: bold;
	border: 1px solid #ddd;
	padding: 5px 10px;
	text-align: left;
    vertical-align: middle;
}
table td {
	border: 1px solid #ddd;
	padding: 5px 10px;
	text-align: left;
}
.bgGray {
    background: #f9f9f9;
}
.bgLightGray {
    background: #fdfdfd;
}
.w50 {
    width: 50%;
}
.w35 {
    width: 35%;
}
.w15 {
    width: 15%;
}

/* Links */
a {
	color: #1982d1;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	color: #1f9fff;
	text-decoration: underline;
}

/* =Header
----------------------------------------------- */

#branding {
    height: 105px;
}
#branding hgroup {
	width: 50%;
}
#siteTitle {
	padding: 25px 0 0 15px;
    line-height: 1;
    float: left;
}

/* =gNavi
----------------------------------------------- */
#gNavi {
	margin: 77px 15px 0 0;
	float: right;
}
#gNavi ul {
	margin: 0;
	background: url(../images/gNavi_btn.gif) left -45px no-repeat;
	list-style: none;
}
#gNavi ul li {
	margin: 0;
	padding: 0;
    border: none;
	float: left;
}
#gNavi ul li a {
	line-height: 2;
	background: url(../images/gNavi_btn.gif) left top no-repeat;
	/*text-indent: -9999px;*/
    text-align: center;
	display: block;
}
#gNavi ul li.btn_01 a {
	background-position: left top;
}
#gNavi ul li.btn_02 a {
	background-position: -133px top;
}
#gNavi ul li.btn_03 a {
	background-position: -261px top;
}
#gNavi ul li.btn_04 a {
	background-position: -389px top;
}
#gNavi ul li.btn_05 a {
	background-position: -517px top;
}
#gNavi ul li a:hover,
#home #gNavi ul li.btn_01 a,
#page2 #gNavi ul li.btn_02 a,
#page3 #gNavi ul li.btn_03 a,
#page4 #gNavi ul li.btn_04 a,
#page5 #gNavi ul li.btn_05 a {
	background: none;
}

/* =mainVisual
----------------------------------------------- */
#mainVisual {
	width: 817px;
	height : 413px;
	margin: 0 auto;
	margin-bottom: 5px;
	position: relative;
	overflow: hidden;
}
#mainVisual img {
	width: 817px;
	height : 413px;
	top: 0;
	left: 0;
	position: absolute;
}

/* =mainContent
----------------------------------------------- */
article {
}
#rightCol #contents {
    padding: 15px;
}
section {
	width: 389px;
	margin: 0 14px 15px 0;
	float: left;
}
.rSection {
	margin-right: 0;
	float: right;
}

/* =Footer
----------------------------------------------- */
#colophon {
    overflow: hidden;
}
#logo {
	width: 82px;
	padding: 9px 7px 0 0;
    float: right;
}
#textArea {
	width: 600px;
	float: left;
}
#info {
	color: #ddd;
	font-size: 12px;
	line-height: 1.8;
	width: 280px;
	margin: 0;
	padding: 29px 0 0;
	text-align: justify;
	float: right;
}
/* fNavi */
#fNavi ul {
	margin: 15px 0 0 15px;
	list-style: none;
}
#fNavi ul li {
	margin: 0;
	padding: 0;
    border: none;
	float: left;
}
#fNavi ul li a {
	padding: 0;
	display: block;
}

/* Site Generator Line */
#site-generator {
	color: #ddd;
	font-size: 12px;
	padding: 38px 0 0 15px;
}
#site-generator a {
	color: #ddd;
}

/* =home
----------------------------------------------- */
#greeting {
	margin-bottom: 43px;
}
#fstSct h1 {
	width: 152px;
}
#home section p {
	padding-left: 5px;
	line-height: 1.8em;
}

/* =introduction
----------------------------------------------- */
#introduction article header {
	margin-bottom: 43px;
}
#self-intro {
	margin-bottom: 30px;
}
#introduction article header h2 {
	font-size: 19px;
	margin-bottom: 43px;
	padding-left: 5px;
}
#introduction section ul {
	padding: 0 5px;
}

/* =access
----------------------------------------------- */
#access article header {
	margin-bottom: 10px;
}
#access article header h1 {
	margin-bottom: 10px;
}
#access section ul {
	padding: 0 5px;
}
#access .lines {
	margin-bottom: 10px;
}

/* =calendar
----------------------------------------------- */
#calendar article header {
	margin-bottom: 30px;
}
#calendar article header h1 {
	margin-bottom: 30px;
}
#calendar section {
	width: 807px;
	margin: 0;
}
#calendar section p {
	padding-left: 5px;
}

/* =expense
----------------------------------------------- */
#expense article header {
	margin-bottom: 43px;
}
#expense article header h1 {
	margin-bottom: 30px;
}
#expense article header dl {
	font-size: 19px;
	margin-bottom: 43px;
	padding-left: 5px;
	border: none;
}
#expense article header dl dt {
	color: #373737;
	width: 19%;
}
#expense article header dl dd {
	font-weight: bold;
	margin-left: 19%;	
}
#expense section {
	width: 807px;
	margin: 0;
}
#expense section p {
	padding-left: 5px;
}
#expense section dl {
	margin-bottom: 30px;
	padding-left: 5px;
	border: none;
}
#expense section dl dt {
	color: #373737;
	width: 15%;
}
#expense section dl dd {
	margin-left: 15%;	
}
#expense section table {
	width: 802px;
	margin-left: 5px;	
}
