/* CSS Document */

/*全体*/
* {margin:0; padding:0;}
html { height:100%;}
body { height:100%; width:100%; margin:0px auto; padding:0; background:#fff;}
.kome { margin-left:1em !important}

/*INDEX*/
#index { width:100%; margin:0; padding:0}
#side { margin:0 20px}
#tLarge { display:none}
.tLarge { font-weight:bold; padding-top:0.5em;}
#tInside { display:none}
.tInside { text-indent:1em; line-height:1.5em;}
.tsmall { display:none}

/*アウトライン*/
#outline { padding:20px}

/*メイン*/
#main { padding:0 10px 0 20px}
#pLarge {display:none}
#pInside { display:none}
#pSmall { display:none}
#pText {display:none}
.pLarge{display:none}

.pSmall{ margin:0 0 0.3em 0; padding:0}
.pText{ margin:0}



.strong { color:#f00}
li { list-style-image:url(/img/common_img/list.gif)}