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


a { text-decoration: underline; }
a:link { text-decoration: none; color: #000000; }
a:visited { text-decoration: none; color: #000000; }
a:hover { text-decoration: underline; color: #336600; }
a:active { text-decoration: underline; color: #336600; }

img { border: none; }

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

#container {
	width: 805px;
	}


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

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

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

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

body {
       	text-align: center;
        font-family: "Times New Roman","メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #fff;
        background-image: url(http://www.line-ws.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-repeat: repeat-y;
	background-attachment: scroll;
	background-position: 0 0;
	}

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

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

.navi	{
	border: solid 0px #ddd;
	}

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

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

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

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

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

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

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

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

	.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;
		}

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

/* ヘッダー */

h1	{
	font-size: 10px;
	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: #111D69;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: center;
	height: auto;
	line-height: 150%;
	font-size: 11px;
	padding: 5px 15px;
	margin: 0px;
	color: #666;
	background-color: #fff4ea;
	background-image: url(images/.gif);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	border-color: #ddd;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	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	{
	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: 10px;
	color: #333;
	font-size: 12px;
	font-family: monospace;
	font-weight: normal;
	}
.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://line-ws.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://line-ws.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;
	}

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


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

.top-buner {
	padding: 0px;
	margin: 0px 15px 30px 0px;
	}


/* 新着更新リスト  */
.news {
	border-bottom: 2px #ddd;
	padding: 0px;
	margin: 0px 15px 15px 15px;
　　　　color: #000000;
	}

.news h2 {
	margin: 15px 0px 0px 0px;
	font-size: 11px;
	padding: 5px 5px 5px 70px;
	background-color: #fff;
	background-image: url(images/up.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: #000000;
	text-align: left;
	}

.news ul {
	font-size: 13px;
	list-style-type:none;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left:5px;
	padding-left:0px;
　　　　color: #000000;
	}

.news 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%;
　　　　font-color: #000000;
	}

/* 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%;
	}
.headline {
	margin: 0px 0px 15px 0px;
	font-size: 14px;
	padding: 4px 3px 3px 10px;
	border-color: #999;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	font-weight: bold;
	color: #666;
	text-align: left;
	}
.feedburnerFeedBlock ul {
	font-size: 13px;
	list-style-type:square;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left:35px;
	padding-left:0px;
	}
.feedburnerFeedBlock 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: #333;
	background-color: #ddd;
	background-image: url(images/entryh2back.gif);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
	border-color: #ddd;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	text-align: left;
	font-weight: normal;
	}
.content h2 span	{
	font-size: 10px;
	font-weight: normal;
	color: #333;
	text-align: right;
	margin: 3px 0px 0px 0px;
	}
.entry h3	{
	margin-top: 20px;
	margin-bottom: 30px;
	font-size: 14px;
        padding: 0px 0px 5px 30px;
        background-image: url(images/h3.gif);
        background-repeat: no-repeat;
        background-position: 0% 50%;
　　　　border-bottom: solid 1px #ddd;
	color: #666666;
	}

.entry h3a	{
	margin-top: 20px;
	margin-bottom: 15px;
	font-size: 14px;
        padding: 0px 0px 5px 30px;
        background-image: url(images/h3.gif);
        background-repeat: no-repeat;
        background-position: 0% 50%;
　　　　border-bottom: solid 1px #ddd;
	color: #5C4033;
	}


.entry h4	{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 14px;
	border-left: solid 5px #aaa;
	background-color: #fff4ea;
	padding: 5px 0 5px 5px;
	color: #333;
	}
.entry h5	{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 12px;
	border-left: solid 10px #aaa;
	background-color: #fff4ea;
	padding: 2px 0 2px 5px;
	color: #333;
	}
.entry h5 span	{
	font-size: 9px;
	font-weight: normal;
	color: #555;
	text-align: right;
	margin: 3px 0px 0px 0px;
	}
.entry	{
	font-size: 12px;
	color: #333;
	line-height: 150%;
	}
.entry blockquote	{
	font-size: 13px;
	color: #666666;
	line-height: 150%;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #ddd;
	background-color: #fff4ea;
	padding: 1em;
	margin: 20px 0px;
	}
.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: #000000;
	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	{

	}



/* コメント */

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

#comments h2	{
	font-size: 0.75em;
	}

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

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

#comments div	{
	border-top: solid 1px #ddd;
	}

#comments form div	{
	border-top: none;
	padding-top: 0;
	}

#comments h2#com02	{
	border-top: solid 1px #ddd;
	padding-top: 40px;
	}

#comments a	{

	}

#comments textarea	{

	width: 520px;
	height: 200px;
	}


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

/* メニュー */

.sidebar 	{
	position: relative;
　　　　}
.menu	{
	margin-bottom: 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 ul	{
	background-color: #fff;
	font-size: 12px;
	list-style-type:none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
	}
.menu-list	{
	background-color: #fff;
        margin: 0px 10px 0px 0px;
	text-align: left;
	border-bottom: solid 1px #fff;
	display: block;
	padding: 0px 0px 0px 0px;
	}
.menu-list a	{
	color: #666;
	font-size: small;
	font-weight: normal;
	text-decoration: none;
	padding: 7px 6px 7px 10px;
	background-color: #fff;
        width: auto;
	position: relative;
	display: block;
	border-top: solid 0px #ddd;
	border-bottom: solid 0px #ddd;
	border-right: solid 0px #999;
	border-left: solid 0px #ddd;
	}
.menu-list a:link, .menu-list a:visited, .menu-list a:active	{
	color: #666;
	font-weight: normal;
	text-decoration: none;
	background-color: #fff;
        }
.menu-list a:hover	{
	color: #fff;
	font-weight: normal;
	text-decoration: none; color: #336600;
	background-color: #fff;
        width: auto;
	position: relative;
	display: block;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	border-right: solid 1px #ddd;
	border-left: solid 1px #ddd;
	}
.menu-line	{
	background-color: #fff;
	background-attachment: scroll;
	background-position: 0 0;
	margin: 0px 10px 0px 0px;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	padding: 5px 6px 5px 6px;
	border-right: solid 0px #999;
	border-left: solid 0px #ddd;
	border-bottom: sold 0px #ddd;
	border-top: solid 0px #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: #fff4ea;
	color: #336600;
	}
.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;
	}
.powered	{
	background-color: #fff;
	margin: 0px 0;
	font-size: 7px;
	}

.powered a, .powered a:link, .powered a:visited, .powered a:active, .powered a:hover	{
	color: #fff4ea;
	text-decoration: none;
	}
/**************** 確認画面 スタート ****************/
#confirm {
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	}

#confirm table {
	padding: 0px;
	border-collapse: collapse;
	border: 1px solid #666;
	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: #666;
	font-size: 16px;
	}

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



