@charset "Shift_JIS";

* {
  padding: 0;
  margin: 0;
}

/*------------------------
　　　全体
-------------------------*/
body {
  font-size: 80%;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0;
  margin: 0;
  background:#e9dfe5;
}

#wrapper {
  text-align: left;
  max-width: 860px;
  min-width: 760px;
  margin: 0 auto 0;
  background:#ffffff;
}

#container {
  float: right;
  width: 100%;
  margin-left: -200px;
}

#contents {
  margin-left: 200px;
  padding: 2em 30px 4em 30px;
}


/*------------------------
　　　ヘッダー
-------------------------*/
#header {
  padding: 30px 20px 10px;
    font-size: 85%;
}

#header2 {
  padding: 2px 2px 2px 365px;
    font-size: 85%;
}

.banner {
  font-size: 180%;
  margin-bottom: 0.5em;
}

#links-left {
  float: left;
  width: 180px;
  padding: 2em 10px;
}


/*------------------------
　　　フッターー
-------------------------*/
#footer {
  clear: both;
  padding: 0.5em 0 1em;
  font-size: 90%;
   color:#808080;  
}

#footer p {text-align: center;}


/*------------------------------------
　　　パンくず表示
（当箇所を変更する場合は
style01.cssも同内容で変更すること）
-------------------------------------*/
ol.topic-path { 
  margin: 0;padding: 7px 5px;	
  background-color: #ffffff;
  list-style-type: none;
  font-size: 100%;
}

ol.topic-path li { 
	padding-left: 5px;
	display: inline;
}

ol.topic-path li.first {
	padding-left: 0px;
}

ol.topic-path li a {
	padding-right: 18px;
	color: #849D2D;
}

ol.topic-path li a:hover {
	color: #849D2D;
	text-decoration: underline;
}


/*------------------------
　　　左サイドメニュー
-------------------------*/
/*メニュー最上部タイトル*/
.sidetitle {padding: 0.5em 0;
  border-bottom: 1px solid #000000;
  background-image:url(/aic/it_support/images/midashi_left1.png);
}

.localnavi {list-style-type: none;
  margin-bottom: 2em;}

.localnavi li {display: inline;
}

.localnavi a {
  text-decoration: none;
  display: block;
  width: 170px;
  padding: 0.5em 5px;
  background-image:url(/aic/it_support/images/midashi_left2.png);
  color: #333333;
  border-bottom: 1px solid #cccccc;
}

.localnavi a:hover {
	text-decoration: none;
	background-color: #999999;
	color: #333333;
	border-bottom: 1px solid #ff0000;
}


/*------------------------
　　文字、リンク
-------------------------*/
a:link {color: #333333;
  text-decoration: none;}

a:visited {color: #333333;
  text-decoration: none;}

a:hover {color: #a52a2a;
  text-decoration: none;}


/*----------------------------
　　右ページ
----------------------------*/
h1 {
  font-size: 125%;
  background-image:url(/aic/it_support/images/komidashi.png);
  background-repeat:no-repeat;
  margin-bottom: 1.5em;
  padding: 12.5px 0 2px 48px;
  color: #663300;
  height:30px;
}

h2 {
  font-size: 125%;
  margin-bottom: 1.5em;
  padding: 5.5px 0 2px 5px;
  border-left: 10px solid #8b0000;
  border-bottom: 2px solid #8b0000;
}

h3 {
  font-size: 125%;
  background-image:url(/aic/it_support/images/komidashi2.png);
  background-repeat:no-repeat;
  margin-bottom: 1.5em;
  padding: 12.5px 0 2px 48px;
  color: #663300;
  height:30px;
}

#contents p {
  line-height: 1.5em;
  margin-bottom: 0.5em;
}

#contents .topic-path {
  line-height: 1em;
  margin-bottom:0.5em;
}

.text-indent{          /* indexページ右側のテキスト開始位置 */
	text-indent:2.5em;
}
