@charset "Shift_JIS";

/********************************************************
★リセット★
********************************************************/

/* フォントサイズ統一
********************/
body {
	font: 13px/1.231 arial,helvetica,clean,sans-serif;
	font-size: small; /* for IE */
	font: x-small; /* for IE in quirks mode */
}

input,
button {
	font: 99% arial,helvetica,clean,sans-serif;
}

table {
	font-size: inherit;
	font: 100%;
}

h1 {
	font-size: 153.9%; /* 20px 相当の大きさ*/
}

p {
	font-size: 116%; /* 15px 相当の大きさ*/
}



/********************************************************/

body,div,ul,li,h1,form,input,
p,th,td {
     margin: 0;
     padding: 0;
}

html {
	 overflow-y: scroll;
}

h1 {
     font-size: 108%;
}

p {
     margin: 0 0 1em 0;
}
ul {
     list-style: none;
}

img {
     border: 0;
}

table {
     border-collapse: collapse;
     border-spacing: 0;
}

th,var {
     font-style: normal;
}


/********************************************************
★基本設定★
********************************************************/
body {
	background: #FFFFFF;
	text-align: center;
}
h1,p,ul,th,td {
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.5;
	color: #444;
}

/********************************************************
基本書式
********************************************************/
div#titlebar {
	background: url(../../Img/busshitsu_thead_bkgnd.gif);
	border: 1px solid #CCCCCC;
	margin: 0px 0px 20px;
	height: 30px;
}

div#titlebar h1 {
	font-size: 108%;
	font-weight: bold;
	padding: 5px 10px 0 10px;
	float:left;
}

div#titlebar .closebtn {
	margin:4px 10px 0 0;
	width:60px;
	height:22px;
	font-size: 77%;
	float:right;
}

.alert {
	color: #FF3300;
}


/********************************************************
★350px幅ページ★
*********************************************************/
div#w350 {
	width: 350px;
	margin: 20px auto;
	text-align: left;
	
}

/*
基本書式
********************************************************/
div#w350 p {
	font-size: 85%;
	margin: 0.5em 20px 1em;
}

/*
★テーブル★
********************************************************/
div#w350 table {
	margin: 10px 0;
	border-collapse: collapse;
	width: 100%;
	table-layout: auto;
	
}
div#w350 th, div#w350 td {
	padding: 4px 6px;
	border: 1px solid #DDD;
	font-size: 85%;
	text-align: left;
}
div#w350 th {
	text-align: left;
	background: #EEE;
}


/*
送信ボタン★
********************************************************/
div#w350 .action {
	text-align: center;
	padding-bottom: 20px;
	margin: 20px 0px 30px;
}
div#w350 .action .formbtn {
	width:160px;
	height:30px;
	margin: 0 20px;
	font-size: 85%;
}

/********************************************************
★ログインページ★
*********************************************************/
table.logintable {
	margin: 0 auto 0.5em;
	border-collapse: collapse;
	width: 90%;
	table-layout: auto;
	border: 1px solid #DDD;
}
table.logintable th, table.logintable td {
	padding: 7px 10px;
	border: 1px solid #DDD;
	font-size: 85%;
	text-align: left;
	line-height: 1.7;
}
table.logintable th {
	text-align: left;
	background: #EEE;
}

.hankaku 
{
	ime-mode:disabled; 
}


/********************************************************
★リストページ★
********************************************************/
div#pdfbtn300x30 {
}
div#pdfbtn300x30 ul {
	margin-top: 20px;
	margin-left: 25px;
	float: left;
	width: 300px;
	font-size: 85%;
	font-weight: bold;
}
div#pdfbtn300x30 li {
	line-height: 30px;
	list-style-type: none;
	text-align: center;
	text-indent: -10px;
}
div#pdfbtn300x30 li a {
	display: block;
	width: 300px;
	height: 30px;
}

div#pdfbtn300x30 li a {
	background: url(../../Img/btn_pdf_bk_300x30.gif)  0 0 no-repeat;
	text-decoration: none;
}
div#pdfbtn300x30 li a:hover {
	background: url(../../Img/btn_pdf_bk_300x30.gif)  0 -30px no-repeat;
	text-decoration: none;
}
div#pdfbtn300x30 li a:link    {color: #444; text-decoration: none;}
div#pdfbtn300x30 li a:visited {color: #444; text-decoration: none;}
div#pdfbtn300x30 li a:hover   {color: #FF6600; text-decoration: none;}
div#pdfbtn300x30 li a:active  {color: #FF0000; text-decoration: none;}

