@charset "utf-8";
/* ベーススタイル */


body,div,p,form,input,select,option,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,address,a,img{
	margin:0px;
	padding:0px;
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	line-height:1.5;
	text-align:center;
}
ul {
	list-style-type: none;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/* ～カラーチェンジここから～ */
/* 背景色と全体 */

body {
	font-size: 80%;
	font-family:'ＭＳ Ｐゴシック',Verdana,Arial,sans-serif;
	color: #555555;
	background: #c3e0f3;
}

#container {
	width:700px;
	margin-right: auto;
	margin-left: auto;
	border-left: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	background: #ffffff;
}
#article {
	width: 645px;
	padding-left: 20px;
}


/* 冠部分 */

#header {
	padding-bottom: 2px;
	background: #61b3e9;
}
h1 {
	color:#ffffff;
	text-align: left;
	padding: 90px 5px 0px 10px;
	font-size: 140%;
	font-weight: bold;
}
/* パンくずリスト */

#topicPath {
	font-size: 10px;
	text-align: right;
	color: #ffffff;
	padding-right: 16px;
}
#topicPath li {
	display: inline;
	padding-right: 2px;
	text-align: left;

}
#topicPath li a {
	color: #ffffff;
}
#topicPath li a:hover {
	text-decoration: underline;
	color: #fa9c20;
}

/* 見出し */
h2 {
	border-bottom: 1px solid #cccccc;
	border-left: 4px solid #ff7b5c;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 8px;
	font-size: 130%;
	color: #fa9c20;
	font-weight: bold;
	padding: 5px 10px;
	width:635px;
	line-height: 1.0;
	float: left;
	clear: left;
	text-align :left;
}
/* ブログ */

#text {
	width:645px;
	text-align: left;
	padding-left: 5px;
}
#information dd {
	width:645px;
	text-align: left;
	font-size: 90%;
	padding-top: 5px;
	padding-left: 5px;
}
#information dt {
	border-bottom: 1px solid #cccccc;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 8px;
	font-size: 120%;
	color: #489fd8;
	border-left: 4px solid #489fd8;
	font-weight: bold;
	padding: 5px 10px;
	line-height: 1.0;
	text-align :left;
	width:635px;
}



/* リンク部分 */

a {
	text-decoration: none;
	color: #162eae;
}
a:hover {
	text-decoration: underline;
	color: #5f80df;
}
.link {
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 1px 0px;
	width: 645px;
}

.link a {
	color: #fa9c20;
	font-size: 100%;
}
.link a:hover {
	color: #ff0000;
	text-decoration: none;
}
.next {
	text-align: right;
	margin-bottom: 10px;
	padding: 1px 0px;
	width: 645px;
}
/* Googleニュース */

#googleNews {
	margin-top: 15px;
	padding: 10px 10px 25px 10px;
	border: 2px #dddddd solid;
	background: #ffffff;
	width: 635px;
	float: left;
	clear: left;
}
#googleNews dt {
	padding-top: 15px;
	text-align: left;
	font-size: 90%;
	font-weight: bold;
	border-bottom: 1px #bbbbbb dotted;
}
#googleNews dd {
	text-align: left;
	font-size: 90%;
	padding-top: 10px;
}
#googleNews a {
	color: #fa9c20;
	font-size: 120%;
}
/* 会社概要 */

table {
	clear: left;
	border-collapse: collapse;
	width: 655px;
	border: 1px solid #cccccc;
	margin-top: 10px;
	margin-bottom: 20px;
}
table {
	/margin-left: 0px;
}
th {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: left;
	padding: 10px 0px 10px 10px;;
	font-size: 12px;
	background: #c7e7b6;
}
td {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: left;
	padding: 10px 0px 10px 10px;
	font-size: 12px;
	line-height: 1.5;
}

/* フッターの色 */

#copy-right {
	background: #61b3e9;
	color: #ffffff;
	clear: both;
}


#article {
	width: 580px;
	float: left;
}

.from {
	margin-top: 5px;
	text-align: right;
	font-size: 90%;
	width: 645px;
}

/* カラーチェンジここまで */


/* List Style*/
#list {
	padding-left: 30px;
	clear: left;
	float: left;
	padding-top: 20px;
	margin-bottom: 30px;
	width: 570px;
}
#list li {
	text-align: left;
	padding-bottom: 20px;
}
#list li a {
	text-align: left;
	font-size: 120%;
	border-left: 3px #ff7b5c solid;
	padding-left: 10px;
	color: #444444;
}
#list li a:hover {
	border-left: 3px #fa9c20 solid;
	color: #fa9c20;
	text-decoration: none;
}
#top {
	margin-top: 20px;
}

