@charset "utf-8";
/* CSS Document */

/* - - - - - - - - - - - - - - - - - - - - -

Title : index
Author : 
URL : 

Description : 

Created : 
Modified : 

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

*{
}  
* html{
}
html{
}  
body{
}

/* ----- IDS ----- */

#container{
}
#header{
}
#navigation{
}
#contentsWrapper{
}
#primaryContent{
}  
#secondaryContent{
  padding-top : 20px;
}
#footer{
}

/* ----- CLASSES ----- */

.tatemono{
background-image : url(../assets/images/bg_tatemono.gif);
background-repeat : no-repeat;
background-position:center;
width:560px;
margin:0 auto;
}


/* ----- HEADINGS ----- */

h1{
}
h2{
}
h3{
}
h4{
}

/* ----- PARAGRAPHS ----- */

p{
}
#primaryContent p{
}
#secondaryContent p{
}
#footer p{
}
p.toExample{
font-size:120%;
text-align:center;
}
p.toExample a{
color:#556fb5;
}
p.toExample a:hover{
color:#a40000;
}

/* ----- QUOTES ----- */

blockquote{
}
blockquote p{
}
cite{
}
blockquote cite{
}

/* ----- CODE ----- */

pre{
}
code{
}
p code{
}
pre code{
}

/* ----- LISTS ----- */

li{
}
li p{
}
ol{
}
ul{
}
ol li{
}
ul li{
}


#navigation ol{
}

#navigation ol li{
}

#primaryContent ul{
}
#primaryContent ul li{
}

#secondaryContent .secondaryBlock ul{
}
#secondaryContent .secondaryBlock ul li{
}

#footer ul {
}
#footer ul li{
}


/* ----- IMAGES ----- */

img{
}
img a{
}
img a:hover{
}



/*101104作成*/
.gaiyou dt img{
  margin-right : 2px;
}

.option dt img{
  margin-right : 1px;
}

.gaiyou dd img{
  margin-right : 5px;
}
/*ココマデ*/


/* ----- BREAK ----- */

hr{
}

/* ----- TEXT FORMATTING ----- */

strong{
}
em{
}
b{
}
i{
}

/* ----- LINKS ----- */

a{
}
a:hover{
}
a:visited, a:active, a:focus{
}
a:visited{
}
a:active{
}
a:focus{
}

p a{
}
cite a{
}
li a{
}
dt a{
}
dd a{
}

/* ----- TABLES ----- */

table{
}
caption{
}
thead{
}
tbody{
}
tfoot{
}
tr{
}
tr .alt{
}
th{
}
td{
}

/* ----- FORMS ----- */

form{
}
fieldset{
}
legend{
}
label{
}
input{
}
textarea{
}
input, textarea{
}
select{
}
optgroup{
}
option{
}

/* ----- DEFINITIONS ----- */

dl{
}
dt{
}
dd{
}

#primaryContent .primaryArea dl.tatemonoSample{
width:250px;
float:left;
padding:0 15px;
}
#primaryContent .primaryArea dl.tatemonoSample dt{
font-size:110%;
}
#primaryContent .primaryArea dl.tatemonoSample dd{
margin:0;
padding:0;
}
#primaryContent .primaryArea dl.tatemonoSample dd img{
margin:0;
padding:0;
}

#primaryContent .primaryArea .overview dt{
  display : inline;
  padding : 0px;
}

#primaryContent .primaryArea .overview dd{
  display : inline;
  padding : 0px;
}

dl.overviewBase{
  padding : 10px 0px;
}

dl.overviewOption{
  padding-top : 40px;
  padding-bottom : 7px;
  background-image : url(../assets/images/bg_optionmenu.gif);
  background-repeat : no-repeat;
}

dl.overviewKazai{
  padding-top : 37px;
  padding-bottom : 7px;
  background-image : url(../assets/images/bg_othermenu.gif);
  background-repeat : no-repeat;
}

dl.overviewJishin
{
  padding-top : 37px;
  padding-bottom : 7px;
  background-image : url(../assets/images/bg_jishinmenu.gif);
  background-repeat : no-repeat;
}
