/* +++++++++++++++++++++ ベース設定 +++++++++++++++++++++ */
/***** anchor *****/


a { text-decoration: underline; }
a:link { text-decoration: underline; color: #666666; }
a:visited { text-decoration: underline; color: #666666; }
a:hover { text-decoration: underline; color: #111D69; }
a:active { text-decoration: underline; color: #3399FF; }

img { border: none; }

/***** end *****/
/* ++++++ ブログの横幅設定 ++++++ */

#container {
	width: 800px;
	}


/* ++++++ ２段組の横幅設定 ++++++ */

	/* コンテンツ部分の横幅 */
	#center	{
		width: 595px;
		}

	/* サイドバーの横幅 */
	#left, #right	{
		width: 200px;
		}


/* ++++++ その他設定 ++++++ */

body {
       	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #efefef;
	background-image: url(http://www.mpl.co.jp/images/container-bg.gif) ;
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: 50% 50%;
	}

#container {
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	}
#banner	{
	overflow: hidden;
	}

#center {
	float: left;
	overflow: hidden;
	}

#left {
	float: left;
	overflow: hidden;
	}

#right {
	float: left;
	overflow: hidden;
	}
#footer	{
	clear: both;
	}




/* +++++++++++++++++++++ レイアウトのデザイン設定 +++++++++++++++++++++ */

#container {
	border-left: solid 0px #999;
	border-right: solid 0px #999;
	background-color: #fff;
	background-image: url(http://www.mpl.co.jp/images/container-bg-2.gif);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: 0 0;
	}

#banner	{
	border-bottom: solid 2px #97C946;
	margin-bottom: 15px;
	padding-bottom: 5px;
	}

.content	{
	border: solid 0px #999;
	}

.navi	{
	border-bottom: solid 2px #ddd;
	}

.sidebar	{
	border: solid 0px #999;
	}

/* ++++++ 枠内の余白 ++++++ */

	/* コンテンツ内の左右の余白 */
	.content div	{
		margin-left: 15px;
		margin-right: 15px;
		}

	/* コンテンツ内の上の余白 */
	.content	{
		padding: 0px;
		margin-bottom: 5px;
		}

	/* サイドバー内の左右の余白 */
	.sidebar div {
		margin-left: 0px;
		margin-right: 0px;
		}

	/* サイドバー内の上下の余白 */
	.sidebar {
		padding-top: 0px;
		padding-bottom: 0px;
		}

	/* ナビ内の左右の余白 */
	.navi div {
		margin-left: 5px;
		margin-right: 15px;
		}

	/* ナビ内の上下の余白 */
	.navi {
		padding-top: 0px;
		padding-bottom: 15px;
		}

	.content div div, .sidebar div div, .navi div div {
		margin-left: 0;
		margin-right: 0;
		}

/* ++++++ 段の間隔・横幅 ++++++ */

	#left	{
		margin-right: 5px;
		}

	#right	{
		margin-left: 5px;
		}

	#center	{

		}

	.navi {
		margin-bottom: 5px;
		}

/* +++++++++++++++++++++ パーツのデザイン設定 +++++++++++++++++++++ */

/* topflash  */
.top-flash {
	padding: 0px;
	margin: 0px 15px 15px 15px;
	}


/* ヘッダー */

h1	{
	font-size: 10px;
	font-family: sans-serif;
	font-weight: normal;
	margin:  5px 15px 3px 0px;
	}

h1 a:link, h1 a:visited, h1 a:active  { color: #666; text-decoration: none; }
h1 a:hover {color: #c0c0c0;text-decoration: none; }

#title	{
	text-align: right;
	padding-left: 10px;
	margin: 0px;
	}
#subtitle	{
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
	}
#subtitle img	{
	margin-left: 15px;
	margin-right: 0px;
	border-color: #666;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	}
.nav {
	text-align: left;
	height: auto;
	line-height: 150%;
	font-size: 11px;
	padding: 5px 15px;
	margin: 0px;
	color: #666;
	background-color: #fff;
	border-bottom: solid 2px #CBE4A2;
	word-break: keep-all;
	}
.nav a:link, .nav a:visited, .nav a:active
  { color: #666; text-decoration: none; }
.nav a:hover
  { text-decoration: underline; }
#footer	{
	background-image: url(images/footer-back.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 100% 0%;
	border-color: #efefef;
	margin-top: 0px;
	padding: 10px;
	color: #333;
	font-size: 12px;
	font-family: monospace;
	text-align: left;
	border-top: solid 0px #999;
	}
#footer h2 {
	margin: 0px;
	font-size: 10px;
	color: #333;
	font-weight: normal;
	margin-bottom: 15px;
	}
#footer	span {
	margin-top: 0px;
	padding: 10px;
	color: #333;
	font-size: 12px;
	font-weight: normal;
	}
#footer	strong {
	margin-top: 0px;
	padding-left: 10px;
	color: #666;
	font-size: 9px;
	font-weight: normal;
	float: right;
	}
.top-menu ul	{

	font-size: 12px;
	list-style-type:none;
	margin: 0px 10px 0px 10px;
	padding:0;
	}
.top-menu li	{
	text-align: center;
	border: solid 0px #ddd;
	padding: 0;
	margin: 0px;
	float: left;
	width: 20%;
	}

.top-menu a, .top-menu a:link, .top-menu a:visited, .top-menu a:active  {
	color: #666;
	font-weight: normal;
	text-decoration: none;
	border-bottom: solid 1px #ddd;
	background-image: url(http://www.mpl.co.jp/images/top-menu.gif);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 50% 50%;
	padding: 6px 0px 5px 0px;
	margin: 3px;
	display: block;
	position: relative;
	}

.top-menu a:hover  {
	text-decoration: underline;
	color: #333;
	font-weight: normal;
	text-decoration: none;
	border: solid 1px #999;
	background-image: url(http://www.mpl.co.jp/images/top-menu-over.gif);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 50% 50%;
	padding: 5px 0px 5px 0px;
	margin: 3px;
	display: block;
	position: relative;
	}

/* ++++++ コンテンツ部分のデザイン ++++++ */

/* 新着更新リスト  */
.news {
	border-bottom: dotted 1px #aaa;
	padding: 0px;
	margin: 0px 15px 15px 15px;
	}
.news h2 {
	margin: 0px 0px 5px 0px;
	font-size: 11px;
	padding: 6px 3px 5px 90px;
	background-color: #fff;
	background-image: url(http://cms.mpl.co.jp/images/newsh2back.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	border-color: #999;
	border-width: 0px 0px 1px 0px;
	border-style: dotted;
	font-weight: normal;
	color: #666;
	text-align: left;
	}
.news ul {
	font-size: 13px;
	list-style-type:none;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left:5px;
	padding-left:0px;
	}
.news li {
	font-size: 11px;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
	border-bottom: dotted 0px #ddd;
	padding: 0px 3px 0px 18px;
	background: url(images/newslist.gif) 0 2px no-repeat;
	line-height: 150%;
	}
/* ブログ更新リスト  */
.blog-news {
	background-color: #F3F3E0;
	padding: 0 0 5px 0;
	margin: 10px;
	border-color: #ddd;
	border-width: 1px;
	border-style: solid;
	}
.blog-news h2 {
	position: relative;
	margin: 5px 5px 15px 5px;
	font-size: 13px;
	padding: 4px 5px 5px 10px;
	color: #444;
	background-color: #fff;
	background-image: url(image/menuline-back.gif);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
	border-color: #CBE4A2;
	border-width: 0px 0px 2px 0px;
	border-style: solid;
	text-align: right;
	font-weight: normal;
	}
.blog-news ul {
	list-style-type: none;
	margin: 10px 10px 0px 10px;
	line-height: 100%;
	padding: 0px;
	}
.blog-news li {
	text-align: left;
	font-size: 11px;
	margin-bottom: 5px;
	border-color: #999;
	border-width: 0px 0px 1px 0px;
	border-style: dotted;
	padding: 0px 0px 0px 15px;
	background: url(images/newslist.gif) 0 1px no-repeat;
	}
/* RSSリスト  */
.rssnews {
	border-bottom: dotted 1px #aaa;
	padding: 0px;
	margin: 0px 15px 15px 15px;
	}
.rssnews h2 {
	margin: 0px 0px 5px 0px;
	font-size: 11px;
	padding: 4px 3px 3px 120px;
	background-color: #fff;
	background-image: url(images/newsh2back.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	border-color: #999;
	border-width: 0px 0px 1px 0px;
	border-style: dotted;
	font-weight: normal;
	color: #666;
	text-align: left;
	}
.rssnews ul {
	font-size: 13px;
	list-style-type:square;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left:35px;
	padding-left:0px;
	}
.rssnews li {
	font-size: 11px;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
	border-bottom: dotted 0px #ddd;
	padding-left: 5px;
	background: url(images/.gif) 0 5px no-repeat;
	line-height: 150%;
	}

/* エントリー */
.content h2	{
	position: relative;
	margin: 0px 0px 5px 0px;
	font-size: 13px;
	padding: 4px 5px 3px 10px;
	color: #666;
	background-color: #ddd;
	background-image: url(http://www.mpl.co.jp/images/entryh2back.gif);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 50%;
	border-color: #ddd;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	text-align: left;
	font-weight: bold;
	}
.content h2 span	{
	font-size: 10px;
	font-weight: normal;
	color: #333;
	text-align: right;
	margin: 3px 0px 0px 0px;
	}

.entry h3	{
	margin-top: 15px;
	margin-bottom: 25px;
	font-size: 14px;
	border-bottom: solid 1px #BDD86B;
	background-color: #fff;
	background-image: url(http://cms.mpl.co.jp/images/entryh3back.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	color: #333;
	padding: 5px 0px 4px 15px;
	}

.entry h4	{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 14px;
	border-left: solid 5px #aaa;
	background-color: #efefef;
	padding: 5px 0 5px 5px;
	color: #333;
	}
.entry	{
	font-size: 13px;
	color: #333;
	line-height: 150%;
	}
.entry blockquote	{
	font-size: 13px;
	color: #666666;
	line-height: 150%;
	border-style: solid;
	border-width: 0px;
	border-color: #ddd;
	background-color: #fff;
	padding: 5px;
	margin: 0px 20px;
	}
.entry ul {
	list-style-type: disc;
	margin: 10px;
	line-height; 120%;
	padding: 0px;
	}
.entry li {
	text-align: left;
	font-size: 12px;
	margin-bottom: 6px;
	border-color: #999;
	border-width: 0px 0px 0px 0px;
	border-style: dashed;
	}
.entry table,td	{
	font-size: 12px;
	color: #666666;
	line-height: 120%;
	}
.box1	{
	font-size: 13px;
	color: #666666;
	line-height: 150%;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #666;
	background-color: #fff;
	padding: 10px;
	margin: 10px 0px;
	}
.entry p.posted	{
	font-size: 0.66em;
	color: #aaaaaa;
	border-top: solid 1px #996;
	padding-top: 6px;
	}

.entry a	{

	}

.entry	{
	margin-bottom: 20px;
	}

.right {
	float: right;
	margin: 10px 0px 10px 10px;
	border: none;
	}
.left {
	float: left;
	margin: 10px 10px 10px 0px;
	border: none;
	}
.extended {
	text-align: right;
	}

/* ナビ */
.navi	{
	font-size: 12px;
	padding-left: 10px;
	}
/* 前後のエントリーへのリンク */

#entrylink	{
	font-size: 12px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	}

#entrylink a	{

	}

#entrylink p	{

	}


/* トラックバック */

#trackbacks	{
	border: solid 1px #ddd;
	padding: 5px 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	}

#trackbacks h2	{
	font-size: 0.75em;
	margin-bottom: 0;
	}

#trackbacks p	{
	font-size: 0.75em;
	color: #666666;
	margin-top: 8px;
	}

#trackbacks h3	{
	font-size: 0.75em;
	color: #999999;
	margin-bottom: 0;
	border-top: solid 1px #ddd;
	padding-top: 20px;
	}

#trackbacks a	{

	}



/* コメント */

/* comment */

.content h5{
	font-size: 0.75em;
	background-color: #dddddd;
	margin: 5px 0px 0px 0px;
	padding: 5px 5px 5px 20px;
        overflow:hidden;
        width: 95%;
}


#comments h2 {
	font-size: 0.75em;
	background-color: #dddddd;
	}
#comments h2#com01 {
	font-size: 0.75em;
	background-color: #dddddd;
	}



#comments p	{
	font-size: 0.75em;
	color: #666666;
	}

#comments p.posted	{
	color: #999999;
	padding-left: 30px;
	}

#comments textarea	{
	width: 490px;
	height: 200px;
	}

/**************** inspire ********************/

#comments {

	padding: 5px 20px;
	margin-top: 20px;
}


#comments-header,
#comments-open-header {
    margin: 15px 0;
}

#comment-content,
#comments-open-content {
    margin: 0 2px;
    padding: 0;
    font-size: 83.3%;
    line-height: 1.5;
    word-break: break-all;
}

#comment-content p {
    margin-top: 10px;
    margin-bottom: 5px;
}

#comment-footer {
    margin-right: 2px;
    padding-top: 3px;
    border-top: 1px dotted #36414d;
    font-size: 66.6%;
    text-align: right;
}

#comments-open-data p {
    margin-bottom: 10px;
}
#comment-post {
    font-weight: bold;
}
#comment-author, #comment-email, #comment-url {
    width: 220px;
    height: 20px;
}
html > body #comment-author,
html > body #comment-email,
html > body #comment-url {
    height: 15px;
}

#comment-bake-cookie {
    margin-left: 2px;
    vertical-align: middle;
}
#comments-open-footer {
    margin-top: 15px;
    text-align: left;
}
.comments-open label {
    display: block;
}




/* ++++++ サイドバー部分のデザイン ++++++ */

/* メニュー */

.sidebar 	{
	position: relative;
	}


.menu	{
	margin-bottom: 0px;
	}

.menu ul	{
	background-color: #fff;
	font-size: 12px;
	list-style-type:none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
	}

.menu h2	{
	border-bottom: solid 1px #ddd;
	background-color: #ddd;
	text-align: left;
	color: #333;
	padding: 7px 6px 7px 25px;
	font-size: 12px;
	font-weight: normal;
	margin: 0px 10px 0px 0px;
	border: solid 0px #666;
	}
.menu-list	{
	background-color: #fff;
	margin: 0px 10px 1px 0px;
	text-align: left;
	border-bottom: solid 1px #fff;
	display: block;
	padding: 0px 0px 0px 0px;
	}
.menu-list a, .menu-list a:link, .menu-list a:visited, .menu-list a:active{
	color: #666;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	padding: 5px 5px 5px 5px;
	background-color: #fff;
	background-image: url(http://cms.mpl.co.jp/images/menu-list.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 100% 100%;
	position: relative;
	display: block;
	width: auto;
	border-top: solid 1px #efefef;
	border-bottom: solid 1px #efefef;
	border-right: solid 1px #efefef;
	border-left: solid 1px #efefef;
	}

.menu-list a:hover	{
	color: #444;
	font-weight: normal;
	text-decoration: none;
	background-color: #FBFDEF;
	background-image: url(http://cms.mpl.co.jp/images/menu-listover.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 100% 100%;
	position: relative;
	display: block;
	width: auto;
	border-top: solid 1px #efefef;
	border-bottom: solid 1px #efefef;
	border-right: solid 1px #efefef;
	border-left: solid 1px #efefef;
	}
.menu-line	{
	background-color: #333;
	background-image: url(images/menuline-back.gif);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 100% 50%;
	margin: 0px 10px 1px 0px;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	padding: 6px 6px 5px 6px;
	border-right: solid 1px #ddd;
	border-left: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	border-top: solid 1px #ddd;
	display: block;
	}
/**************** 会社概要テーブル スタート ****************/
.company {
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	padding: 0px;
	border-collapse: collapse;
	border: 1px solid #666;
	width: 100%;
	margin: auto auto;
	background-color: #999;
	}
.company th {
	border-collapse: collapse;
	border: 1px solid #ddd;
	padding: 3px;
	text-align: center;
	background-color: #6B2C29;
	color: #fff;
	}
.company td {
	border-collapse: collapse;
	border: 1px solid #ddd;
	padding: 5px;
	text-align: left;
	line-height: 150%;
	background-color: #fff;
	}
/* フィード情報 */
#feed	{
	margin-top: 0;
	margin-bottom: 0px;
	margin-left:0;
	padding: 15px;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #666;
	}
#feed img	{
	border: none;
	margin: 0px 5px 8px 0px;
	}

.blog h2 {
	background-image: url(images/menulineback.gif);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
	margin: 0px 10px 5px 0px;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	padding: 5px 6px 5px 6px;
	border: solid 1px #ddd;
	}
.blog h3	{
	margin: 10px 10px 0px 0px;
	font-size: 12px;
	}
.blog img {
	float: left;
	margin: 0px 5px 0px 0px;
	border: none;
	}
.blog span {
	text-align: left;
	color: #903;
	font-size: 10px;
	font-weight: normal;
	display: block;
	margin: 5px 15px 5px 5px;
	}
.blog p {
	text-align: left;
	color: #333;
	font-size: 9px;
	font-weight: normal;
	display: block;
	margin: 5px 15px 5px 5px;
	}
/**************** 確認画面 スタート ****************/
#confirm {
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	}

#confirm table {
	padding: 0px;
	border-collapse: collapse;
	border: 1px solid #444;
	width: 600px;
	margin: 0px auto 0px auto;
	}

#confirm caption {
	padding: 0px;
	border-collapse: collapse;
	border: 0px solid #666;
	width: 600px;
	margin: 10px auto 0px auto;
	padding: 10px;
	color: #444;
	font-size: 16px;
	}

#confirm th {
	border-collapse: collapse;
	border: 1px solid #444;
	padding: 10px;
	width: 100px;
	text-align: center;
	font-size: 12px;
	color: #444;
	background-color: #efefef;
	}
#confirm td {
	border-collapse: collapse;
	border: 1px solid #444;
	padding: 10px;
	text-align: left;
	font-size: 12px;
	color: #666;
	}
/**************** 確認画面 エンド ****************/

.wiki	{
	margin-bottom: 0px;
	}
.wiki h2	{
	border-bottom: solid 1px #ccc;
	background-image:url(images/menuline-back.gif);
        background-repeat: repeat;
	background-position: 0 50%;
	text-align: left;
	color: #fff;
	padding: 7px 6px 7px 5px;
	font-size: 12px;
	font-weight: normal;
	margin: 0px 10px 0px 0px;
	border-left: solid 1px #ccc;
	}
.wiki ul	{
	background-color: #fff;
	font-size: 11px;
	list-style-type:none;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
	}
.wiki li	{
	background-color: #fff;
	margin: 0px 5px 0px 0px;
	text-align: left;
	border-bottom: solid 1px #fff;
	display: block;
	padding: 1px 0px 1px 0px;

	}
.wiki li a, .wiki list a:link, .wiki list a:visited, .wiki list a:active{
	color: #333;
	font-size: small;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 6px 0px 16px;
	background-color: #fff;
	position: relative;
	display: block;
	width: auto;
	border-top: solid 0px #999;
	border-bottom: dotted 1px #999;
	border-right: solid 0px #999;
	border-left: solid 0px #333;
	background: url(images/newslist.gif) 0 1px no-repeat;
	}

.side-magazine{
        background-image:url(http://cms.mpl.co.jp/images/magazine-title.jpg);
        background-position: 0% 0%;
        background-repeat: no-repeat;
        width: 190px;
	font-size: small;
	font-weight: normal;
	text-decoration: none;
        background-color: #F0EAD6;
	border: solid 1px #666;
        margin-bottom: 10px;
        padding-bottom: 0px;
        }
.side-magazine table{
        width: 100%;
        margin-top: 150px;
        padding-bottom: 0px;
        }
.side-magazine tr{
        text-align: right;
        }
.side-magazine td{
        text-align: right;
        }
.side-magazine span{
        font-size: 10px;
        color: #AF181D;
        }


.inline{
        width: 520px;
        height: 200px;
        border: solid 1px #ccc;
        scrolling: yes;
        overflow: auto;
        padding: 10px;
        text-align: left;
        }
.inline2{
        width: 555px;
        height: 600px;
        border: solid 1px #ccc;
        scrolling: yes;
        overflow: auto;
        padding: 10px;
        text-align: left;
        }

.blog-news2 {
	background-color: #fff;
	padding: 0 0 5px 0;
	margin: 10px;
	border-color: #ddd;
	border-width: 0px;
	border-style: solid;
	}
.blog-news2 h2 {
	position: relative;
	margin: 0px 0px 5px 0px;
	font-size: 13px;
	padding: 5px 5px 6px 10px;
	color: #fff;
	background-color: #F3F3E0;
	background-image: url(images/blognews2h2back.gif);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 50%;
	border-color: #ddd;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	text-align: right;
	font-weight: normal;
	}
.blog-news2 ul {
	list-style-type: none;
	margin: 10px 10px 0px 10px;
	line-height: 100%;
	padding: 0px;
	}
.blog-news2 li {
	text-align: left;
	font-size: 13px;
	margin-bottom: 5px;
	border-color: #999;
	border-width: 0px 0px 1px 0px;
	border-style: dotted;
	padding: 0px 5px 3px 15px;
	background: url(images/newslist.gif) 0 1px no-repeat;
	}


.shindan-form {
	padding: 0px;
	border-collapse: collapse;
	border: 1px solid #ddd;
	width: 100%
	background: #fff;
	font-size: 12px;
	}
.shindan-form caption{
	padding: 3px;
	border: 0px solid #ddd;
	width: 400px
	background: #fff;
	font-size: 12px;
	text-align: left;
	}
.shindan-form td {
	border: 1px solid #fff;
	padding: 2px;
	background: #dfefff;
	}

.shindan-form td h4 {
	margin: 0px;
	margin-left: 0px;
	font-size: 14px;
	border: solid 1px #fff;
	background-color: #001a99;
	padding: 5px 0 5px 5px;
	color: #fff;
	}

.shindan-form th {
	border: 1px dotted #fff;
	padding: 3px;
	text-align: center;
	color: #fff;
	background: #5DADE5;
	font-weight: normal;
	}

.shindan-form input,select,textarea {
	font-size: 13px;
	padding: 2px;
	}

#shindan-kakunin {
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	}

#shindan-kakunin table {
	padding: 0px;
	border-collapse: collapse;
	border: 1px solid #444;
	width: 700px;
	margin: 0px auto 0px auto;
	}

#shindan-kakunin caption {
	padding: 0px;
	border-collapse: collapse;
	border: 0px solid #666;
	width: 600px;
	margin: 10px auto 0px auto;
	padding: 10px;
	color: #444;
	font-size: 16px;
	}

#shindan-kakunin th {
	border-collapse: collapse;
	border: 1px solid #444;
	padding: 10px;
	width: 250px;
	text-align: left;
	font-size: 12px;
	color: #fff;
	background-color: #888;
	}
#shindan-kakunin td {
	border-collapse: collapse;
	border: 1px solid #444;
	padding: 10px;
	text-align: left;
	font-size: 12px;
	color: #666;
	}